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

/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java250 Class<?> invokerClass = loadAndInitializeInvokerClass(classFile, cpPatches(classFile));
261 private static Class<?> loadAndInitializeInvokerClass(byte[] classBytes, Object[] patches) { method in class:InvokerBytecodeGenerator

Completed in 28 milliseconds