Summary
Make the VM option CheckEndorsedAndExtDirs
obsolete.
Problem
This option was added in JDK 8 to help identify code that relies on the endorsed standards or extension mechanism. These mechanism were deprecated in Java SE 8 / JDK 8 in preparation via JEP 220 in Java SE 9 / JDK 9. The option no longer has a use.
Solution
Make the option obsolete
Specification
Remove the CheckEndorsedAndExtDirs
flag from src/hotspot/share/runtime/globals.hpp and move it to
the list obsolete options in src/hotspot/share/runtime/arguments.cpp
- csr of
-
JDK-8183238 Obsolete CheckEndorsedAndExtDirs and remove checks for lib/endorsed and lib/ext
- Resolved