test/lib/jdk/test/lib/cds/CDSTestUtils.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/lib/jdk/test/lib/cds/CDSTestUtils.java	Tue Apr 24 16:22:15 2018
--- new/test/lib/jdk/test/lib/cds/CDSTestUtils.java	Tue Apr 24 16:22:14 2018

*** 209,222 **** --- 209,218 ---- 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.

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