OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:loaderb
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/test/java/libcore/java/lang/reflect/
ProxyTest.java
34
ClassLoader
loaderB
= new ClassLoaderBuilder().withPrivateCopy(prefix).build();
38
Proxy.newProxyInstance(
loaderB
, interfacesA, new TestInvocationHandler());
47
ClassLoader
loaderB
= new ClassLoaderBuilder().withPrivateCopy(prefix).build();
48
InvocationHandler invocationHandlerB = (InvocationHandler)
loaderB
.loadClass(
Completed in 782 milliseconds