-
Bug
-
Resolution: Fixed
-
P3
-
6
-
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
-