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

test/hotspot/jtreg/compiler/aot/fingerprint/CDSDumper.java

Print this page

        

*** 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