< prev index next >

test/hotspot/jtreg/runtime/cds/appcds/LotsOfSyntheticClasses.java

Print this page
@@ -121,10 +121,11 @@
                  APP_JAR.toString(),
                  listAppClasses(),
                  // Verification for lots of classes slows down the test.
                  "-XX:+IgnoreUnrecognizedVMOptions",
                  "-XX:+UnlockDiagnosticVMOptions",
+                 "-XX:-ArchiveLoaderLookupCache", // LEYDEN_ONLY - work around JDK-8365959
                  "-XX:-VerifyDependencies",
                  "-XX:-VerifyBeforeExit"
              );
              TestCommon.checkDump(output);
          }
< prev index next >