-
Sub-task
-
Resolution: Not an Issue
-
P4
-
9
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`.