test/lib/jdk/test/lib/cds/CDSTestUtils.java
changeset 51720 b7bfd64e43a6
parent 51507 3e3764f8fe36
child 52319 625f6c742392
--- a/test/lib/jdk/test/lib/cds/CDSTestUtils.java	Wed Sep 12 16:28:06 2018 -0700
+++ b/test/lib/jdk/test/lib/cds/CDSTestUtils.java	Wed Sep 12 17:45:22 2018 -0700
@@ -40,6 +40,8 @@
         "UseSharedSpaces: Unable to allocate region, range is not within java heap.";
     public static final String MSG_RANGE_ALREADT_IN_USE =
         "Unable to allocate region, java heap range is already in use.";
+    public static final String MSG_COMPRESSION_MUST_BE_USED =
+        "Unable to use shared archive: UseCompressedOops and UseCompressedClassPointers must be on for UseSharedSpaces.";
 
     public interface Checker {
         public void check(OutputAnalyzer output) throws Exception;