Searched refs:RemoteExample (Results 1 – 3 of 3) sorted by relevance
32 public class RemoteExample extends MethodHandlesTest.PubExample { class33 public RemoteExample() { super("RemoteExample"); } in RemoteExample() method in RemoteExample
40 import test.java.lang.invoke.remote.RemoteExample;281 testFindSpecial(RemoteExample.class, PubExample.class, void.class, false, "Pub/pro_v0"); in testFindSpecial()296 if (specialCaller == RemoteExample.class) { in testFindSpecial()488 testUnreflect(RemoteExample.class, false, void.class, "Rem/fin_v0"); in testUnreflect()
27 import test.java.lang.invoke.remote.RemoteExample;406 static final Lookup SUBCLASS = RemoteExample.lookup();