public class jdk.nashorn.internal.ir.debug.NashornClassReader extends jdk.internal.org.objectweb.asm.ClassReader
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.nashorn.internal.ir.debug.NashornClassReader
  super_class: jdk.internal.org.objectweb.asm.ClassReader
{
  private final java.util.Map<java.lang.String, java.util.List<jdk.internal.org.objectweb.asm.Label>> labelMap;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Ljdk/internal/org/objectweb/asm/Label;>;>;

  private static final java.lang.String[] TYPE;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 42
            ldc Ljdk/nashorn/internal/ir/debug/NashornClassReader;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic jdk.nashorn.internal.ir.debug.NashornClassReader.$assertionsDisabled:Z
         3: .line 510
            bipush 19
            anewarray java.lang.String
            dup
            iconst_0
         4: .line 512
            ldc "<error>"
            aastore
            dup
            iconst_1
         5: .line 514
            ldc "UTF8"
            aastore
            dup
            iconst_2
         6: .line 516
            ldc "<error>"
            aastore
            dup
            iconst_3
         7: .line 518
            ldc "Integer"
            aastore
            dup
            iconst_4
         8: .line 520
            ldc "Float"
            aastore
            dup
            iconst_5
         9: .line 522
            ldc "Long"
            aastore
            dup
            bipush 6
        10: .line 524
            ldc "Double"
            aastore
            dup
            bipush 7
        11: .line 526
            ldc "Class"
            aastore
            dup
            bipush 8
        12: .line 528
            ldc "String"
            aastore
            dup
            bipush 9
        13: .line 530
            ldc "Fieldref"
            aastore
            dup
            bipush 10
        14: .line 532
            ldc "Methodref"
            aastore
            dup
            bipush 11
        15: .line 534
            ldc "InterfaceMethodRef"
            aastore
            dup
            bipush 12
        16: .line 536
            ldc "NameAndType"
            aastore
            dup
            bipush 13
        17: .line 538
            ldc "<error>"
            aastore
            dup
            bipush 14
        18: .line 540
            ldc "<error>"
            aastore
            dup
            bipush 15
        19: .line 542
            ldc "MethodHandle"
            aastore
            dup
            bipush 16
        20: .line 544
            ldc "MethodType"
            aastore
            dup
            bipush 17
        21: .line 546
            ldc "<error>"
            aastore
            dup
            bipush 18
        22: .line 548
            ldc "Invokedynamic"
            aastore
        23: .line 510
            putstatic jdk.nashorn.internal.ir.debug.NashornClassReader.TYPE:[Ljava/lang/String;
        24: .line 549
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.nashorn.internal.ir.debug.NashornClassReader this
        start local 1 // byte[] bytecode
         0: .line 51
            aload 0 /* this */
            aload 1 /* bytecode */
            invokespecial jdk.internal.org.objectweb.asm.ClassReader.<init>:([B)V
         1: .line 44
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield jdk.nashorn.internal.ir.debug.NashornClassReader.labelMap:Ljava/util/Map;
         2: .line 52
            aload 0 /* this */
            aload 1 /* bytecode */
            invokevirtual jdk.nashorn.internal.ir.debug.NashornClassReader.parse:([B)Ljava/lang/String;
            pop
         3: .line 53
            return
        end local 1 // byte[] bytecode
        end local 0 // jdk.nashorn.internal.ir.debug.NashornClassReader this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljdk/nashorn/internal/ir/debug/NashornClassReader;
            0    4     1  bytecode  [B
    MethodParameters:
          Name  Flags
      bytecode  final

  java.util.List<jdk.internal.org.objectweb.asm.Label> getExtraLabels(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // jdk.nashorn.internal.ir.debug.NashornClassReader this
        start local 1 // java.lang.String className
        start local 2 // java.lang.String methodName
        start local 3 // java.lang.String methodDesc
         0: .line 56
            aload 1 /* className */
            aload 2 /* methodName */
            aload 3 /* methodDesc */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.fullyQualifiedName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* key */
        start local 4 // java.lang.String key
         1: .line 57
            aload 0 /* this */
            getfield jdk.nashorn.internal.ir.debug.NashornClassReader.labelMap:Ljava/util/Map;
            aload 4 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            areturn
        end local 4 // java.lang.String key
        end local 3 // java.lang.String methodDesc
        end local 2 // java.lang.String methodName
        end local 1 // java.lang.String className
        end local 0 // jdk.nashorn.internal.ir.debug.NashornClassReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Ljdk/nashorn/internal/ir/debug/NashornClassReader;
            0    2     1   className  Ljava/lang/String;
            0    2     2  methodName  Ljava/lang/String;
            0    2     3  methodDesc  Ljava/lang/String;
            1    2     4         key  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List<Ljdk/internal/org/objectweb/asm/Label;>;
    MethodParameters:
            Name  Flags
      className   final
      methodName  final
      methodDesc  final

  private static int readByte(byte[], int);
    descriptor: ([BI)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // byte[] bytecode
        start local 1 // int index
         0: .line 61
            aload 0 /* bytecode */
            iload 1 /* index */
            baload
            sipush 255
            iand
            i2b
            ireturn
        end local 1 // int index
        end local 0 // byte[] bytecode
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  bytecode  [B
            0    1     1     index  I
    MethodParameters:
          Name  Flags
      bytecode  final
      index     final

  private static int readShort(byte[], int);
    descriptor: ([BI)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // byte[] bytecode
        start local 1 // int index
         0: .line 65
            aload 0 /* bytecode */
            iload 1 /* index */
            baload
            sipush 255
            iand
            bipush 8
            ishl
            i2s
            aload 0 /* bytecode */
            iload 1 /* index */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            ior
            ireturn
        end local 1 // int index
        end local 0 // byte[] bytecode
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  bytecode  [B
            0    1     1     index  I
    MethodParameters:
          Name  Flags
      bytecode  final
      index     final

  private static int readInt(byte[], int);
    descriptor: ([BI)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // byte[] bytecode
        start local 1 // int index
         0: .line 69
            aload 0 /* bytecode */
            iload 1 /* index */
            baload
            sipush 255
            iand
            bipush 24
            ishl
            aload 0 /* bytecode */
            iload 1 /* index */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
            ior
            aload 0 /* bytecode */
            iload 1 /* index */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
            ior
            aload 0 /* bytecode */
            iload 1 /* index */
            iconst_3
            iadd
            baload
            sipush 255
            iand
            ior
            ireturn
        end local 1 // int index
        end local 0 // byte[] bytecode
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  bytecode  [B
            0    1     1     index  I
    MethodParameters:
          Name  Flags
      bytecode  final
      index     final

  private static long readLong(byte[], int);
    descriptor: ([BI)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // byte[] bytecode
        start local 1 // int index
         0: .line 73
            aload 0 /* bytecode */
            iload 1 /* index */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readInt:([BI)I
            istore 2 /* hi */
        start local 2 // int hi
         1: .line 74
            aload 0 /* bytecode */
            iload 1 /* index */
            iconst_4
            iadd
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readInt:([BI)I
            istore 3 /* lo */
        start local 3 // int lo
         2: .line 75
            iload 2 /* hi */
            i2l
            bipush 32
            lshl
            iload 3 /* lo */
            i2l
            lor
            lreturn
        end local 3 // int lo
        end local 2 // int hi
        end local 1 // int index
        end local 0 // byte[] bytecode
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  bytecode  [B
            0    3     1     index  I
            1    3     2        hi  I
            2    3     3        lo  I
    MethodParameters:
          Name  Flags
      bytecode  final
      index     final

  private static java.lang.String readUTF(int, int, byte[]);
    descriptor: (II[B)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=10, args_size=3
        start local 0 // int index
        start local 1 // int utfLen
        start local 2 // byte[] bytecode
         0: .line 79
            iload 0 /* index */
            iload 1 /* utfLen */
            iadd
            istore 3 /* endIndex */
        start local 3 // int endIndex
         1: .line 80
            iload 1 /* utfLen */
            iconst_2
            imul
            newarray 5
            astore 4 /* buf */
        start local 4 // char[] buf
         2: .line 81
            iconst_0
            istore 5 /* strLen */
        start local 5 // int strLen
         3: .line 83
            iconst_0
            istore 7 /* st */
        start local 7 // int st
         4: .line 84
            iconst_0
            istore 8 /* cc */
        start local 8 // char cc
         5: .line 85
            iload 0 /* index */
            istore 9 /* i */
        start local 9 // int i
         6: .line 87
            goto 26
         7: .line 88
      StackMap locals: int int byte[] int char[] int top int int int
      StackMap stack:
            aload 2 /* bytecode */
            iload 9 /* i */
            iinc 9 /* i */ 1
            baload
            istore 6 /* c */
        start local 6 // int c
         8: .line 89
            iload 7 /* st */
            tableswitch { // 0 - 2
                    0: 9
                    1: 20
                    2: 23
              default: 26
          }
         9: .line 91
      StackMap locals: int int byte[] int char[] int int int int int
      StackMap stack:
            iload 6 /* c */
            sipush 255
            iand
            istore 6 /* c */
        10: .line 92
            iload 6 /* c */
            sipush 128
            if_icmpge 13
        11: .line 93
            aload 4 /* buf */
            iload 5 /* strLen */
            iinc 5 /* strLen */ 1
            iload 6 /* c */
            i2c
            castore
        12: .line 94
            goto 26
      StackMap locals:
      StackMap stack:
        13: iload 6 /* c */
            sipush 224
            if_icmpge 17
            iload 6 /* c */
            sipush 191
            if_icmple 17
        14: .line 95
            iload 6 /* c */
            bipush 31
            iand
            i2c
            istore 8 /* cc */
        15: .line 96
            iconst_1
            istore 7 /* st */
        16: .line 97
            goto 26
        17: .line 98
      StackMap locals:
      StackMap stack:
            iload 6 /* c */
            bipush 15
            iand
            i2c
            istore 8 /* cc */
        18: .line 99
            iconst_2
            istore 7 /* st */
        19: .line 101
            goto 26
        20: .line 104
      StackMap locals:
      StackMap stack:
            aload 4 /* buf */
            iload 5 /* strLen */
            iinc 5 /* strLen */ 1
            iload 8 /* cc */
            bipush 6
            ishl
            iload 6 /* c */
            bipush 63
            iand
            ior
            i2c
            castore
        21: .line 105
            iconst_0
            istore 7 /* st */
        22: .line 106
            goto 26
        23: .line 109
      StackMap locals:
      StackMap stack:
            iload 8 /* cc */
            bipush 6
            ishl
            iload 6 /* c */
            bipush 63
            iand
            ior
            i2c
            istore 8 /* cc */
        24: .line 110
            iconst_1
            istore 7 /* st */
        25: .line 111
            goto 26
        end local 6 // int c
        26: .line 87
      StackMap locals: int int byte[] int char[] int top int int int
      StackMap stack:
            iload 9 /* i */
            iload 3 /* endIndex */
            if_icmplt 7
        27: .line 117
            new java.lang.String
            dup
            aload 4 /* buf */
            iconst_0
            iload 5 /* strLen */
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 9 // int i
        end local 8 // char cc
        end local 7 // int st
        end local 5 // int strLen
        end local 4 // char[] buf
        end local 3 // int endIndex
        end local 2 // byte[] bytecode
        end local 1 // int utfLen
        end local 0 // int index
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   28     0     index  I
            0   28     1    utfLen  I
            0   28     2  bytecode  [B
            1   28     3  endIndex  I
            2   28     4       buf  [C
            3   28     5    strLen  I
            8   26     6         c  I
            4   28     7        st  I
            5   28     8        cc  C
            6   28     9         i  I
    MethodParameters:
          Name  Flags
      index     final
      utfLen    final
      bytecode  final

  private java.lang.String parse(byte[]);
    descriptor: ([B)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=26, args_size=2
        start local 0 // jdk.nashorn.internal.ir.debug.NashornClassReader this
        start local 1 // byte[] bytecode
         0: .line 123
            iconst_0
            istore 3 /* u */
        start local 3 // int u
         1: .line 125
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readInt:([BI)I
            istore 4 /* magic */
        start local 4 // int magic
         2: .line 126
            iinc 3 /* u */ 4
         3: .line 127
            getstatic jdk.nashorn.internal.ir.debug.NashornClassReader.$assertionsDisabled:Z
            ifne 4
            iload 4 /* magic */
            ldc -889275714
            if_icmpeq 4
            new java.lang.AssertionError
            dup
            iload 4 /* magic */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         4: .line 128
      StackMap locals: jdk.nashorn.internal.ir.debug.NashornClassReader byte[] top int int
      StackMap stack:
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            pop
         5: .line 129
            iinc 3 /* u */ 2
         6: .line 130
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            pop
         7: .line 131
            iinc 3 /* u */ 2
         8: .line 133
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            istore 5 /* cpc */
        start local 5 // int cpc
         9: .line 134
            iinc 3 /* u */ 2
        10: .line 135
            new java.util.ArrayList
            dup
            iload 5 /* cpc */
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 6 /* cp */
        start local 6 // java.util.ArrayList cp
        11: .line 136
            aload 6 /* cp */
            aconst_null
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        12: .line 138
            iconst_1
            istore 7 /* i */
        start local 7 // int i
        13: goto 64
        14: .line 140
      StackMap locals: int java.util.ArrayList int
      StackMap stack:
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readByte:([BI)I
            istore 8 /* tag */
        start local 8 // int tag
        15: .line 141
            iinc 3 /* u */ 1
        16: .line 142
            iload 8 /* tag */
            tableswitch { // 1 - 18
                    1: 45
                    2: 62
                    3: 26
                    4: 29
                    5: 32
                    6: 37
                    7: 17
                    8: 23
                    9: 20
                   10: 20
                   11: 20
                   12: 42
                   13: 62
                   14: 62
                   15: 56
                   16: 50
                   17: 62
                   18: 53
              default: 62
          }
        17: .line 144
      StackMap locals: int
      StackMap stack:
            aload 6 /* cp */
            new jdk.nashorn.internal.ir.debug.NashornClassReader$IndexInfo
            dup
            aload 6 /* cp */
            iload 8 /* tag */
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            invokespecial jdk.nashorn.internal.ir.debug.NashornClassReader$IndexInfo.<init>:(Ljava/util/ArrayList;II)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        18: .line 145
            iinc 3 /* u */ 2
        19: .line 146
            goto 63
        20: .line 150
      StackMap locals:
      StackMap stack:
            aload 6 /* cp */
            new jdk.nashorn.internal.ir.debug.NashornClassReader$IndexInfo2
            dup
            aload 6 /* cp */
            iload 8 /* tag */
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            aload 1 /* bytecode */
            iload 3 /* u */
            iconst_2
            iadd
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            invokespecial jdk.nashorn.internal.ir.debug.NashornClassReader$IndexInfo2.<init>:(Ljava/util/ArrayList;III)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        21: .line 151
            iinc 3 /* u */ 4
        22: .line 152
            goto 63
        23: .line 154
      StackMap locals:
      StackMap stack:
            aload 6 /* cp */
            new jdk.nashorn.internal.ir.debug.NashornClassReader$IndexInfo
            dup
            aload 6 /* cp */
            iload 8 /* tag */
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            invokespecial jdk.nashorn.internal.ir.debug.NashornClassReader$IndexInfo.<init>:(Ljava/util/ArrayList;II)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        24: .line 155
            iinc 3 /* u */ 2
        25: .line 156
            goto 63
        26: .line 158
      StackMap locals:
      StackMap stack:
            aload 6 /* cp */
            new jdk.nashorn.internal.ir.debug.NashornClassReader$DirectInfo
            dup
            aload 6 /* cp */
            iload 8 /* tag */
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readInt:([BI)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokespecial jdk.nashorn.internal.ir.debug.NashornClassReader$DirectInfo.<init>:(Ljava/util/ArrayList;ILjava/lang/Object;)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        27: .line 159
            iinc 3 /* u */ 4
        28: .line 160
            goto 63
        29: .line 162
      StackMap locals:
      StackMap stack:
            aload 6 /* cp */
            new jdk.nashorn.internal.ir.debug.NashornClassReader$DirectInfo
            dup
            aload 6 /* cp */
            iload 8 /* tag */
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readInt:([BI)I
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            invokespecial jdk.nashorn.internal.ir.debug.NashornClassReader$DirectInfo.<init>:(Ljava/util/ArrayList;ILjava/lang/Object;)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        30: .line 163
            iinc 3 /* u */ 4
        31: .line 164
            goto 63
        32: .line 166
      StackMap locals:
      StackMap stack:
            aload 6 /* cp */
            new jdk.nashorn.internal.ir.debug.NashornClassReader$DirectInfo
            dup
            aload 6 /* cp */
            iload 8 /* tag */
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readLong:([BI)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokespecial jdk.nashorn.internal.ir.debug.NashornClassReader$DirectInfo.<init>:(Ljava/util/ArrayList;ILjava/lang/Object;)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        33: .line 167
            aload 6 /* cp */
            aconst_null
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        34: .line 168
            iinc 7 /* i */ 1
        35: .line 169
            iinc 3 /* u */ 8
        36: .line 170
            goto 63
        37: .line 172
      StackMap locals:
      StackMap stack:
            aload 6 /* cp */
            new jdk.nashorn.internal.ir.debug.NashornClassReader$DirectInfo
            dup
            aload 6 /* cp */
            iload 8 /* tag */
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readLong:([BI)J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokespecial jdk.nashorn.internal.ir.debug.NashornClassReader$DirectInfo.<init>:(Ljava/util/ArrayList;ILjava/lang/Object;)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        38: .line 173
            aload 6 /* cp */
            aconst_null
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        39: .line 174
            iinc 7 /* i */ 1
        40: .line 175
            iinc 3 /* u */ 8
        41: .line 176
            goto 63
        42: .line 178
      StackMap locals:
      StackMap stack:
            aload 6 /* cp */
            new jdk.nashorn.internal.ir.debug.NashornClassReader$IndexInfo2
            dup
            aload 6 /* cp */
            iload 8 /* tag */
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            aload 1 /* bytecode */
            iload 3 /* u */
            iconst_2
            iadd
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            invokespecial jdk.nashorn.internal.ir.debug.NashornClassReader$IndexInfo2.<init>:(Ljava/util/ArrayList;III)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        43: .line 179
            iinc 3 /* u */ 4
        44: .line 180
            goto 63
        45: .line 182
      StackMap locals:
      StackMap stack:
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            istore 9 /* len */
        start local 9 // int len
        46: .line 183
            iinc 3 /* u */ 2
        47: .line 184
            aload 6 /* cp */
            new jdk.nashorn.internal.ir.debug.NashornClassReader$DirectInfo
            dup
            aload 6 /* cp */
            iload 8 /* tag */
            iload 3 /* u */
            iload 9 /* len */
            aload 1 /* bytecode */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readUTF:(II[B)Ljava/lang/String;
            invokespecial jdk.nashorn.internal.ir.debug.NashornClassReader$DirectInfo.<init>:(Ljava/util/ArrayList;ILjava/lang/Object;)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        48: .line 185
            iload 3 /* u */
            iload 9 /* len */
            iadd
            istore 3 /* u */
        49: .line 186
            goto 63
        end local 9 // int len
        50: .line 188
      StackMap locals:
      StackMap stack:
            aload 6 /* cp */
            new jdk.nashorn.internal.ir.debug.NashornClassReader$IndexInfo
            dup
            aload 6 /* cp */
            iload 8 /* tag */
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            invokespecial jdk.nashorn.internal.ir.debug.NashornClassReader$IndexInfo.<init>:(Ljava/util/ArrayList;II)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        51: .line 189
            iinc 3 /* u */ 2
        52: .line 190
            goto 63
        53: .line 192
      StackMap locals:
      StackMap stack:
            aload 6 /* cp */
            new jdk.nashorn.internal.ir.debug.NashornClassReader$1
            dup
            aload 0 /* this */
            aload 6 /* cp */
            iload 8 /* tag */
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            aload 1 /* bytecode */
            iload 3 /* u */
            iconst_2
            iadd
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            invokespecial jdk.nashorn.internal.ir.debug.NashornClassReader$1.<init>:(Ljdk/nashorn/internal/ir/debug/NashornClassReader;Ljava/util/ArrayList;III)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        54: .line 199
            iinc 3 /* u */ 4
        55: .line 200
            goto 63
        56: .line 202
      StackMap locals:
      StackMap stack:
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readByte:([BI)I
            istore 10 /* kind */
        start local 10 // int kind
        57: .line 203
            getstatic jdk.nashorn.internal.ir.debug.NashornClassReader.$assertionsDisabled:Z
            ifne 59
            iload 10 /* kind */
            iconst_1
            if_icmplt 58
            iload 10 /* kind */
            bipush 9
            if_icmple 59
      StackMap locals: jdk.nashorn.internal.ir.debug.NashornClassReader byte[] top int int int java.util.ArrayList int int top int
      StackMap stack:
        58: new java.lang.AssertionError
            dup
            iload 10 /* kind */
            invokespecial java.lang.AssertionError.<init>:(I)V
            athrow
        59: .line 204
      StackMap locals:
      StackMap stack:
            aload 6 /* cp */
            new jdk.nashorn.internal.ir.debug.NashornClassReader$2
            dup
            aload 0 /* this */
            aload 6 /* cp */
            iload 8 /* tag */
            iload 10 /* kind */
            aload 1 /* bytecode */
            iload 3 /* u */
            iconst_1
            iadd
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            invokespecial jdk.nashorn.internal.ir.debug.NashornClassReader$2.<init>:(Ljdk/nashorn/internal/ir/debug/NashornClassReader;Ljava/util/ArrayList;III)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        60: .line 211
            iinc 3 /* u */ 3
        61: .line 212
            goto 63
        end local 10 // int kind
        62: .line 214
      StackMap locals: jdk.nashorn.internal.ir.debug.NashornClassReader byte[] top int int int java.util.ArrayList int int
      StackMap stack:
            getstatic jdk.nashorn.internal.ir.debug.NashornClassReader.$assertionsDisabled:Z
            ifne 63
            new java.lang.AssertionError
            dup
            iload 8 /* tag */
            invokespecial java.lang.AssertionError.<init>:(I)V
            athrow
        end local 8 // int tag
        63: .line 138
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        64: iload 7 /* i */
            iload 5 /* cpc */
            if_icmplt 14
        end local 7 // int i
        65: .line 219
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            pop
        66: .line 220
            iinc 3 /* u */ 2
        67: .line 221
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            istore 7 /* cls */
        start local 7 // int cls
        68: .line 222
            iinc 3 /* u */ 2
        69: .line 223
            aload 6 /* cp */
            iload 7 /* cls */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.nashorn.internal.ir.debug.NashornClassReader$Constant
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 2 /* thisClassName */
        start local 2 // java.lang.String thisClassName
        70: .line 224
            iinc 3 /* u */ 2
        71: .line 226
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            istore 8 /* ifc */
        start local 8 // int ifc
        72: .line 227
            iinc 3 /* u */ 2
        73: .line 228
            iload 3 /* u */
            iload 8 /* ifc */
            iconst_2
            imul
            iadd
            istore 3 /* u */
        74: .line 230
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            istore 9 /* fc */
        start local 9 // int fc
        75: .line 231
            iinc 3 /* u */ 2
        76: .line 233
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        77: goto 93
        78: .line 234
      StackMap locals: jdk.nashorn.internal.ir.debug.NashornClassReader byte[] java.lang.String int int int java.util.ArrayList int int int int
      StackMap stack:
            iinc 3 /* u */ 2
        79: .line 235
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            pop
        80: .line 236
            iinc 3 /* u */ 2
        81: .line 237
            iinc 3 /* u */ 2
        82: .line 238
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            istore 11 /* ac */
        start local 11 // int ac
        83: .line 239
            iinc 3 /* u */ 2
        84: .line 241
            iconst_0
            istore 12 /* j */
        start local 12 // int j
        85: goto 91
        86: .line 242
      StackMap locals: int int
      StackMap stack:
            iinc 3 /* u */ 2
        87: .line 243
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readInt:([BI)I
            istore 13 /* len */
        start local 13 // int len
        88: .line 244
            iinc 3 /* u */ 4
        89: .line 245
            iload 3 /* u */
            iload 13 /* len */
            iadd
            istore 3 /* u */
        end local 13 // int len
        90: .line 241
            iinc 12 /* j */ 1
      StackMap locals:
      StackMap stack:
        91: iload 12 /* j */
            iload 11 /* ac */
            if_icmplt 86
        end local 12 // int j
        end local 11 // int ac
        92: .line 233
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        93: iload 10 /* i */
            iload 9 /* fc */
            if_icmplt 78
        end local 10 // int i
        94: .line 249
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            istore 10 /* mc */
        start local 10 // int mc
        95: .line 250
            iinc 3 /* u */ 2
        96: .line 251
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        97: goto 142
        98: .line 252
      StackMap locals: int
      StackMap stack:
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            pop
        99: .line 253
            iinc 3 /* u */ 2
       100: .line 255
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            istore 12 /* methodNameIndex */
        start local 12 // int methodNameIndex
       101: .line 256
            iinc 3 /* u */ 2
       102: .line 257
            aload 6 /* cp */
            iload 12 /* methodNameIndex */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.nashorn.internal.ir.debug.NashornClassReader$Constant
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 13 /* methodName */
        start local 13 // java.lang.String methodName
       103: .line 259
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            istore 14 /* methodDescIndex */
        start local 14 // int methodDescIndex
       104: .line 260
            iinc 3 /* u */ 2
       105: .line 261
            aload 6 /* cp */
            iload 14 /* methodDescIndex */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.nashorn.internal.ir.debug.NashornClassReader$Constant
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 15 /* methodDesc */
        start local 15 // java.lang.String methodDesc
       106: .line 263
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            istore 16 /* ac */
        start local 16 // int ac
       107: .line 264
            iinc 3 /* u */ 2
       108: .line 267
            iconst_0
            istore 17 /* j */
        start local 17 // int j
       109: goto 140
       110: .line 268
      StackMap locals: jdk.nashorn.internal.ir.debug.NashornClassReader byte[] java.lang.String int int int java.util.ArrayList int int int int int int java.lang.String int java.lang.String int int
      StackMap stack:
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            istore 18 /* nameIndex */
        start local 18 // int nameIndex
       111: .line 269
            iinc 3 /* u */ 2
       112: .line 270
            aload 6 /* cp */
            iload 18 /* nameIndex */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.nashorn.internal.ir.debug.NashornClassReader$Constant
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 19 /* attrName */
        start local 19 // java.lang.String attrName
       113: .line 272
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readInt:([BI)I
            istore 20 /* attrLen */
        start local 20 // int attrLen
       114: .line 273
            iinc 3 /* u */ 4
       115: .line 275
            ldc "Code"
            aload 19 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 138
       116: .line 276
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            pop
       117: .line 277
            iinc 3 /* u */ 2
       118: .line 278
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            pop
       119: .line 279
            iinc 3 /* u */ 2
       120: .line 280
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readInt:([BI)I
            istore 21 /* len */
        start local 21 // int len
       121: .line 281
            iinc 3 /* u */ 4
       122: .line 282
            aload 0 /* this */
            aload 1 /* bytecode */
            iload 3 /* u */
            iload 21 /* len */
            aload 2 /* thisClassName */
            aload 13 /* methodName */
            aload 15 /* methodDesc */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.fullyQualifiedName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            invokevirtual jdk.nashorn.internal.ir.debug.NashornClassReader.parseCode:([BIILjava/lang/String;)V
       123: .line 283
            iload 3 /* u */
            iload 21 /* len */
            iadd
            istore 3 /* u */
       124: .line 284
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            istore 22 /* elen */
        start local 22 // int elen
       125: .line 285
            iinc 3 /* u */ 2
       126: .line 286
            iload 3 /* u */
            iload 22 /* elen */
            bipush 8
            imul
            iadd
            istore 3 /* u */
       127: .line 289
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            istore 23 /* ac2 */
        start local 23 // int ac2
       128: .line 290
            iinc 3 /* u */ 2
       129: .line 291
            iconst_0
            istore 24 /* k */
        start local 24 // int k
       130: goto 136
       131: .line 292
      StackMap locals: jdk.nashorn.internal.ir.debug.NashornClassReader byte[] java.lang.String int int int java.util.ArrayList int int int int int int java.lang.String int java.lang.String int int int java.lang.String int int int int int
      StackMap stack:
            iinc 3 /* u */ 2
       132: .line 293
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readInt:([BI)I
            istore 25 /* aclen */
        start local 25 // int aclen
       133: .line 294
            iinc 3 /* u */ 4
       134: .line 295
            iload 3 /* u */
            iload 25 /* aclen */
            iadd
            istore 3 /* u */
        end local 25 // int aclen
       135: .line 291
            iinc 24 /* k */ 1
      StackMap locals:
      StackMap stack:
       136: iload 24 /* k */
            iload 23 /* ac2 */
            if_icmplt 131
        end local 24 // int k
        end local 23 // int ac2
        end local 22 // int elen
        end local 21 // int len
       137: .line 297
            goto 139
       138: .line 298
      StackMap locals: jdk.nashorn.internal.ir.debug.NashornClassReader byte[] java.lang.String int int int java.util.ArrayList int int int int int int java.lang.String int java.lang.String int int int java.lang.String int
      StackMap stack:
            iload 3 /* u */
            iload 20 /* attrLen */
            iadd
            istore 3 /* u */
        end local 20 // int attrLen
        end local 19 // java.lang.String attrName
        end local 18 // int nameIndex
       139: .line 267
      StackMap locals:
      StackMap stack:
            iinc 17 /* j */ 1
      StackMap locals:
      StackMap stack:
       140: iload 17 /* j */
            iload 16 /* ac */
            if_icmplt 110
        end local 17 // int j
        end local 16 // int ac
        end local 15 // java.lang.String methodDesc
        end local 14 // int methodDescIndex
        end local 13 // java.lang.String methodName
        end local 12 // int methodNameIndex
       141: .line 251
            iinc 11 /* i */ 1
      StackMap locals: jdk.nashorn.internal.ir.debug.NashornClassReader byte[] java.lang.String int int int java.util.ArrayList int int int int int
      StackMap stack:
       142: iload 11 /* i */
            iload 10 /* mc */
            if_icmplt 98
        end local 11 // int i
       143: .line 303
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            istore 11 /* ac */
        start local 11 // int ac
       144: .line 304
            iinc 3 /* u */ 2
       145: .line 306
            iconst_0
            istore 12 /* i */
        start local 12 // int i
       146: goto 153
       147: .line 307
      StackMap locals: int
      StackMap stack:
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readShort:([BI)I
            pop
       148: .line 308
            iinc 3 /* u */ 2
       149: .line 309
            aload 1 /* bytecode */
            iload 3 /* u */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readInt:([BI)I
            istore 13 /* len */
        start local 13 // int len
       150: .line 310
            iinc 3 /* u */ 4
       151: .line 311
            iload 3 /* u */
            iload 13 /* len */
            iadd
            istore 3 /* u */
        end local 13 // int len
       152: .line 306
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
       153: iload 12 /* i */
            iload 11 /* ac */
            if_icmplt 147
        end local 12 // int i
       154: .line 315
            aload 2 /* thisClassName */
            areturn
        end local 11 // int ac
        end local 10 // int mc
        end local 9 // int fc
        end local 8 // int ifc
        end local 7 // int cls
        end local 6 // java.util.ArrayList cp
        end local 5 // int cpc
        end local 4 // int magic
        end local 3 // int u
        end local 2 // java.lang.String thisClassName
        end local 1 // byte[] bytecode
        end local 0 // jdk.nashorn.internal.ir.debug.NashornClassReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0  155     0             this  Ljdk/nashorn/internal/ir/debug/NashornClassReader;
            0  155     1         bytecode  [B
           70  155     2    thisClassName  Ljava/lang/String;
            1  155     3                u  I
            2  155     4            magic  I
            9  155     5              cpc  I
           11  155     6               cp  Ljava/util/ArrayList<Ljdk/nashorn/internal/ir/debug/NashornClassReader$Constant;>;
           13   65     7                i  I
           15   63     8              tag  I
           46   50     9              len  I
           57   62    10             kind  I
           68  155     7              cls  I
           72  155     8              ifc  I
           75  155     9               fc  I
           77   94    10                i  I
           83   92    11               ac  I
           85   92    12                j  I
           88   90    13              len  I
           95  155    10               mc  I
           97  143    11                i  I
          101  141    12  methodNameIndex  I
          103  141    13       methodName  Ljava/lang/String;
          104  141    14  methodDescIndex  I
          106  141    15       methodDesc  Ljava/lang/String;
          107  141    16               ac  I
          109  141    17                j  I
          111  139    18        nameIndex  I
          113  139    19         attrName  Ljava/lang/String;
          114  139    20          attrLen  I
          121  137    21              len  I
          125  137    22             elen  I
          128  137    23              ac2  I
          130  137    24                k  I
          133  135    25            aclen  I
          144  155    11               ac  I
          146  154    12                i  I
          150  152    13              len  I
    MethodParameters:
          Name  Flags
      bytecode  final

  private static java.lang.String fullyQualifiedName(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.lang.String className
        start local 1 // java.lang.String methodName
        start local 2 // java.lang.String methodDesc
         0: .line 319
            new java.lang.StringBuilder
            dup
            aload 0 /* className */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 46
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 1 /* methodName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* methodDesc */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.String methodDesc
        end local 1 // java.lang.String methodName
        end local 0 // java.lang.String className
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0   className  Ljava/lang/String;
            0    1     1  methodName  Ljava/lang/String;
            0    1     2  methodDesc  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      className   final
      methodName  final
      methodDesc  final

  private void parseCode(byte[], int, int, java.lang.String);
    descriptor: ([BIILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=12, args_size=5
        start local 0 // jdk.nashorn.internal.ir.debug.NashornClassReader this
        start local 1 // byte[] bytecode
        start local 2 // int index
        start local 3 // int len
        start local 4 // java.lang.String desc
         0: .line 323
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 5 /* labels */
        start local 5 // java.util.List labels
         1: .line 324
            aload 0 /* this */
            getfield jdk.nashorn.internal.ir.debug.NashornClassReader.labelMap:Ljava/util/Map;
            aload 4 /* desc */
            aload 5 /* labels */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 326
            iconst_0
            istore 6 /* wide */
        start local 6 // boolean wide
         3: .line 328
            iload 2 /* index */
            istore 7 /* i */
        start local 7 // int i
         4: goto 56
         5: .line 329
      StackMap locals: java.util.List int int
      StackMap stack:
            aload 1 /* bytecode */
            iload 7 /* i */
            baload
            istore 8 /* opcode */
        start local 8 // int opcode
         6: .line 330
            aload 5 /* labels */
            new jdk.nashorn.internal.ir.debug.NashornTextifier$NashornLabel
            dup
            iload 8 /* opcode */
            iload 7 /* i */
            iload 2 /* index */
            isub
            invokespecial jdk.nashorn.internal.ir.debug.NashornTextifier$NashornLabel.<init>:(II)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 332
            iload 8 /* opcode */
            sipush 255
            iand
            lookupswitch { // 55
                   16: 43
                   17: 45
                   18: 43
                   19: 45
                   20: 45
                   21: 39
                   22: 39
                   23: 39
                   24: 39
                   25: 39
                   54: 39
                   55: 39
                   56: 39
                   57: 39
                   58: 39
                  132: 47
                  153: 45
                  154: 45
                  155: 45
                  156: 45
                  157: 45
                  158: 45
                  159: 45
                  160: 45
                  161: 45
                  162: 45
                  163: 45
                  164: 45
                  165: 45
                  166: 45
                  167: 45
                  168: 45
                  169: 11
                  170: 25
                  171: 15
                  178: 45
                  179: 45
                  180: 45
                  181: 45
                  182: 45
                  183: 45
                  184: 45
                  185: 51
                  186: 51
                  187: 45
                  188: 43
                  189: 45
                  192: 45
                  193: 45
                  196: 8
                  197: 37
                  198: 45
                  199: 45
                  200: 51
                  201: 51
              default: 53
          }
         8: .line 334
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 6 /* wide */
         9: .line 335
            iinc 7 /* i */ 1
        10: .line 336
            goto 54
        11: .line 338
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 6 /* wide */
            ifeq 12
            iconst_4
            goto 13
      StackMap locals:
      StackMap stack: int
        12: iconst_2
      StackMap locals: jdk.nashorn.internal.ir.debug.NashornClassReader byte[] int int java.lang.String java.util.List int int int
      StackMap stack: int int
        13: iadd
            istore 7 /* i */
        14: .line 339
            goto 54
        15: .line 341
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
        16: .line 342
            goto 18
        17: .line 343
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
        18: .line 342
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 2 /* index */
            isub
            iconst_3
            iand
            ifne 17
        19: .line 345
            aload 1 /* bytecode */
            iload 7 /* i */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readInt:([BI)I
            pop
        20: .line 346
            iinc 7 /* i */ 4
        21: .line 347
            aload 1 /* bytecode */
            iload 7 /* i */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readInt:([BI)I
            istore 9 /* npairs */
        start local 9 // int npairs
        22: .line 348
            iinc 7 /* i */ 4
        23: .line 349
            iload 7 /* i */
            bipush 8
            iload 9 /* npairs */
            imul
            iadd
            istore 7 /* i */
        24: .line 350
            goto 54
        end local 9 // int npairs
        25: .line 352
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
        26: .line 353
            goto 28
        27: .line 354
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
        28: .line 353
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 2 /* index */
            isub
            iconst_3
            iand
            ifne 27
        29: .line 356
            aload 1 /* bytecode */
            iload 7 /* i */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readInt:([BI)I
            pop
        30: .line 357
            iinc 7 /* i */ 4
        31: .line 358
            aload 1 /* bytecode */
            iload 7 /* i */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readInt:([BI)I
            istore 10 /* lo */
        start local 10 // int lo
        32: .line 359
            iinc 7 /* i */ 4
        33: .line 360
            aload 1 /* bytecode */
            iload 7 /* i */
            invokestatic jdk.nashorn.internal.ir.debug.NashornClassReader.readInt:([BI)I
            istore 11 /* hi */
        start local 11 // int hi
        34: .line 361
            iinc 7 /* i */ 4
        35: .line 362
            iload 7 /* i */
            iconst_4
            iload 11 /* hi */
            iload 10 /* lo */
            isub
            iconst_1
            iadd
            imul
            iadd
            istore 7 /* i */
        36: .line 363
            goto 54
        end local 11 // int hi
        end local 10 // int lo
        37: .line 365
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 4
        38: .line 366
            goto 54
        39: .line 377
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 6 /* wide */
            ifeq 40
            iconst_3
            goto 41
      StackMap locals:
      StackMap stack: int
        40: iconst_2
      StackMap locals: jdk.nashorn.internal.ir.debug.NashornClassReader byte[] int int java.lang.String java.util.List int int int
      StackMap stack: int int
        41: iadd
            istore 7 /* i */
        42: .line 378
            goto 54
        43: .line 382
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 2
        44: .line 383
            goto 54
        45: .line 416
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 3
        46: .line 417
            goto 54
        47: .line 419
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 6 /* wide */
            ifeq 48
            iconst_5
            goto 49
      StackMap locals:
      StackMap stack: int
        48: iconst_3
      StackMap locals: jdk.nashorn.internal.ir.debug.NashornClassReader byte[] int int java.lang.String java.util.List int int int
      StackMap stack: int int
        49: iadd
            istore 7 /* i */
        50: .line 420
            goto 54
        51: .line 425
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 5
        52: .line 426
            goto 54
        53: .line 428
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
        54: .line 432
      StackMap locals:
      StackMap stack:
            iload 6 /* wide */
            ifeq 56
        55: .line 433
            iconst_0
            istore 6 /* wide */
        end local 8 // int opcode
        56: .line 328
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 2 /* index */
            iload 3 /* len */
            iadd
            if_icmplt 5
        end local 7 // int i
        57: .line 436
            return
        end local 6 // boolean wide
        end local 5 // java.util.List labels
        end local 4 // java.lang.String desc
        end local 3 // int len
        end local 2 // int index
        end local 1 // byte[] bytecode
        end local 0 // jdk.nashorn.internal.ir.debug.NashornClassReader this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   58     0      this  Ljdk/nashorn/internal/ir/debug/NashornClassReader;
            0   58     1  bytecode  [B
            0   58     2     index  I
            0   58     3       len  I
            0   58     4      desc  Ljava/lang/String;
            1   58     5    labels  Ljava/util/List<Ljdk/internal/org/objectweb/asm/Label;>;
            3   58     6      wide  Z
            4   57     7         i  I
            6   56     8    opcode  I
           22   25     9    npairs  I
           32   37    10        lo  I
           34   37    11        hi  I
    MethodParameters:
          Name  Flags
      bytecode  final
      index     final
      len       final
      desc      final

  public void accept(jdk.internal.org.objectweb.asm.ClassVisitor, jdk.internal.org.objectweb.asm.Attribute[], int);
    descriptor: (Ljdk/internal/org/objectweb/asm/ClassVisitor;[Ljdk/internal/org/objectweb/asm/Attribute;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // jdk.nashorn.internal.ir.debug.NashornClassReader this
        start local 1 // jdk.internal.org.objectweb.asm.ClassVisitor classVisitor
        start local 2 // jdk.internal.org.objectweb.asm.Attribute[] attrs
        start local 3 // int flags
         0: .line 440
            aload 0 /* this */
            aload 1 /* classVisitor */
            aload 2 /* attrs */
            iload 3 /* flags */
            invokespecial jdk.internal.org.objectweb.asm.ClassReader.accept:(Ljdk/internal/org/objectweb/asm/ClassVisitor;[Ljdk/internal/org/objectweb/asm/Attribute;I)V
         1: .line 441
            return
        end local 3 // int flags
        end local 2 // jdk.internal.org.objectweb.asm.Attribute[] attrs
        end local 1 // jdk.internal.org.objectweb.asm.ClassVisitor classVisitor
        end local 0 // jdk.nashorn.internal.ir.debug.NashornClassReader this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljdk/nashorn/internal/ir/debug/NashornClassReader;
            0    2     1  classVisitor  Ljdk/internal/org/objectweb/asm/ClassVisitor;
            0    2     2         attrs  [Ljdk/internal/org/objectweb/asm/Attribute;
            0    2     3         flags  I
    MethodParameters:
              Name  Flags
      classVisitor  final
      attrs         final
      flags         final

  protected jdk.internal.org.objectweb.asm.Label readLabel(int, jdk.internal.org.objectweb.asm.Label[]);
    descriptor: (I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // jdk.nashorn.internal.ir.debug.NashornClassReader this
        start local 1 // int offset
        start local 2 // jdk.internal.org.objectweb.asm.Label[] labels
         0: .line 445
            aload 0 /* this */
            iload 1 /* offset */
            aload 2 /* labels */
            invokespecial jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            astore 3 /* label */
        start local 3 // jdk.internal.org.objectweb.asm.Label label
         1: .line 446
            aload 3 /* label */
            iload 1 /* offset */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield jdk.internal.org.objectweb.asm.Label.info:Ljava/lang/Object;
         2: .line 447
            aload 3 /* label */
            areturn
        end local 3 // jdk.internal.org.objectweb.asm.Label label
        end local 2 // jdk.internal.org.objectweb.asm.Label[] labels
        end local 1 // int offset
        end local 0 // jdk.nashorn.internal.ir.debug.NashornClassReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljdk/nashorn/internal/ir/debug/NashornClassReader;
            0    3     1  offset  I
            0    3     2  labels  [Ljdk/internal/org/objectweb/asm/Label;
            1    3     3   label  Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
        Name  Flags
      offset  final
      labels  final
}
SourceFile: "NashornClassReader.java"
NestMembers:
  jdk.nashorn.internal.ir.debug.NashornClassReader$1  jdk.nashorn.internal.ir.debug.NashornClassReader$2  jdk.nashorn.internal.ir.debug.NashornClassReader$Constant  jdk.nashorn.internal.ir.debug.NashornClassReader$DirectInfo  jdk.nashorn.internal.ir.debug.NashornClassReader$IndexInfo  jdk.nashorn.internal.ir.debug.NashornClassReader$IndexInfo2
InnerClasses:
  jdk.nashorn.internal.ir.debug.NashornClassReader$1
  jdk.nashorn.internal.ir.debug.NashornClassReader$2
  private abstract Constant = jdk.nashorn.internal.ir.debug.NashornClassReader$Constant of jdk.nashorn.internal.ir.debug.NashornClassReader
  private DirectInfo = jdk.nashorn.internal.ir.debug.NashornClassReader$DirectInfo of jdk.nashorn.internal.ir.debug.NashornClassReader
  private IndexInfo = jdk.nashorn.internal.ir.debug.NashornClassReader$IndexInfo of jdk.nashorn.internal.ir.debug.NashornClassReader
  private IndexInfo2 = jdk.nashorn.internal.ir.debug.NashornClassReader$IndexInfo2 of jdk.nashorn.internal.ir.debug.NashornClassReader
  NashornLabel = jdk.nashorn.internal.ir.debug.NashornTextifier$NashornLabel of jdk.nashorn.internal.ir.debug.NashornTextifier