< prev index next >

test/hotspot/jtreg/runtime/appcds/GraalWithLimitedMetaspace.java

Print this page

        

@@ -92,11 +92,10 @@
             // trigger JVMCI runtime init so that JVMCI classes will be
             // included in the classlist
             "-XX:+EagerJVMCI",
             "-cp",
             TESTJAR,
-            "-XX:+UseAppCDS",
             TESTNAME,
             TEST_OUT));
 
         OutputAnalyzer output = TestCommon.executeAndLog(pb, "dump-loaded-classes")
             .shouldHaveExitValue(0)

@@ -115,11 +114,10 @@
     static void dumpArchive() throws Exception {
         ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(true,
           TestCommon.makeCommandLineForAppCDS(
             "-cp",
             TESTJAR,
-            "-XX:+UseAppCDS",
             "-XX:SharedClassListFile=" + CLASSLIST_FILE,
             "-XX:SharedArchiveFile=" + ARCHIVE_FILE,
             "-Xlog:cds",
             "-Xshare:dump",
             "-XX:MetaspaceSize=12M",
< prev index next >