Searched refs:mh2 (Results 1 – 2 of 2) sorted by relevance
196 Predicate<String> mh2 = (SerPredicate<String>) SerializedLambdaTest::startsWithA; in testStaticMR() local203 assertSerial(mh2, b); in testStaticMR()234 Predicate<String> mh2 = (SerPredicate<String>) moo::startsWithB; in testBoundMRNotSerReceiver() local241 assertNotSerial(mh2, b); in testBoundMRNotSerReceiver()257 Predicate<String> mh2 = (SerPredicate<String>) moo::startsWithB; in testBoundMR() local264 assertSerial(mh2, b); in testBoundMR()
339 MethodHandle mh2 = C.lookup.findSpecial(A.class /* refC */, "foo", in testfindSpecial_invokeSuperBehaviour() local342 mh2.invokeExact(cInstance); in testfindSpecial_invokeSuperBehaviour()