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

/openjdk7/jdk/test/com/sun/tools/attach/
H A DAgent.java36 public static void agentmain(String args) throws IOException { method in class:Agent
H A DBadAgent.java28 * the behaviour when agentmain throws an exception.
32 public static void agentmain(String args) { method in class:BadAgent
H A DRedefineAgent.java101 public static void agentmain(String args, Instrumentation inst) throws Exception { method in class:RedefineAgent
/openjdk7/jdk/src/share/classes/sun/management/
H A DAgent.java116 agentmain(args);
120 public static void agentmain(String args) throws Exception { method in class:Agent

Completed in 1093 milliseconds