-
Type:
Sub-task
-
Resolution: Not an Issue
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: hotspot
The `putOrderedObject`, `putOrderedInt` and `putOrderedLong` methods have been removed from `jdk.internal.misc.Unsafe` because they became obsolete with the introduction of VarHandles. Their uses have been replaced by `putObjectRelease`, `putIntRelease` and `putLongRelease` from `jdk.internal.misc.Unsafe`.