-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b127
-
generic
-
generic
-
Not verified
sun.misc.VM included a number of deprecated thread-related methods for legacy binary compatibilty. After moving to jdk.internal.misc.VM, any legacy code will no longer be able to link, rendering these methods pointless (to be backwards compatible, sun,misc.VM would have to be reinstated).
Removing the methods entirely from jdk.internal.misc.VM thus seems both safe and appropriate
Removing the methods entirely from jdk.internal.misc.VM thus seems both safe and appropriate
- relates to
-
JDK-8212948 Remove unused jdk.internal.misc.VMNotification interface
-
- Closed
-