JDK-8145544 : Move sun.misc.VM to jdk.internal.misc
Type:Sub-task
Component:core-libs
Affected Version:9
Priority:P2
Status:Resolved
Resolution:Fixed
Submitted:2015-12-16
Updated:2016-01-14
Resolved:2016-01-06
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.
sun.misc.VM provides a low-level interface for a small number of specific
operations with the VM. In preparation for JEP 260, this class should be
moved out of sun.misc and located in a non-exported package.