class sun.jvm.hotspot.oops.GenerateOopMap$RetTable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.oops.GenerateOopMap$RetTable
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry _first;
    descriptor: Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
    flags: (0x0002) ACC_PRIVATE

  private static int _init_nof_entries;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private void addJsr(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTable this
        start local 1 // int return_bci
        start local 2 // int target_bci
         0: .line 207
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.GenerateOopMap$RetTable._first:Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
            astore 3 /* entry */
        start local 3 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry entry
         1: .line 210
            goto 3
      StackMap locals: sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry
      StackMap stack:
         2: aload 3 /* entry */
            invokevirtual sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry.next:()Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
            astore 3 /* entry */
      StackMap locals:
      StackMap stack:
         3: aload 3 /* entry */
            ifnull 4
            aload 3 /* entry */
            invokevirtual sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry.targetBci:()I
            iload 2 /* target_bci */
            if_icmpne 2
         4: .line 212
      StackMap locals:
      StackMap stack:
            aload 3 /* entry */
            ifnonnull 7
         5: .line 214
            new sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry
            dup
            iload 2 /* target_bci */
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.GenerateOopMap$RetTable._first:Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
            invokespecial sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry.<init>:(ILsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;)V
            astore 3 /* entry */
         6: .line 215
            aload 0 /* this */
            aload 3 /* entry */
            putfield sun.jvm.hotspot.oops.GenerateOopMap$RetTable._first:Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
         7: .line 220
      StackMap locals:
      StackMap stack:
            aload 3 /* entry */
            iload 1 /* return_bci */
            invokevirtual sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry.addJsr:(I)V
         8: .line 221
            return
        end local 3 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry entry
        end local 2 // int target_bci
        end local 1 // int return_bci
        end local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lsun/jvm/hotspot/oops/GenerateOopMap$RetTable;
            0    9     1  return_bci  I
            0    9     2  target_bci  I
            1    9     3       entry  Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
    MethodParameters:
            Name  Flags
      return_bci  
      target_bci  

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTable this
         0: .line 223
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/GenerateOopMap$RetTable;

  void computeRetTable(sun.jvm.hotspot.oops.Method);
    descriptor: (Lsun/jvm/hotspot/oops/Method;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTable this
        start local 1 // sun.jvm.hotspot.oops.Method method
         0: .line 225
            new sun.jvm.hotspot.interpreter.BytecodeStream
            dup
            aload 1 /* method */
            invokespecial sun.jvm.hotspot.interpreter.BytecodeStream.<init>:(Lsun/jvm/hotspot/oops/Method;)V
            astore 2 /* i */
        start local 2 // sun.jvm.hotspot.interpreter.BytecodeStream i
         1: .line 228
            goto 6
        start local 3 // int bytecode
         2: .line 229
      StackMap locals: sun.jvm.hotspot.interpreter.BytecodeStream int
      StackMap stack:
            iload 3 /* bytecode */
            lookupswitch { // 2
                  168: 3
                  201: 5
              default: 6
          }
         3: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* i */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeStream.nextBCI:()I
            aload 2 /* i */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeStream.dest:()I
            invokevirtual sun.jvm.hotspot.oops.GenerateOopMap$RetTable.addJsr:(II)V
         4: .line 232
            goto 6
         5: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* i */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeStream.nextBCI:()I
            aload 2 /* i */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeStream.dest_w:()I
            invokevirtual sun.jvm.hotspot.oops.GenerateOopMap$RetTable.addJsr:(II)V
        end local 3 // int bytecode
         6: .line 228
      StackMap locals:
      StackMap stack:
            aload 2 /* i */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeStream.next:()I
            dup
            istore 3 /* bytecode */
        start local 3 // int bytecode
         7: ifge 2
         8: .line 238
            return
        end local 3 // int bytecode
        end local 2 // sun.jvm.hotspot.interpreter.BytecodeStream i
        end local 1 // sun.jvm.hotspot.oops.Method method
        end local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lsun/jvm/hotspot/oops/GenerateOopMap$RetTable;
            0    9     1    method  Lsun/jvm/hotspot/oops/Method;
            1    9     2         i  Lsun/jvm/hotspot/interpreter/BytecodeStream;
            2    6     3  bytecode  I
            7    9     3  bytecode  I
    MethodParameters:
        Name  Flags
      method  

  void updateRetTable(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTable this
        start local 1 // int bci
        start local 2 // int delta
         0: .line 240
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.GenerateOopMap$RetTable._first:Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
            astore 3 /* cur */
        start local 3 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry cur
         1: .line 241
            goto 4
         2: .line 242
      StackMap locals: sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry
      StackMap stack:
            aload 3 /* cur */
            iload 1 /* bci */
            iload 2 /* delta */
            invokevirtual sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry.addDelta:(II)V
         3: .line 243
            aload 3 /* cur */
            invokevirtual sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry.next:()Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
            astore 3 /* cur */
         4: .line 241
      StackMap locals:
      StackMap stack:
            aload 3 /* cur */
            ifnonnull 2
         5: .line 245
            return
        end local 3 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry cur
        end local 2 // int delta
        end local 1 // int bci
        end local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/jvm/hotspot/oops/GenerateOopMap$RetTable;
            0    6     1    bci  I
            0    6     2  delta  I
            1    6     3    cur  Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
    MethodParameters:
       Name  Flags
      bci    
      delta  

  sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry findJsrsForTarget(int);
    descriptor: (I)Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTable this
        start local 1 // int targBci
         0: .line 247
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.GenerateOopMap$RetTable._first:Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
            astore 2 /* cur */
        start local 2 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry cur
         1: .line 249
            goto 9
         2: .line 250
      StackMap locals: sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry
      StackMap stack:
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 6
         3: .line 251
            aload 2 /* cur */
            invokevirtual sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry.targetBci:()I
            iconst_m1
            if_icmpeq 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ldc "sanity check"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 253
      StackMap locals:
      StackMap stack:
            aload 2 /* cur */
            invokevirtual sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry.targetBci:()I
            iload 1 /* targBci */
            if_icmpne 8
         7: .line 254
            aload 2 /* cur */
            areturn
         8: .line 256
      StackMap locals:
      StackMap stack:
            aload 2 /* cur */
            invokevirtual sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry.next:()Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
            astore 2 /* cur */
         9: .line 249
      StackMap locals:
      StackMap stack:
            aload 2 /* cur */
            ifnonnull 2
        10: .line 258
            new java.lang.RuntimeException
            dup
            ldc "Should not reach here"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry cur
        end local 1 // int targBci
        end local 0 // sun.jvm.hotspot.oops.GenerateOopMap$RetTable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lsun/jvm/hotspot/oops/GenerateOopMap$RetTable;
            0   11     1  targBci  I
            1   11     2      cur  Lsun/jvm/hotspot/oops/GenerateOopMap$RetTableEntry;
    MethodParameters:
         Name  Flags
      targBci  
}
SourceFile: "GenerateOopMap.java"
NestHost: sun.jvm.hotspot.oops.GenerateOopMap
InnerClasses:
  RetTable = sun.jvm.hotspot.oops.GenerateOopMap$RetTable of sun.jvm.hotspot.oops.GenerateOopMap
  RetTableEntry = sun.jvm.hotspot.oops.GenerateOopMap$RetTableEntry of sun.jvm.hotspot.oops.GenerateOopMap