public class sun.jvm.hotspot.oops.FieldType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.oops.FieldType
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.oops.Symbol signature;
    descriptor: Lsun/jvm/hotspot/oops/Symbol;
    flags: (0x0002) ACC_PRIVATE

  private char first;
    descriptor: C
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.jvm.hotspot.oops.Symbol);
    descriptor: (Lsun/jvm/hotspot/oops/Symbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.FieldType this
        start local 1 // sun.jvm.hotspot.oops.Symbol signature
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* signature */
            putfield sun.jvm.hotspot.oops.FieldType.signature:Lsun/jvm/hotspot/oops/Symbol;
         2: .line 38
            aload 0 /* this */
            aload 1 /* signature */
            lconst_0
            invokevirtual sun.jvm.hotspot.oops.Symbol.getByteAt:(J)B
            i2c
            putfield sun.jvm.hotspot.oops.FieldType.first:C
         3: .line 39
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 7
         4: .line 40
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType.first:C
            lookupswitch { // 10
                   66: 5
                   67: 5
                   68: 5
                   70: 5
                   73: 5
                   74: 5
                   76: 5
                   83: 5
                   90: 5
                   91: 5
              default: 6
          }
         5: .line 51
      StackMap locals: sun.jvm.hotspot.oops.FieldType sun.jvm.hotspot.oops.Symbol
      StackMap stack:
            goto 7
         6: .line 53
      StackMap locals:
      StackMap stack:
            iconst_0
            new java.lang.StringBuilder
            dup
            ldc "Unknown char in field signature \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* signature */
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType.first:C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         7: .line 56
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.jvm.hotspot.oops.Symbol signature
        end local 0 // sun.jvm.hotspot.oops.FieldType this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lsun/jvm/hotspot/oops/FieldType;
            0    8     1  signature  Lsun/jvm/hotspot/oops/Symbol;
    MethodParameters:
           Name  Flags
      signature  

  public boolean isOop();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.FieldType this
         0: .line 58
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.FieldType.isObject:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.FieldType.isArray:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.oops.FieldType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/FieldType;

  public boolean isByte();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.FieldType this
         0: .line 59
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType.first:C
            bipush 66
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.oops.FieldType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/FieldType;

  public boolean isChar();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.FieldType this
         0: .line 60
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType.first:C
            bipush 67
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.oops.FieldType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/FieldType;

  public boolean isDouble();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.FieldType this
         0: .line 61
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType.first:C
            bipush 68
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.oops.FieldType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/FieldType;

  public boolean isFloat();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.FieldType this
         0: .line 62
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType.first:C
            bipush 70
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.oops.FieldType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/FieldType;

  public boolean isInt();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.FieldType this
         0: .line 63
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType.first:C
            bipush 73
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.oops.FieldType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/FieldType;

  public boolean isLong();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.FieldType this
         0: .line 64
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType.first:C
            bipush 74
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.oops.FieldType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/FieldType;

  public boolean isShort();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.FieldType this
         0: .line 65
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType.first:C
            bipush 83
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.oops.FieldType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/FieldType;

  public boolean isBoolean();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.FieldType this
         0: .line 66
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType.first:C
            bipush 90
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.oops.FieldType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/FieldType;

  public boolean isObject();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.FieldType this
         0: .line 67
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType.first:C
            bipush 76
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.oops.FieldType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/FieldType;

  public boolean isArray();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.FieldType this
         0: .line 68
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType.first:C
            bipush 91
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.oops.FieldType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/FieldType;

  public sun.jvm.hotspot.oops.Symbol getSignature();
    descriptor: ()Lsun/jvm/hotspot/oops/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.FieldType this
         0: .line 70
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType.signature:Lsun/jvm/hotspot/oops/Symbol;
            areturn
        end local 0 // sun.jvm.hotspot.oops.FieldType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/FieldType;

  public sun.jvm.hotspot.oops.FieldType$ArrayInfo getArrayInfo();
    descriptor: ()Lsun/jvm/hotspot/oops/FieldType$ArrayInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.jvm.hotspot.oops.FieldType this
         0: .line 89
            iconst_1
            istore 1 /* index */
        start local 1 // int index
         1: .line 90
            iconst_1
            istore 2 /* dim */
        start local 2 // int dim
         2: .line 91
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType.signature:Lsun/jvm/hotspot/oops/Symbol;
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.FieldType.skipOptionalSize:(Lsun/jvm/hotspot/oops/Symbol;I)I
            istore 1 /* index */
         3: .line 92
            goto 7
         4: .line 93
      StackMap locals: int int
      StackMap stack:
            iinc 1 /* index */ 1
         5: .line 94
            iinc 2 /* dim */ 1
         6: .line 95
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType.signature:Lsun/jvm/hotspot/oops/Symbol;
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.FieldType.skipOptionalSize:(Lsun/jvm/hotspot/oops/Symbol;I)I
            pop
         7: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType.signature:Lsun/jvm/hotspot/oops/Symbol;
            iload 1 /* index */
            i2l
            invokevirtual sun.jvm.hotspot.oops.Symbol.getByteAt:(J)B
            bipush 91
            if_icmpeq 4
         8: .line 97
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType.signature:Lsun/jvm/hotspot/oops/Symbol;
            iload 1 /* index */
            i2l
            invokevirtual sun.jvm.hotspot.oops.Symbol.getByteAt:(J)B
            i2c
            invokestatic sun.jvm.hotspot.runtime.BasicType.charToType:(C)I
            istore 3 /* elementType */
        start local 3 // int elementType
         9: .line 98
            new sun.jvm.hotspot.oops.FieldType$ArrayInfo
            dup
            iload 2 /* dim */
            iload 3 /* elementType */
            invokespecial sun.jvm.hotspot.oops.FieldType$ArrayInfo.<init>:(II)V
            areturn
        end local 3 // int elementType
        end local 2 // int dim
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.oops.FieldType this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lsun/jvm/hotspot/oops/FieldType;
            1   10     1        index  I
            2   10     2          dim  I
            9   10     3  elementType  I

  private int skipOptionalSize(sun.jvm.hotspot.oops.Symbol, int);
    descriptor: (Lsun/jvm/hotspot/oops/Symbol;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.oops.FieldType this
        start local 1 // sun.jvm.hotspot.oops.Symbol sig
        start local 2 // int index
         0: .line 102
            aload 1 /* sig */
            iload 2 /* index */
            i2l
            invokevirtual sun.jvm.hotspot.oops.Symbol.getByteAt:(J)B
            istore 3 /* c */
        start local 3 // byte c
         1: .line 103
            goto 4
         2: .line 104
      StackMap locals: int
      StackMap stack:
            iinc 2 /* index */ 1
         3: .line 105
            aload 1 /* sig */
            iload 2 /* index */
            i2l
            invokevirtual sun.jvm.hotspot.oops.Symbol.getByteAt:(J)B
            istore 3 /* c */
         4: .line 103
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            bipush 48
            if_icmplt 5
            iload 3 /* c */
            bipush 57
            if_icmple 2
         5: .line 107
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            ireturn
        end local 3 // byte c
        end local 2 // int index
        end local 1 // sun.jvm.hotspot.oops.Symbol sig
        end local 0 // sun.jvm.hotspot.oops.FieldType this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/jvm/hotspot/oops/FieldType;
            0    6     1    sig  Lsun/jvm/hotspot/oops/Symbol;
            0    6     2  index  I
            1    6     3      c  B
    MethodParameters:
       Name  Flags
      sig    
      index  
}
SourceFile: "FieldType.java"
NestMembers:
  sun.jvm.hotspot.oops.FieldType$ArrayInfo
InnerClasses:
  public ArrayInfo = sun.jvm.hotspot.oops.FieldType$ArrayInfo of sun.jvm.hotspot.oops.FieldType