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.
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.
- relates to
-
JDK-8185496 Improve performance of system properties initialization in initPhase1
-
- Resolved
-