diff test/runtime/SharedArchiveFile/CdsSameObjectAlignment.java @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents 35b99e7e0af2
children
line wrap: on
line diff
--- a/test/runtime/SharedArchiveFile/CdsSameObjectAlignment.java	Wed Oct 16 10:52:41 2013 +0200
+++ b/test/runtime/SharedArchiveFile/CdsSameObjectAlignment.java	Tue Nov 05 17:38:04 2013 -0800
@@ -84,7 +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("Could not allocate metaspace at a compatible address");
+            output.shouldContain("Unable to use shared archive");
             output.shouldHaveExitValue(1);
         }
     }