-
Enhancement
-
Resolution: Fixed
-
P3
-
8
-
b75
This is motivated by JEP 162, to ease the transition to modules in JDK 9. The relevant section of http://openjdk.java.net/jeps/162 is:
Review normative specification references to files in $JAVA_HOME and where possible downgrade these references to non-normative status. By downgrading these references then it will allow their location (or format) to be changed in a future release. For example the property files could be moved into a module-private location.
Review normative specification references to files in $JAVA_HOME and where possible downgrade these references to non-normative status. By downgrading these references then it will allow their location (or format) to be changed in a future release. For example the property files could be moved into a module-private location.
- relates to
-
JDK-8049376 Move user-editable configuration files to top-level conf directory
- Resolved
-
JDK-8004064 Downgrade normative references to ${java.home}/lib/security/java.security
- Closed