--- old/test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/CDSMHTest_generate.sh 2020-06-11 19:17:28.535743608 +0000 +++ new/test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/CDSMHTest_generate.sh 2020-06-11 19:17:27.632721578 +0000 @@ -50,7 +50,7 @@ * ../../../../../../../jdk/java/lang/invoke/common/test/java/lang/invoke/lib/CodeCacheOverflowProcessor.java * ../test-classes/TestMHApp.java * @build sun.hotspot.WhiteBox - * @run driver ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox\$WhiteBoxPermission + * @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run junit/othervm/timeout=240 -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. $i */ @@ -58,8 +58,6 @@ import java.io.File; -import jtreg.SkippedException; - import sun.hotspot.gc.GC; public class $i extends DynamicArchiveTestBase { @@ -74,7 +72,6 @@ private static final String ps = System.getProperty("path.separator"); private static final String testPackageName = "test.java.lang.invoke"; private static final String testClassName = "$i"; - private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete"; static void testImpl() throws Exception { String topArchiveName = getNewArchiveName();