< prev index next >

test/hotspot/jtreg/runtime/cds/appcds/CommandLineFlagComboNegative.java

Print this page
*** 65,12 ***
              testTable.add( new TestVector("-XX:ObjectAlignmentInBytes=64", "-XX:ObjectAlignmentInBytes=32",
                  "An error has occurred while processing the shared archive file", 1) );
          }
          testTable.add( new TestVector("-XX:+UseCompressedOops", "-XX:-UseCompressedOops",
              "The saved state of UseCompressedOops and UseCompressedClassPointers is different from runtime, CDS will be disabled.", 1) );
-         testTable.add( new TestVector("-XX:+UseCompressedClassPointers", "-XX:-UseCompressedClassPointers",
-            "The saved state of UseCompressedOops and UseCompressedClassPointers is different from runtime, CDS will be disabled.", 1) );
      }
  
      private void runTests() throws Exception
      {
          for (TestVector testEntry : testTable) {
--- 65,10 ---
< prev index next >