Searched refs:myMethod (Results 1 - 7 of 7) sorted by relevance

/openjdk10/jdk/test/java/lang/instrument/
H A DRedefineMethodAddInvokeTarget_1.java28 Method method = getClass().getDeclaredMethod("myMethod" +
34 public void myMethod() { method in class:RedefineMethodAddInvokeTarget
35 System.out.println("Hello from the non-EMCP myMethod()!");
40 System.out.println("Calling myMethod() from myMethod1():");
41 myMethod();
H A DRedefineMethodAddInvokeTarget_2.java28 Method method = getClass().getDeclaredMethod("myMethod" +
34 public void myMethod() { method in class:RedefineMethodAddInvokeTarget
35 System.out.println("Hello from the non-EMCP again myMethod()!");
40 System.out.println("Calling myMethod() from myMethod1():");
41 myMethod();
H A DRedefineMethodAddInvokeTarget.java28 Method method = getClass().getDeclaredMethod("myMethod" +
34 public void myMethod() { method in class:RedefineMethodAddInvokeTarget
35 System.out.println("Hello from the original myMethod()!");
/openjdk10/langtools/test/tools/javac/annotations/neg/
H A DAnnComma.java14 @ann1(type="class",isStatic=false,) public void myMethod() { method in class:TestM4
15 System.out.println(" In side the myMethod");
/openjdk10/langtools/test/tools/javac/
H A DT6247324.java25 public void myMethod(){ method in class:T6247324
/openjdk10/hotspot/test/compiler/jsr292/
H A DLongReferenceCastingTest.java46 MH = lookup.findVirtual(LongReferenceCastingTest.class, "myMethod", mt);
52 public String myMethod(long l, Object o, String s) { method in class:LongReferenceCastingTest
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DClassDefinition.java637 MemberDefinition myMethod = allMethods.lookupSig(name, type);
639 //System.out.println("Comparing\n\t" + myMethod +
642 if (myMethod != null) {
644 if (!myMethod.sameReturnType(method)) {

Completed in 302 milliseconds