Home
last modified time | relevance | path

Searched refs:RemoteExample (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/lang/invoke/remote/
DRemoteExample.java32 public class RemoteExample extends MethodHandlesTest.PubExample { class
33 public RemoteExample() { super("RemoteExample"); } in RemoteExample() method in RemoteExample
/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java40 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()
DMethodHandlesTest.java27 import test.java.lang.invoke.remote.RemoteExample;
406 static final Lookup SUBCLASS = RemoteExample.lookup();