public abstract class sun.jvm.hotspot.runtime.SignatureIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.runtime.SignatureIterator
  super_class: java.lang.Object
{
  protected sun.jvm.hotspot.oops.Symbol _signature;
    descriptor: Lsun/jvm/hotspot/oops/Symbol;
    flags: (0x0004) ACC_PROTECTED

  protected int _index;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int _parameter_index;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected void expect(char);
    descriptor: (C)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
        start local 1 // char c
         0: .line 56
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._signature:Lsun/jvm/hotspot/oops/Symbol;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            i2l
            invokevirtual sun.jvm.hotspot.oops.Symbol.getByteAt:(J)B
            iload 1 /* c */
            i2b
            if_icmpeq 2
         1: .line 57
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "expecting '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* c */
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
         3: .line 60
            return
        end local 1 // char c
        end local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/runtime/SignatureIterator;
            0    4     1     c  C
    MethodParameters:
      Name  Flags
      c     

  protected void skipOptionalSize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
         0: .line 62
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._signature:Lsun/jvm/hotspot/oops/Symbol;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            i2l
            invokevirtual sun.jvm.hotspot.oops.Symbol.getByteAt:(J)B
            istore 1 /* c */
        start local 1 // byte c
         1: .line 63
            goto 3
         2: .line 64
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._signature:Lsun/jvm/hotspot/oops/Symbol;
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            iconst_1
            iadd
            dup_x1
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            i2l
            invokevirtual sun.jvm.hotspot.oops.Symbol.getByteAt:(J)B
            istore 1 /* c */
         3: .line 63
      StackMap locals:
      StackMap stack:
            bipush 48
            iload 1 /* c */
            if_icmpgt 4
            iload 1 /* c */
            bipush 57
            if_icmple 2
         4: .line 66
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte c
        end local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/runtime/SignatureIterator;
            1    5     1     c  B

  protected int parseType();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
         0: .line 69
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._signature:Lsun/jvm/hotspot/oops/Symbol;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            i2l
            invokevirtual sun.jvm.hotspot.oops.Symbol.getByteAt:(J)B
            tableswitch { // 66 - 91
                   66: 1
                   67: 2
                   68: 3
                   69: 29
                   70: 4
                   71: 29
                   72: 29
                   73: 5
                   74: 6
                   75: 29
                   76: 13
                   77: 29
                   78: 29
                   79: 29
                   80: 29
                   81: 29
                   82: 29
                   83: 7
                   84: 29
                   85: 29
                   86: 9
                   87: 29
                   88: 29
                   89: 29
                   90: 8
                   91: 17
              default: 29
          }
         1: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.doByte:()V
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTByteSize:()I
            ireturn
         2: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.doChar:()V
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTCharSize:()I
            ireturn
         3: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.doDouble:()V
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTDoubleSize:()I
            ireturn
         4: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.doFloat:()V
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTFloatSize:()I
            ireturn
         5: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.doInt:()V
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTIntSize:()I
            ireturn
         6: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.doLong:()V
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTLongSize:()I
            ireturn
         7: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.doShort:()V
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTShortSize:()I
            ireturn
         8: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.doBool:()V
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTBooleanSize:()I
            ireturn
         9: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.isReturnType:()Z
            ifne 11
        10: .line 81
            new java.lang.RuntimeException
            dup
            ldc "illegal parameter type V (void)"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.doVoid:()V
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
        12: .line 85
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTVoidSize:()I
            ireturn
        13: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            iconst_1
            iadd
            dup_x1
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            istore 1 /* begin */
        start local 1 // int begin
        14: .line 90
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._signature:Lsun/jvm/hotspot/oops/Symbol;
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            dup_x1
            iconst_1
            iadd
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            i2l
            invokevirtual sun.jvm.hotspot.oops.Symbol.getByteAt:(J)B
            bipush 59
            if_icmpne 14
        15: .line 91
            aload 0 /* this */
            iload 1 /* begin */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.doObject:(II)V
        16: .line 92
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTObjectSize:()I
            ireturn
        end local 1 // int begin
        17: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            iconst_1
            iadd
            dup_x1
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            istore 1 /* begin */
        start local 1 // int begin
        18: .line 97
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.skipOptionalSize:()V
        19: .line 98
            goto 22
        20: .line 99
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
        21: .line 100
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.skipOptionalSize:()V
        22: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._signature:Lsun/jvm/hotspot/oops/Symbol;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            i2l
            invokevirtual sun.jvm.hotspot.oops.Symbol.getByteAt:(J)B
            bipush 91
            if_icmpeq 20
        23: .line 102
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._signature:Lsun/jvm/hotspot/oops/Symbol;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            i2l
            invokevirtual sun.jvm.hotspot.oops.Symbol.getByteAt:(J)B
            bipush 76
            if_icmpne 26
        24: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._signature:Lsun/jvm/hotspot/oops/Symbol;
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            dup_x1
            iconst_1
            iadd
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            i2l
            invokevirtual sun.jvm.hotspot.oops.Symbol.getByteAt:(J)B
            bipush 59
            if_icmpne 24
        25: .line 104
            goto 27
        26: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
        27: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* begin */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.doArray:(II)V
        28: .line 108
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTArraySize:()I
            ireturn
        end local 1 // int begin
        29: .line 111
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Should not reach here: char "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._signature:Lsun/jvm/hotspot/oops/Symbol;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            i2l
            invokevirtual sun.jvm.hotspot.oops.Symbol.getByteAt:(J)B
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            ldc " @ "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " in "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._signature:Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   30     0   this  Lsun/jvm/hotspot/runtime/SignatureIterator;
           14   17     1  begin  I
           18   29     1  begin  I

  protected void checkSignatureEnd();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
         0: .line 114
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            i2l
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._signature:Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.getLength:()J
            lcmp
            ifge 4
         1: .line 115
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            ldc "too many chars in signature"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 116
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._signature:Lsun/jvm/hotspot/oops/Symbol;
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            invokevirtual sun.jvm.hotspot.oops.Symbol.printValueOn:(Ljava/io/PrintStream;)V
         3: .line 117
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc " @ "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         4: .line 119
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/runtime/SignatureIterator;

  public void <init>(sun.jvm.hotspot.oops.Symbol);
    descriptor: (Lsun/jvm/hotspot/oops/Symbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
        start local 1 // sun.jvm.hotspot.oops.Symbol signature
         0: .line 121
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 122
            aload 0 /* this */
            aload 1 /* signature */
            putfield sun.jvm.hotspot.runtime.SignatureIterator._signature:Lsun/jvm/hotspot/oops/Symbol;
         2: .line 123
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.runtime.SignatureIterator._parameter_index:I
         3: .line 124
            return
        end local 1 // sun.jvm.hotspot.oops.Symbol signature
        end local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/jvm/hotspot/runtime/SignatureIterator;
            0    4     1  signature  Lsun/jvm/hotspot/oops/Symbol;
    MethodParameters:
           Name  Flags
      signature  

  public void dispatchField();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
         0: .line 133
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
         1: .line 134
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.runtime.SignatureIterator._parameter_index:I
         2: .line 135
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.parseType:()I
            pop
         3: .line 136
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.checkSignatureEnd:()V
         4: .line 137
            return
        end local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/runtime/SignatureIterator;

  public void iterateParameters();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
         0: .line 142
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
         1: .line 143
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.runtime.SignatureIterator._parameter_index:I
         2: .line 144
            aload 0 /* this */
            bipush 40
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.expect:(C)V
         3: .line 145
            goto 5
         4: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._parameter_index:I
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.parseType:()I
            iadd
            putfield sun.jvm.hotspot.runtime.SignatureIterator._parameter_index:I
         5: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._signature:Lsun/jvm/hotspot/oops/Symbol;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            i2l
            invokevirtual sun.jvm.hotspot.oops.Symbol.getByteAt:(J)B
            bipush 41
            if_icmpne 4
         6: .line 148
            aload 0 /* this */
            bipush 41
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.expect:(C)V
         7: .line 149
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.runtime.SignatureIterator._parameter_index:I
         8: .line 150
            return
        end local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/jvm/hotspot/runtime/SignatureIterator;

  public void iterateReturntype();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
         0: .line 155
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
         1: .line 156
            aload 0 /* this */
            bipush 40
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.expect:(C)V
         2: .line 157
            goto 4
         3: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
         4: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._signature:Lsun/jvm/hotspot/oops/Symbol;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            i2l
            invokevirtual sun.jvm.hotspot.oops.Symbol.getByteAt:(J)B
            bipush 41
            if_icmpne 3
         5: .line 160
            aload 0 /* this */
            bipush 41
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.expect:(C)V
         6: .line 162
            aload 0 /* this */
            iconst_m1
            putfield sun.jvm.hotspot.runtime.SignatureIterator._parameter_index:I
         7: .line 163
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.parseType:()I
            pop
         8: .line 164
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.checkSignatureEnd:()V
         9: .line 165
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.runtime.SignatureIterator._parameter_index:I
        10: .line 166
            return
        end local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/jvm/hotspot/runtime/SignatureIterator;

  public void iterate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
         0: .line 171
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
         1: .line 172
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.runtime.SignatureIterator._parameter_index:I
         2: .line 173
            aload 0 /* this */
            bipush 40
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.expect:(C)V
         3: .line 174
            goto 5
         4: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.SignatureIterator._parameter_index:I
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.parseType:()I
            iadd
            putfield sun.jvm.hotspot.runtime.SignatureIterator._parameter_index:I
         5: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._signature:Lsun/jvm/hotspot/oops/Symbol;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._index:I
            i2l
            invokevirtual sun.jvm.hotspot.oops.Symbol.getByteAt:(J)B
            bipush 41
            if_icmpne 4
         6: .line 177
            aload 0 /* this */
            bipush 41
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.expect:(C)V
         7: .line 179
            aload 0 /* this */
            iconst_m1
            putfield sun.jvm.hotspot.runtime.SignatureIterator._parameter_index:I
         8: .line 180
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.parseType:()I
            pop
         9: .line 181
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.checkSignatureEnd:()V
        10: .line 182
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.runtime.SignatureIterator._parameter_index:I
        11: .line 183
            return
        end local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/jvm/hotspot/runtime/SignatureIterator;

  public int parameterIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
         0: .line 186
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureIterator._parameter_index:I
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/SignatureIterator;

  public boolean isReturnType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
         0: .line 187
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureIterator.parameterIndex:()I
            ifge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.SignatureIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/SignatureIterator;

  public abstract void doBool();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void doChar();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void doFloat();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void doDouble();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void doByte();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void doShort();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void doInt();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void doLong();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void doVoid();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void doObject(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      begin  
      end    

  public abstract void doArray(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      begin  
      end    
}
SourceFile: "SignatureIterator.java"