Searched refs:toolName (Results 1 - 8 of 8) sorted by relevance

/openjdk9/langtools/make/tools/anttasks/
H A DSelectToolTask.java83 String toolName; field in class:SelectToolTask.ToolChoices
86 ToolChoices(String toolName) { argument
87 this(toolName, false);
90 ToolChoices(String toolName, boolean bootstrap) { argument
91 this.toolName = toolName;
97 return toolName;
143 toolName = props.getProperty("tool.name");
144 if (toolName != null) {
145 toolArgs = props.getProperty(toolName
324 private String toolName; field in class:SelectToolTask
[all...]
/openjdk9/jdk/test/sun/tools/jhsdb/heapconfig/
H A DTmtoolTestScenario.java43 private final String toolName; field in class:TmtoolTestScenario
47 * @param toolName - name of tool to test
51 public static TmtoolTestScenario create(String toolName, String... toolArgs) { argument
52 return new TmtoolTestScenario(toolName, toolArgs);
102 System.out.println("Starting " + toolName + " against " + theApp.getPid());
104 launcher.addToolArg(toolName);
139 private TmtoolTestScenario(String toolName, String[] toolArgs) { argument
140 this.toolName = toolName;
/openjdk9/hotspot/test/serviceability/tmtools/share/common/
H A DTmTool.java39 public TmTool(Class<T> resultsClz, String toolName, String otherArgs) { argument
41 this.cmdLine = adjustForTestJava(toolName) + " " + otherArgs;
57 private String adjustForTestJava(String toolName) { argument
63 Path toolPath = Paths.get("bin", toolName + (Platform.isWindows() ? ".exe" : ""));
/openjdk9/jaxp/test/javax/xml/jaxp/libs/jdk/testlibrary/
H A DJDKToolFinder.java102 Path toolName = Paths.get("bin", tool + (Platform.isWindows() ? ".exe" : ""));
104 Path jdkTool = Paths.get(jdkPath, toolName.toString());
/openjdk9/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DJDKToolFinder.java102 Path toolName = Paths.get("bin", tool + (Platform.isWindows() ? ".exe" : ""));
104 Path jdkTool = Paths.get(jdkPath, toolName.toString());
/openjdk9/test/lib/jdk/test/lib/
H A DJDKToolFinder.java97 Path toolName = Paths.get("bin", tool + (Platform.isWindows() ? ".exe" : ""));
99 Path jdkTool = Paths.get(jdkPath, toolName.toString());
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DSALauncher.java112 private static boolean toolHelp(String toolName) { argument
113 if (toolName.equals("jstack")) {
116 if (toolName.equals("jinfo")) {
119 if (toolName.equals("jmap")) {
122 if (toolName.equals("jsnap")) {
125 if (toolName.equals("debugd")) {
128 if (toolName.equals("hsdb") || toolName.equals("clhsdb")) {
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/activation/
H A DServerTool.java54 final static String toolName = "servertool"; field in class:ServerTool
127 System.out.print(toolName + " > ");

Completed in 385 milliseconds