netty5/buffer/src
Norman Maurer daa4efcfef Add proper synchronization when access metrics.
Motivation:

We also need to add synchronization when access fields to ensure we see the latest updates.

Modifications:

Add synchronization when read fields that are written concurrently.

Result:

Ensure correct visibility of updated.
2016-03-17 09:05:48 +01:00
..
main/java/io/netty/buffer Add proper synchronization when access metrics. 2016-03-17 09:05:48 +01:00
test/java/io/netty/buffer Fix wrong use of assertTrue in unit test. 2016-03-15 16:02:33 +01:00