Searched defs:jcmd (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DJcmdBase.java33 * Attach jcmd to the current process
36 * jcmd command line parameters, e.g. JFR.start
37 * @return jcmd output
40 public final static OutputAnalyzer jcmd(String... commandArgs) method in class:JcmdBase
45 // jcmd from the jdk to be tested
46 String jcmdPath = JdkFinder.getTool("jcmd", false);
/openjdk7/jdk/src/share/classes/sun/tools/jcmd/
H A DArguments.java26 package sun.tools.jcmd;
113 System.out.println("Usage: jcmd <pid | main class> <command ...|PerfCounter.print|-f file>");
114 System.out.println(" or: jcmd -l ");
115 System.out.println(" or: jcmd -h ");
117 System.out.println(" command must be a valid jcmd command for the selected jvm. ");
H A DJCmd.java27 package sun.tools.jcmd;
/openjdk7/hotspot/src/share/vm/services/
H A DattachListener.cpp154 // A jcmd attach operation request was received, which will now
156 static jint jcmd(AttachOperation* op, outputStream* out) { function
158 // All the supplied jcmd arguments are stored as a single
390 { "jcmd", jcmd },

Completed in 49 milliseconds