Searched refs:touchRedefinedMethodInBacktrace (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/test/runtime/RedefineTests/
H A DRedefineRunningMethodsWithBacktrace.java116 private static void touchRedefinedMethodInBacktrace(Throwable throwable) { method in class:RedefineRunningMethodsWithBacktrace
117 System.out.println("touchRedefinedMethodInBacktrace: ");
180 touchRedefinedMethodInBacktrace(t1);
181 touchRedefinedMethodInBacktrace(t2);
182 touchRedefinedMethodInBacktrace(t3);
/openjdk9/jdk/test/java/lang/instrument/
H A DRedefineMethodInBacktraceApp.java78 touchRedefinedMethodInBacktrace(t1);
81 touchRedefinedMethodInBacktrace(t2);
168 private static void touchRedefinedMethodInBacktrace(Throwable throwable) { method in class:RedefineMethodInBacktraceApp

Completed in 52 milliseconds