Details
-
Enhancement
-
Resolution: Fixed
-
P3
-
8
-
b69
Description
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 file for currencies 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 file for currencies could be moved into a module-private location.
Attachments
Issue Links
- relates to
-
JDK-8005250 Downgrade normative references to ${java.home}/lib folder from Java client code.
- Resolved
-
JDK-8049376 Move user-editable configuration files to top-level conf directory
- Resolved