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

/openjdk7/jdk/test/java/lang/invoke/
H A DCallSiteTest.java50 private static MethodHandle mh_foo; field in class:CallSiteTest
55 mh_foo = lookup().findStatic(CLASS, "foo", methodType(int.class, int.class, int.class));
57 mcs = new MutableCallSite(mh_foo);
58 vcs = new VolatileCallSite(mh_foo);
81 mcs.setTarget(mh_foo);
85 mcs.setTarget(mh_foo);
98 vcs.setTarget(mh_foo);
102 vcs.setTarget(mh_foo);

Completed in 41 milliseconds