< prev index next >

test/hotspot/jtreg/runtime/appcds/javaldr/GCSharedStringsDuringDump.java

Print this page

        

*** 99,108 **** --- 99,109 ---- "-XX:SharedArchiveConfigFile=" + sharedArchiveCfgFile); if (output.getStdout().contains("Too many string space regions") || output.getStderr().contains("Unable to write archive heap memory regions") || output.getStdout().contains("Try increasing NewSize") || + !output.getStdout().contains("oa0 space:") || output.getExitValue() != 0) { // Try again with larger heap and NewSize, this should increase the // G1 heap region size to 2M TestCommon.testDump( appJar, TestCommon.list("GCSharedStringsDuringDumpWb"),
< prev index next >