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

/openjdk7/jdk/test/java/lang/invoke/
H A DThrowExceptionsTest.java51 public void testWMT() throws Throwable { method in class:ThrowExceptionsTest
56 testWMT(mh, mh1, 1000);
67 testWMT(mh, mh1, 1000);
78 testWMT(mh, mh1, 1000);
88 testWMT(mh, mh1, 1000);
100 testWMT(mh, mh1, 1000);
182 private Exception testWMT(MethodHandle[] mhs, int reps) throws Throwable { method in class:ThrowExceptionsTest
210 private Exception testWMT(MethodHandle mh, MethodHandle mh1, int reps) throws Throwable { method in class:ThrowExceptionsTest
218 testWMT(mhs, 10000);
220 savedEx = testWMT(mh
[all...]

Completed in 71 milliseconds