diff -r 148921c01038 -r 124164752fe4 test/hotspot/jtreg/runtime/cds/appcds/ArchiveRelocationTest.java --- a/test/hotspot/jtreg/runtime/cds/appcds/ArchiveRelocationTest.java Wed Nov 13 16:49:14 2019 -0800 +++ b/test/hotspot/jtreg/runtime/cds/appcds/ArchiveRelocationTest.java Thu Nov 14 14:54:39 2019 -0800 @@ -80,7 +80,6 @@ TestCommon.run("-cp", appJar, unlockArg, runRelocArg, logArg, mainClass) .assertNormalExit(output -> { if (run_reloc) { - output.shouldContain("ArchiveRelocationMode == 1: always map archive(s) at an alternative address"); output.shouldContain("runtime archive relocation start"); output.shouldContain("runtime archive relocation done"); }