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

/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java201 Map<Object, CpPatch> cpPatches = new HashMap<>(); field in class:InvokerBytecodeGenerator
208 if (cpPatches.containsKey(cpPlaceholder)) {
213 cpPatches.put(cpPlaceholder, new CpPatch(index, cpPlaceholder, arg));
217 Object[] cpPatches(byte[] classFile) { method in class:InvokerBytecodeGenerator
220 for (CpPatch p : cpPatches.values()) {
250 Class<?> invokerClass = loadAndInitializeInvokerClass(classFile, cpPatches(classFile));
/openjdk7/jdk/src/share/classes/sun/misc/
H A DUnsafe.java846 * @params cpPatches where non-null entries exist, they replace corresponding CP entries in data
848 public native Class defineAnonymousClass(Class hostClass, byte[] data, Object[] cpPatches); argument

Completed in 35 milliseconds