JDK-8180479 : [TESTBUG] Some hotspot tests broken after internal Unsafe name changes
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:10
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2017-05-17
Updated:2017-08-25
Resolved:2017-05-17
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
JDK-8159995 renamed compareAndSwap* to compareAndSet* in jdk.internal.misc.Unsafe and some tests needs to be adjusted.
test/compiler/c2/cr8004867/TestIntUnsafeCAS.java
test/compiler/profiling/UnsafeAccess.java
Comments
ILW = Test fails due to Unsafe method name change, two tests, no workaround = MLH = P4