Searched refs:CALLABLES (Results 1 – 1 of 1) sorted by relevance
304 Map<List<Class<?>>, MethodHandle> CALLABLES = new HashMap<>(); field in InvokeGenericTest306 MethodHandle mh = CALLABLES.get(params); in callable()309 CALLABLES.put(params, mh); in callable()