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

/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java2271 for (int catchDrops = 1; catchDrops <= nargs; catchDrops++)
2272 testCatchException(returnType, thrown, throwMode, nargs, catchDrops);
2292 void testCatchException(Class<?> returnType, Throwable thrown, int throwMode, int nargs, int catchDrops) throws Throwable { argument
2295 System.out.println("catchException rt="+returnType+" throw="+throwMode+" nargs="+nargs+" drops="+catchDrops);
2311 int catchArgc = 1 + nargs - catchDrops;
2345 catchArgs.subList(nargs - catchDrops, nargs).clear();

Completed in 68 milliseconds