test/hotspot/jtreg/runtime/appcds/javaldr/GCSharedStringsDuringDump.java
changeset 48313 da23405d54db
parent 48138 78b2ecdd3c4b
child 48469 7312ae4465d6
--- a/test/hotspot/jtreg/runtime/appcds/javaldr/GCSharedStringsDuringDump.java	Wed Dec 06 15:19:30 2017 -0500
+++ b/test/hotspot/jtreg/runtime/appcds/javaldr/GCSharedStringsDuringDump.java	Wed Dec 06 20:06:43 2017 -0500
@@ -101,6 +101,7 @@
             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