test/hotspot/jtreg/compiler/aot/fingerprint/CDSDumper.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File
*** old/test/hotspot/jtreg/compiler/aot/fingerprint/CDSDumper.java	Wed Apr 18 21:25:36 2018
--- new/test/hotspot/jtreg/compiler/aot/fingerprint/CDSDumper.java	Wed Apr 18 21:25:36 2018

*** 56,67 **** --- 56,70 ---- "-XX:+UnlockDiagnosticVMOptions", "-cp", classpath, "-XX:ExtraSharedClassListFile=" + classlist, "-XX:SharedArchiveFile=" + archive, "-Xshare:dump", + "-Xlog:gc+heap+coops", "-Xlog:cds"); OutputAnalyzer output = new OutputAnalyzer(pb.start()); + System.out.println("[stdout = " + output.getStdout() + "]"); + System.out.println("[stderr = " + output.getStderr() + "]"); output.shouldContain("Loading classes to share"); output.shouldHaveExitValue(0); } }

test/hotspot/jtreg/compiler/aot/fingerprint/CDSDumper.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File