-
Bug
-
Resolution: Fixed
-
P4
-
10
-
b08
-
Not verified
Rename the following methods in the internal Unsafe:
- compareAndExchange*Volatile to compareAndExchange*
- compareAndSwap* to compareAndSet*
- weakCompareAndSwap*Volatile -> weakCompareAndSwap
- weakCompareAndSwap* -> weakCompareAndSwap*Plain
- compareAndExchange*Volatile to compareAndExchange*
- compareAndSwap* to compareAndSet*
- weakCompareAndSwap*Volatile -> weakCompareAndSwap
- weakCompareAndSwap* -> weakCompareAndSwap*Plain
- relates to
-
JDK-8154737 Rename VarHandle.compareAndExchangeVolatile to VarHandle.compareAndExchange
- Resolved
-
JDK-8180785 [AOT][GRAAL] java.lang.AssertionError: Method not found: jdk.internal.misc.Unsafe.compareAndSwapInt
- Resolved
-
JDK-8180479 [TESTBUG] Some hotspot tests broken after internal Unsafe name changes
- Resolved
-
JDK-8181292 Backport Rename internal Unsafe.compare methods from 10 to 9
- Closed