--- old/src/hotspot/share/runtime/globals.hpp 2018-03-27 16:42:52.757220508 -0700 +++ new/src/hotspot/share/runtime/globals.hpp 2018-03-27 16:42:52.593214221 -0700 @@ -1241,9 +1241,6 @@ product(bool, CheckJNICalls, false, \ "Verify all arguments to JNI calls") \ \ - product(bool, CheckEndorsedAndExtDirs, false, \ - "Verify the endorsed and extension directories are not used") \ - \ product(bool, UseFastJNIAccessors, true, \ "Use optimized versions of GetField") \ \