Searched defs:CpPatch (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java187 class CpPatch { class in class:InvokerBytecodeGenerator
191 CpPatch(int index, String placeholder, Object value) { method in class:InvokerBytecodeGenerator.CpPatch
197 return "CpPatch/index="+index+",placeholder="+placeholder+",value="+value;
201 Map<Object, CpPatch> cpPatches = new HashMap<>();
213 cpPatches.put(cpPlaceholder, new CpPatch(index, cpPlaceholder, arg));
220 for (CpPatch p : cpPatches.values()) {

Completed in 33 milliseconds