test/hotspot/jtreg/runtime/cds/appcds/ArchiveRelocationTest.java
changeset 59098 124164752fe4
parent 59070 22ee476cc664
equal deleted inserted replaced
59097:148921c01038 59098:124164752fe4
    78         }
    78         }
    79 
    79 
    80         TestCommon.run("-cp", appJar, unlockArg, runRelocArg, logArg,  mainClass)
    80         TestCommon.run("-cp", appJar, unlockArg, runRelocArg, logArg,  mainClass)
    81             .assertNormalExit(output -> {
    81             .assertNormalExit(output -> {
    82                     if (run_reloc) {
    82                     if (run_reloc) {
    83                         output.shouldContain("ArchiveRelocationMode == 1: always map archive(s) at an alternative address");
       
    84                         output.shouldContain("runtime archive relocation start");
    83                         output.shouldContain("runtime archive relocation start");
    85                         output.shouldContain("runtime archive relocation done");
    84                         output.shouldContain("runtime archive relocation done");
    86                     }
    85                     }
    87                 });
    86                 });
    88     }
    87     }