Searched refs:getCommandLine (Results 1 - 15 of 15) sorted by relevance

/openjdk10/jdk/test/java/nio/channels/Selector/
H A DLotsOfUpdatesTest.java48 private static final String JAVA_CMD = ProcessTools.getCommandLine(
/openjdk10/jdk/test/java/nio/channels/SocketChannel/
H A DOpenSocketChannelTest.java41 private static final String JAVA_CMD = ProcessTools.getCommandLine(
/openjdk10/jdk/src/jdk.jartool/share/classes/com/sun/jarsigner/
H A DContentSignerParameters.java47 public String[] getCommandLine(); method in interface:ContentSignerParameters
/openjdk10/jdk/test/com/sun/jarsigner/
H A DDefaultMethod.java41 public String[] getCommandLine() { method in class:DefaultMethod
/openjdk10/jdk/test/java/lang/instrument/PremainClass/
H A DZeroArgPremainAgentTest.java49 System.out.println("testjvm.cmd:" + Utils.getCommandLine(pb));
H A DNoPremainAgentTest.java49 System.out.println("testjvm.cmd:" + Utils.getCommandLine(pb));
H A DPremainClassTest.java49 System.out.println("testjvm.cmd:" + Utils.getCommandLine(pb));
/openjdk10/hotspot/test/runtime/os/
H A DAvailableProcessors.java87 ProcessTools.getCommandLine(pb));
/openjdk10/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DUtils.java169 public static String getCommandLine(ProcessBuilder pb) { method in class:Utils
H A DProcessTools.java423 logMsg.append("cmd: " + getCommandLine(pb) + nl);
434 public static String getCommandLine(ProcessBuilder pb) { method in class:ProcessTools
/openjdk10/jdk/test/sun/management/jmxremote/bootstrap/
H A DJMXInterfaceBindingTest.java152 System.out.println(ProcessTools.getCommandLine(builder));
/openjdk10/test/lib/jdk/test/lib/process/
H A DProcessTools.java440 logMsg.append("cmd: " + getCommandLine(pb) + nl);
451 public static String getCommandLine(ProcessBuilder pb) { method in class:ProcessTools
/openjdk10/hotspot/test/compiler/ciReplay/
H A DCiReplayBase.java290 String cmd = ProcessTools.getCommandLine(ProcessTools.createJavaProcessBuilder(true, args));
/openjdk10/test/lib/jdk/test/lib/
H A DUtils.java254 public static String getCommandLine(ProcessBuilder pb) { method in class:Utils
/openjdk10/jdk/src/jdk.jartool/share/classes/jdk/security/jarsigner/
H A DJarSigner.java1243 public String[] getCommandLine() { method in class:JarSigner.JarSignerParameters

Completed in 107 milliseconds