--- old/test/hotspot/jtreg/runtime/appcds/PrintSharedArchiveAndExit.java 2018-08-17 13:45:08.940204887 -0700 +++ new/test/hotspot/jtreg/runtime/appcds/PrintSharedArchiveAndExit.java 2018-08-17 13:45:08.620174641 -0700 @@ -65,7 +65,7 @@ String cp = appJar + File.pathSeparator + appJar2; String lastCheckMsg = "checking shared classpath entry: " + appJar2; // the last JAR to check - TestCommon.testDump(cp, TestCommon.list("Hello")); + TestCommon.testDump(cp, TestCommon.list("Hello", "HelloMore")); log("Normal execution -- all the JAR paths should be checked"); TestCommon.run(