@@ -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); }