-
Bug
-
Resolution: Unresolved
-
P3
-
repo-valhalla
Following JDK-8348599, Java code using Unsafe.getValue() and Unsafe.putValue() must be update to use the new Unsafe.getFlatValue() and Unsafe.putFlatValue() instead.
After the tests migrate to get/putFlatValue, compiler/valhalla/inlinetypes/TestIntrinsics.java now fails because they have no intrinsics. Intrinsics should be added and the test should be un-problemlisted.
After the tests migrate to get/putFlatValue, compiler/valhalla/inlinetypes/TestIntrinsics.java now fails because they have no intrinsics. Intrinsics should be added and the test should be un-problemlisted.
- relates to
-
JDK-8348607 [lworld] Calls to Unsafe.getValue() / Unsafe.putValue() must be updated
-
- Resolved
-