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

/openjdk7/jdk/test/java/lang/invoke/
H A DCallSiteTest.java136 private static CallSite bsm_mcs(Lookup caller, String name, MethodType type) throws ReflectiveOperationException { method in class:CallSiteTest
141 return lookup().findStatic(lookup().lookupClass(), "bsm_mcs", MT_bsm());

Completed in 30 milliseconds