JDK-7016814 : Refactor sun.misc.VM that a list of private internal properties can be shared by other code
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 7
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2011-02-02
  • Updated: 2018-10-25
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.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
sun.misc.VM contains methods to save JDK private system properties.
This logic needs to be refactored such that there is one class file
which holds all hard coded private property keys in one place, this will
avoid other components from duplicating the same String.

Comments
EVALUATION Will fix it
02-02-2011