test/runtime/CDSCompressedKPtrs/XShareAuto.java

changeset 5625
35b99e7e0af2
parent 5528
740e263c80c6
child 5748
9ed97b511b26
     1.1 --- a/test/runtime/CDSCompressedKPtrs/XShareAuto.java	Fri Aug 30 15:42:01 2013 -0700
     1.2 +++ b/test/runtime/CDSCompressedKPtrs/XShareAuto.java	Sun Sep 01 10:37:01 2013 -0400
     1.3 @@ -69,7 +69,7 @@
     1.4                  "-server", "-Xshare:on", "-XX:+UnlockDiagnosticVMOptions",
     1.5                  "-XX:SharedArchiveFile=./sample.jsa", "-version");
     1.6              output = new OutputAnalyzer(pb.start());
     1.7 -            output.shouldContain("Could not allocate metaspace at a compatible address");
     1.8 +            output.shouldContain("Unable to use shared archive");
     1.9              output.shouldHaveExitValue(1);
    1.10          }
    1.11      }

mercurial