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

/openjdk9/jdk/test/java/lang/invoke/
H A DCallSiteTest.java49 private static MethodHandle mh_foo; field in class:CallSiteTest
54 mh_foo = lookup().findStatic(CLASS, "foo", methodType(int.class, int.class, int.class));
56 mcs = new MutableCallSite(mh_foo);
57 vcs = new VolatileCallSite(mh_foo);
80 mcs.setTarget(mh_foo);
84 mcs.setTarget(mh_foo);
97 vcs.setTarget(mh_foo);
101 vcs.setTarget(mh_foo);

Completed in 35 milliseconds