Searched refs:DiagnosticCommand (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/test/serviceability/
H A DParserTest.java37 import sun.hotspot.parser.DiagnosticCommand;
38 import sun.hotspot.parser.DiagnosticCommand.DiagnosticArgumentType;
61 DiagnosticCommand arg = new DiagnosticCommand(name,
64 DiagnosticCommand[] args = {arg};
99 DiagnosticCommand arg = new DiagnosticCommand(name,
102 DiagnosticCommand[] args = {arg};
113 DiagnosticCommand arg = new DiagnosticCommand(nam
[all...]
/openjdk10/test/lib/sun/hotspot/parser/
H A DDiagnosticCommand.java26 public class DiagnosticCommand { class
39 public DiagnosticCommand(String name, String desc, DiagnosticArgumentType type, method in class:DiagnosticCommand
44 public DiagnosticCommand(String name, String desc, DiagnosticArgumentType type, method in class:DiagnosticCommand
/openjdk10/test/lib/sun/hotspot/
H A DWhiteBox.java35 import sun.hotspot.parser.DiagnosticCommand;
185 private native Object[] parseCommandLine0(String commandline, char delim, DiagnosticCommand[] args);
186 public Object[] parseCommandLine(String commandline, char delim, DiagnosticCommand[] args) {

Completed in 96 milliseconds