test/hotspot/jtreg/runtime/appcds/PrintSharedArchiveAndExit.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/hotspot/jtreg/runtime/appcds/PrintSharedArchiveAndExit.java	Fri Aug 17 13:45:08 2018
--- new/test/hotspot/jtreg/runtime/appcds/PrintSharedArchiveAndExit.java	Fri Aug 17 13:45:08 2018

*** 63,73 **** --- 63,73 ---- String appJar2 = JarBuilder.build("PrintSharedArchiveAndExit-more", "HelloMore"); String cp = appJar + File.pathSeparator + appJar2; String lastCheckMsg = "checking shared classpath entry: " + appJar2; // the last JAR to check ! TestCommon.testDump(cp, TestCommon.list("Hello", "HelloMore")); log("Normal execution -- all the JAR paths should be checked"); TestCommon.run( "-cp", cp, "-XX:+PrintSharedArchiveAndExit")

test/hotspot/jtreg/runtime/appcds/PrintSharedArchiveAndExit.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File