test/lib/jdk/test/lib/cds/CDSTestUtils.java
changeset 55348 d109188f6480
parent 54927 1512d88b24c6
child 58842 6c255334120d
--- a/test/lib/jdk/test/lib/cds/CDSTestUtils.java	Wed Jun 12 10:37:35 2019 -0700
+++ b/test/lib/jdk/test/lib/cds/CDSTestUtils.java	Wed Jun 12 10:45:46 2019 -0700
@@ -357,7 +357,8 @@
             outStr.contains("Unable to map MiscCode shared space at required address") ||
             outStr.contains("Unable to map OptionalData shared space at required address") ||
             outStr.contains("Could not allocate metaspace at a compatible address") ||
-            outStr.contains("UseSharedSpaces: Unable to allocate region, range is not within java heap") ))
+            outStr.contains("UseSharedSpaces: Unable to allocate region, range is not within java heap") ||
+            outStr.contains("DynamicDumpSharedSpaces is unsupported when base CDS archive is not loaded") ))
         {
             return true;
         }