test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java	Tue Oct 30 16:51:21 2018
--- new/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java	Tue Oct 30 16:51:20 2018

*** 101,108 **** --- 101,107 ---- output.shouldMatch(match); } 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"); } }

test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File