class sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry
  super_class: java.lang.Object
{
  private static int _init_nof_jsrs;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private int _target_bci;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.util.List _jsrs;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry _next;
    descriptor: Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
    flags: (0x0002) ACC_PRIVATE

  void <init>(int, sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry);
    descriptor: (ILsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry this
        start local 1 // int target
        start local 2 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry next
         0: .line 174
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 175
            aload 0 /* this */
            iload 1 /* target */
            putfield sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry._target_bci:I
         2: .line 176
            aload 0 /* this */
            new java.util.ArrayList
            dup
            getstatic sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry._init_nof_jsrs:I
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry._jsrs:Ljava/util/List;
         3: .line 177
            aload 0 /* this */
            aload 2 /* next */
            putfield sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry._next:Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
         4: .line 178
            return
        end local 2 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry next
        end local 1 // int target
        end local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
            0    5     1  target  I
            0    5     2    next  Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
    MethodParameters:
        Name  Flags
      target  
      next    

  int targetBci();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry this
         0: .line 181
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry._target_bci:I
            ireturn
        end local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;

  int nofJsrs();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry this
         0: .line 182
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry._jsrs:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;

  int jsrs(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry this
        start local 1 // int i
         0: .line 183
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry._jsrs:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  void addJsr(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry this
        start local 1 // int return_bci
         0: .line 186
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry._jsrs:Ljava/util/List;
            new java.lang.Integer
            dup
            iload 1 /* return_bci */
            invokespecial java.lang.Integer.<init>:(I)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
            return
        end local 1 // int return_bci
        end local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
            0    1     1  return_bci  I
    MethodParameters:
            Name  Flags
      return_bci  

  void addDelta(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry this
        start local 1 // int bci
        start local 2 // int delta
         0: .line 188
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry._target_bci:I
            iload 1 /* bci */
            if_icmple 2
         1: .line 189
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry._target_bci:I
            iload 2 /* delta */
            iadd
            putfield sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry._target_bci:I
         2: .line 192
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* k */
        start local 3 // int k
         3: goto 8
         4: .line 193
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* k */
            invokevirtual sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry.jsrs:(I)I
            istore 4 /* jsr */
        start local 4 // int jsr
         5: .line 194
            iload 4 /* jsr */
            iload 1 /* bci */
            if_icmple 7
         6: .line 195
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry._jsrs:Ljava/util/List;
            iload 3 /* k */
            new java.lang.Integer
            dup
            iload 4 /* jsr */
            iload 2 /* delta */
            iadd
            invokespecial java.lang.Integer.<init>:(I)V
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // int jsr
         7: .line 192
      StackMap locals:
      StackMap stack:
            iinc 3 /* k */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* k */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry.nofJsrs:()I
            if_icmplt 4
        end local 3 // int k
         9: .line 198
            return
        end local 2 // int delta
        end local 1 // int bci
        end local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
            0   10     1    bci  I
            0   10     2  delta  I
            3    9     3      k  I
            5    7     4    jsr  I
    MethodParameters:
       Name  Flags
      bci    
      delta  

  sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry next();
    descriptor: ()Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry this
         0: .line 199
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry._next:Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
            areturn
        end local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
}
SourceFile: "GenerateOopMap.java"
NestHost: sun.jvm.hotspot.oops.GenerateOopMap
InnerClasses:
  RetTableEntry = sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry of sun.jvm.hotspot.oops.GenerateOopMap