--- old/src/hotspot/share/runtime/globals.hpp 2018-10-30 15:17:23.882008274 -0700 +++ new/src/hotspot/share/runtime/globals.hpp 2018-10-30 15:17:23.501972517 -0700 @@ -2433,10 +2433,6 @@ "Average number of symbols per bucket in shared table") \ range(2, 246) \ \ - diagnostic(bool, IgnoreUnverifiableClassesDuringDump, true, \ - "Do not quit -Xshare:dump even if we encounter unverifiable " \ - "classes. Just exclude them from the shared dictionary.") \ - \ diagnostic(bool, PrintMethodHandleStubs, false, \ "Print generated stub code for method handles") \ \