hotspot/test/runtime/SharedArchiveFile/CdsSameObjectAlignment.java
changeset 19319 0ad35be0733a
parent 18071 156996e4323f
child 19707 fecaabc8e462
equal deleted inserted replaced
19318:7425be18f6f4 19319:0ad35be0733a
    82             // CDS uses absolute addresses for performance.
    82             // CDS uses absolute addresses for performance.
    83             // It will try to reserve memory at a specific address;
    83             // It will try to reserve memory at a specific address;
    84             // there is a chance such reservation will fail
    84             // there is a chance such reservation will fail
    85             // If it does, it is NOT considered a failure of the feature,
    85             // If it does, it is NOT considered a failure of the feature,
    86             // rather a possible expected outcome, though not likely
    86             // rather a possible expected outcome, though not likely
    87             output.shouldContain(
    87             output.shouldContain("Could not allocate metaspace at a compatible address");
    88                 "Unable to reserve shared space at required address");
       
    89             output.shouldHaveExitValue(1);
    88             output.shouldHaveExitValue(1);
    90         }
    89         }
    91     }
    90     }
    92 }
    91 }