src/share/classes/sun/reflect/Label.java

Print this page

        

*** 46,59 **** this.patchBCI = patchBCI; this.stackDepth = stackDepth; } // This won't work for more than one assembler anyway, so this is // unnecessary ! ClassFileAssembler asm; ! short instrBCI; ! short patchBCI; ! int stackDepth; } private List/*<PatchInfo>*/ patches = new ArrayList(); public Label() { } --- 46,59 ---- this.patchBCI = patchBCI; this.stackDepth = stackDepth; } // This won't work for more than one assembler anyway, so this is // unnecessary ! final ClassFileAssembler asm; ! final short instrBCI; ! final short patchBCI; ! final int stackDepth; } private List/*<PatchInfo>*/ patches = new ArrayList(); public Label() { }