Searched refs:executeAndLog (Results 1 - 10 of 10) sorted by relevance

/openjdk10/hotspot/test/runtime/SharedArchiveFile/
H A DSharedArchiveFile.java49 OutputAnalyzer out = CDSTestUtils.executeAndLog(pb, "SharedArchiveFile");
56 out = CDSTestUtils.executeAndLog(pb, "SharedArchiveFile");
H A DSharedStrings.java61 OutputAnalyzer out = CDSTestUtils.executeAndLog(pb, "dump");
75 out = CDSTestUtils.executeAndLog(pb, "exec");
H A DDumpSymbolAndStringTable.java45 OutputAnalyzer output = CDSTestUtils.executeAndLog(pb, "jcmd-symboltable");
53 output = CDSTestUtils.executeAndLog(pb, "jcmd-stringtable");
61 output = CDSTestUtils.executeAndLog(pb, "jcmd-systemdictionary");
72 output = CDSTestUtils.executeAndLog(pb, "jcmd-systemdictionary");
H A DDumpSharedDictionary.java53 OutputAnalyzer out = CDSTestUtils.executeAndLog(pb, "dump");
65 out = CDSTestUtils.executeAndLog(pb, "exec");
75 OutputAnalyzer output = CDSTestUtils.executeAndLog(pb, "jcmd-systemdictionary");
86 output = CDSTestUtils.executeAndLog(pb, "jcmd-systemdictionary-verbose");
H A DMaxMetaspaceSize.java42 CDSTestUtils.executeAndLog(pb, "dump").shouldContain(msg).shouldHaveExitValue(1);
H A DPrintSharedArchiveAndExit.java52 out = CDSTestUtils.executeAndLog(pb, "print-shared-archive-and-version");
62 out = CDSTestUtils.executeAndLog(pb, "print-shared-archive");
H A DNonBootLoaderClasses.java57 OutputAnalyzer out = CDSTestUtils.executeAndLog(pb, "print-shared-archive");
H A DSASymbolTableTest.java99 OutputAnalyzer output = CDSTestUtils.executeAndLog(tool, "tool");
/openjdk10/jdk/test/com/sun/jdi/cds/
H A DCDSJDITest.java76 OutputAnalyzer outputDump = executeAndLog(pb, "exec");
85 OutputAnalyzer outputRun = executeAndLog(pb, "exec");
115 public static OutputAnalyzer executeAndLog(ProcessBuilder pb, String logName) throws Exception { method in class:CDSJDITest
/openjdk10/test/lib/jdk/test/lib/cds/
H A DCDSTestUtils.java78 return executeAndLog(pb, "dump");
209 return executeAndLog(pb, "exec");
357 public static OutputAnalyzer executeAndLog(ProcessBuilder pb, String logName) throws Exception { method in class:CDSTestUtils

Completed in 56 milliseconds