test/runtime/SharedArchiveFile/CdsSameObjectAlignment.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File bug_8003424.4 Cdiff test/runtime/SharedArchiveFile/CdsSameObjectAlignment.java

test/runtime/SharedArchiveFile/CdsSameObjectAlignment.java

Print this page

        

*** 82,92 **** // CDS uses absolute addresses for performance. // It will try to reserve memory at a specific address; // 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.shouldHaveExitValue(1); } } } --- 82,91 ---- // CDS uses absolute addresses for performance. // It will try to reserve memory at a specific address; // 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.shouldHaveExitValue(1); } } }
test/runtime/SharedArchiveFile/CdsSameObjectAlignment.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File