test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java
changeset 52361 cefc50af3ee7
parent 51996 84743156e780
child 52460 f1bb77833b59
--- a/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java	Wed Oct 31 13:58:15 2018 -0700
+++ b/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java	Wed Oct 31 14:00:51 2018 -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");
     }
 }