--- old/test/runtime/SharedArchiveFile/CdsSameObjectAlignment.java 2013-08-15 09:57:15.232678000 -0400 +++ new/test/runtime/SharedArchiveFile/CdsSameObjectAlignment.java 2013-08-15 09:57:13.243801000 -0400 @@ -84,8 +84,7 @@ // there is a chance such reservation will fail // If it does, it is NOT considered a failure of the feature, // rather a possible expected outcome, though not likely - output.shouldContain( - "Unable to reserve shared space at required address"); + output.shouldContain("Could not allocate metaspace at a compatible address"); output.shouldHaveExitValue(1); } }