JDK-8064667 : Add -XX:+CheckEndorsedAndExtDirs flag to JDK 8
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang:class_loading
  • Affected Version: 8u40
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-11-12
  • Updated: 2017-05-17
  • Resolved: 2014-11-19
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 7 JDK 8
7u80Fixed 8u40 b16Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
JEP 220 [1] proposes to remove the endorsed standards override mechanism and extension mechanism.  We propose to add a VM flag to help identify any existing uses of these mechanisms so that customers can turn on the VM flag and determine if they depend on the endorsed standards override mechanism and extension mechanism so that they can prepare for the migration to a newer JDK release early on.

Refer to JEP 200 for details
[1] http://openjdk.java.net/jeps/220

Comments
See suggested release note for JDK-8065702 to cover the release note for this issue.
05-12-2014