< prev index next >

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

Print this page

        

*** 92,102 **** // 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) --- 92,101 ----
*** 115,125 **** 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", --- 114,123 ----
< prev index next >