JDK-8005250 : Downgrade normative references to ${java.home}/lib folder from Java client code.
  • Type: Enhancement
  • Component: client-libs
  • Affected Version: 8
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2012-12-19
  • Updated: 2017-05-17
  • Resolved: 2013-01-15
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.
JDK 8
8 b75Fixed
Related Reports
Relates :  
Relates :  
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 files could be moved into a module-private location.