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

/openjdk7/jdk/test/java/lang/invoke/
H A DThrowExceptionsTest.java52 // mostly call testWMTCallee, but sometimes call its void-returning variant
53 MethodHandle mh = testWMTCallee();
61 // mostly call exactInvoker.bindTo(testWMTCallee), but sometimes call its void-returning variant
62 MethodHandle callee = testWMTCallee();
72 // mostly call exactInvoker.fold(constant(testWMTCallee)), but sometimes call its void-returning variant
73 MethodHandle callee = testWMTCallee();
83 MethodHandle callee = testWMTCallee();
93 MethodHandle callee = testWMTCallee();
171 int testWMTCallee; field in class:ThrowExceptionsTest
172 private int testWMTCallee(Strin method in class:ThrowExceptionsTest
175 private static MethodHandle testWMTCallee() { method in class:ThrowExceptionsTest
[all...]

Completed in 38 milliseconds