Searched refs:agentmain (Results 1 - 14 of 14) sorted by relevance

/openjdk9/jdk/test/com/sun/tools/attach/
H A DBadAgent.java28 * the behaviour when agentmain throws an exception.
32 public static void agentmain(String args) { method in class:BadAgent
H A DAgent.java36 public static void agentmain(String args) throws IOException { method in class:Agent
H A DRedefineAgent.java101 public static void agentmain(String args, Instrumentation inst) throws Exception { method in class:RedefineAgent
/openjdk9/jdk/test/com/sun/tools/attach/modules/
H A DAgent.java28 public static void agentmain(String agentArgs, Instrumentation inst) { method in class:Agent
/openjdk9/hotspot/test/serviceability/dcmd/jvmti/
H A DSimpleJvmtiAgent.java26 public static void agentmain(String agentArgs, Instrumentation instrumentation) { method in class:SimpleJvmtiAgent
/openjdk9/jdk/test/java/lang/instrument/executableJAR/
H A DAgent.java30 public static void agentmain(String agentArgs, Instrumentation inst) { method in class:Agent
/openjdk9/hotspot/test/testlibrary/jvmti/
H A DTransformerAgent.java53 public static void agentmain(String args, Instrumentation inst) throws Exception { method in class:TransformerAgent
54 log("agentmain() is called");
/openjdk9/hotspot/test/compiler/profiling/spectrapredefineclass_classloaders/
H A DAgent.java116 public static void agentmain(String agentArgs, Instrumentation instrumentation) throws Exception { method in class:Agent
/openjdk9/hotspot/test/compiler/profiling/spectrapredefineclass/
H A DAgent.java131 public static void agentmain(String agentArgs, Instrumentation instrumentation) throws Exception { method in class:Agent
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/classfile/
H A DRedefineIntrinsicTest.java189 public static void agentmain(@SuppressWarnings("unused") String args, Instrumentation inst) throws Exception { method in class:RedefineIntrinsicTest.RedefinerAgent
/openjdk9/hotspot/test/compiler/jsr292/
H A DRedefineMethodUsedByMultipleMethodHandles.java147 public static void agentmain(@SuppressWarnings("unused") String args, Instrumentation inst) throws Exception { method in class:RedefineMethodUsedByMultipleMethodHandles.FooAgent
/openjdk9/hotspot/test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/
H A DRedefineClassTest.java152 public static void agentmain(@SuppressWarnings("unused") String args, Instrumentation inst) throws Exception { method in class:RedefineClassTest.FooAgent
/openjdk9/jdk/src/jdk.management.agent/share/classes/jdk/internal/agent/
H A DAgent.java289 agentmain(args);
293 public static void agentmain(String args) throws Exception { method in class:Agent
/openjdk9/hotspot/test/runtime/Metaspace/
H A DDefineClass.java158 public static void agentmain(String args, Instrumentation inst) { method in class:DefineClass

Completed in 401 milliseconds