--- old/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java 2018-10-30 16:51:21.148862645 -0700 +++ new/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java 2018-10-30 16:51:20.761825850 -0700 @@ -103,6 +103,5 @@ public static void main(String[] args) throws Throwable { testDeprecated(DEPRECATED_OPTIONS); // Make sure that each deprecated option is mentioned in the output. - testDeprecatedDiagnostic("IgnoreUnverifiableClassesDuringDump", "false"); } }