-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 6
-
Component/s: core-libs
-
b71
-
generic
-
generic
The tricky "optimization" of AtomicReference.compareAndSet
made as part of the fix for
6322334: Atomics should use Unsafe lazy field set methods
is confusing, unnecessary and when measured, slightly hurts performance.
It should be reverted.
made as part of the fix for
6322334: Atomics should use Unsafe lazy field set methods
is confusing, unnecessary and when measured, slightly hurts performance.
It should be reverted.
- relates to
-
JDK-6322334 Atomics should use Unsafe lazy field set methods
-
- Resolved
-