Searched refs:premain (Results 51 - 54 of 54) sorted by relevance

123

/openjdk9/hotspot/test/runtime/RedefineTests/
H A DModifyAnonymous.java60 public static void premain(String args, Instrumentation instrumentation) { method in class:ModifyAnonymous
H A DRedefineAnnotations.java76 public static void premain(String agentArgs, Instrumentation inst) { method in class:RedefineAnnotations
/openjdk9/jdk/test/sun/security/pkcs11/
H A DPKCS11Test.java155 private void premain(Provider p) throws Exception { method in class:PKCS11Test
239 test.premain(p);
253 test.premain(p);
522 test.premain(p);
/openjdk9/jdk/src/jdk.management.agent/share/classes/jdk/internal/agent/
H A DAgent.java288 public static void premain(String args) throws Exception { method in class:Agent
641 // invoke the premain(String args) method
643 Method premain = clz.getMethod("premain",
645 premain.invoke(null, /* static */

Completed in 107 milliseconds

123