test/hotspot/jtreg/runtime/cds/appcds/ArchiveRelocationTest.java
changeset 59098 124164752fe4
parent 59070 22ee476cc664
--- 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");
                     }