-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b47
-
generic
-
generic
The lazySet methods recently added were missing @since 1.6.
AtomicBoolean.lazySet should use unsafe.putInt, not putBoolean,
until further Hotspot changes allow putOrderedInt to be used instead.
AtomicMarkableReference and AtomicStampedReference should use generics internally.
AtomicBoolean.lazySet should use unsafe.putInt, not putBoolean,
until further Hotspot changes allow putOrderedInt to be used instead.
AtomicMarkableReference and AtomicStampedReference should use generics internally.