test/lib/jdk/test/lib/cds/CDSTestUtils.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File open Cdiff test/lib/jdk/test/lib/cds/CDSTestUtils.java

test/lib/jdk/test/lib/cds/CDSTestUtils.java

Print this page

        

*** 209,222 **** output.shouldNotHaveExitValue(0); } return this; } - - public OutputAnalyzer getOutput() { - return output; - } } // Specify this property to copy sdandard output of the child test process to // the parent/main stdout of the test. // By default such output is logged into a file, and is copied into the main stdout. --- 209,218 ----
test/lib/jdk/test/lib/cds/CDSTestUtils.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File