public class sun.jvm.hotspot.runtime.BasicType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.BasicType
  super_class: java.lang.Object
{
  public static final sun.jvm.hotspot.runtime.BasicType T_BOOLEAN;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_CHAR;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_FLOAT;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_DOUBLE;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_BYTE;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_SHORT;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_INT;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_LONG;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_OBJECT;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_ARRAY;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_VOID;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_ADDRESS;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_NARROWOOP;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_METADATA;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_NARROWKLASS;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_CONFLICT;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_ILLEGAL;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 34
            new sun.jvm.hotspot.runtime.BasicType
            dup
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:()V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_BOOLEAN:Lsun/jvm/hotspot/runtime/BasicType;
         1: .line 35
            new sun.jvm.hotspot.runtime.BasicType
            dup
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:()V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_CHAR:Lsun/jvm/hotspot/runtime/BasicType;
         2: .line 36
            new sun.jvm.hotspot.runtime.BasicType
            dup
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:()V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
         3: .line 37
            new sun.jvm.hotspot.runtime.BasicType
            dup
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:()V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
         4: .line 38
            new sun.jvm.hotspot.runtime.BasicType
            dup
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:()V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_BYTE:Lsun/jvm/hotspot/runtime/BasicType;
         5: .line 39
            new sun.jvm.hotspot.runtime.BasicType
            dup
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:()V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_SHORT:Lsun/jvm/hotspot/runtime/BasicType;
         6: .line 40
            new sun.jvm.hotspot.runtime.BasicType
            dup
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:()V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
         7: .line 41
            new sun.jvm.hotspot.runtime.BasicType
            dup
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:()V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
         8: .line 42
            new sun.jvm.hotspot.runtime.BasicType
            dup
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:()V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
         9: .line 43
            new sun.jvm.hotspot.runtime.BasicType
            dup
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:()V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_ARRAY:Lsun/jvm/hotspot/runtime/BasicType;
        10: .line 44
            new sun.jvm.hotspot.runtime.BasicType
            dup
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:()V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_VOID:Lsun/jvm/hotspot/runtime/BasicType;
        11: .line 45
            new sun.jvm.hotspot.runtime.BasicType
            dup
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:()V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_ADDRESS:Lsun/jvm/hotspot/runtime/BasicType;
        12: .line 46
            new sun.jvm.hotspot.runtime.BasicType
            dup
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:()V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWOOP:Lsun/jvm/hotspot/runtime/BasicType;
        13: .line 47
            new sun.jvm.hotspot.runtime.BasicType
            dup
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:()V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_METADATA:Lsun/jvm/hotspot/runtime/BasicType;
        14: .line 48
            new sun.jvm.hotspot.runtime.BasicType
            dup
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:()V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWKLASS:Lsun/jvm/hotspot/runtime/BasicType;
        15: .line 49
            new sun.jvm.hotspot.runtime.BasicType
            dup
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:()V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_CONFLICT:Lsun/jvm/hotspot/runtime/BasicType;
        16: .line 50
            new sun.jvm.hotspot.runtime.BasicType
            dup
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:()V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_ILLEGAL:Lsun/jvm/hotspot/runtime/BasicType;
        17: .line 54
            invokedynamic update()Lsun/jvm/hotspot/utilities/Observer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lsun/jvm/hotspot/utilities/Observable;Ljava/lang/Object;)V
                  sun/jvm/hotspot/runtime/BasicType.lambda$0(Lsun/jvm/hotspot/utilities/Observable;Ljava/lang/Object;)V (6)
                  (Lsun/jvm/hotspot/utilities/Observable;Ljava/lang/Object;)V
        18: .line 53
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Lsun/jvm/hotspot/utilities/Observer;)V
        19: .line 55
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static synchronized void initialize(sun.jvm.hotspot.types.TypeDataBase);
    descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
    flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 58
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BOOLEAN:Lsun/jvm/hotspot/runtime/BasicType;
            aload 0 /* db */
            ldc "T_BOOLEAN"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual sun.jvm.hotspot.runtime.BasicType.setType:(I)V
         1: .line 59
            getstatic sun.jvm.hotspot.runtime.BasicType.T_CHAR:Lsun/jvm/hotspot/runtime/BasicType;
            aload 0 /* db */
            ldc "T_CHAR"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual sun.jvm.hotspot.runtime.BasicType.setType:(I)V
         2: .line 60
            getstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
            aload 0 /* db */
            ldc "T_FLOAT"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual sun.jvm.hotspot.runtime.BasicType.setType:(I)V
         3: .line 61
            getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
            aload 0 /* db */
            ldc "T_DOUBLE"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual sun.jvm.hotspot.runtime.BasicType.setType:(I)V
         4: .line 62
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BYTE:Lsun/jvm/hotspot/runtime/BasicType;
            aload 0 /* db */
            ldc "T_BYTE"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual sun.jvm.hotspot.runtime.BasicType.setType:(I)V
         5: .line 63
            getstatic sun.jvm.hotspot.runtime.BasicType.T_SHORT:Lsun/jvm/hotspot/runtime/BasicType;
            aload 0 /* db */
            ldc "T_SHORT"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual sun.jvm.hotspot.runtime.BasicType.setType:(I)V
         6: .line 64
            getstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
            aload 0 /* db */
            ldc "T_INT"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual sun.jvm.hotspot.runtime.BasicType.setType:(I)V
         7: .line 65
            getstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
            aload 0 /* db */
            ldc "T_LONG"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual sun.jvm.hotspot.runtime.BasicType.setType:(I)V
         8: .line 66
            getstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
            aload 0 /* db */
            ldc "T_OBJECT"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual sun.jvm.hotspot.runtime.BasicType.setType:(I)V
         9: .line 67
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ARRAY:Lsun/jvm/hotspot/runtime/BasicType;
            aload 0 /* db */
            ldc "T_ARRAY"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual sun.jvm.hotspot.runtime.BasicType.setType:(I)V
        10: .line 68
            getstatic sun.jvm.hotspot.runtime.BasicType.T_VOID:Lsun/jvm/hotspot/runtime/BasicType;
            aload 0 /* db */
            ldc "T_VOID"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual sun.jvm.hotspot.runtime.BasicType.setType:(I)V
        11: .line 69
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ADDRESS:Lsun/jvm/hotspot/runtime/BasicType;
            aload 0 /* db */
            ldc "T_ADDRESS"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual sun.jvm.hotspot.runtime.BasicType.setType:(I)V
        12: .line 70
            getstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWOOP:Lsun/jvm/hotspot/runtime/BasicType;
            aload 0 /* db */
            ldc "T_NARROWOOP"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual sun.jvm.hotspot.runtime.BasicType.setType:(I)V
        13: .line 71
            getstatic sun.jvm.hotspot.runtime.BasicType.T_METADATA:Lsun/jvm/hotspot/runtime/BasicType;
            aload 0 /* db */
            ldc "T_METADATA"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual sun.jvm.hotspot.runtime.BasicType.setType:(I)V
        14: .line 72
            getstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWKLASS:Lsun/jvm/hotspot/runtime/BasicType;
            aload 0 /* db */
            ldc "T_NARROWKLASS"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual sun.jvm.hotspot.runtime.BasicType.setType:(I)V
        15: .line 73
            getstatic sun.jvm.hotspot.runtime.BasicType.T_CONFLICT:Lsun/jvm/hotspot/runtime/BasicType;
            aload 0 /* db */
            ldc "T_CONFLICT"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual sun.jvm.hotspot.runtime.BasicType.setType:(I)V
        16: .line 74
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ILLEGAL:Lsun/jvm/hotspot/runtime/BasicType;
            aload 0 /* db */
            ldc "T_ILLEGAL"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual sun.jvm.hotspot.runtime.BasicType.setType:(I)V
        17: .line 75
            return
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
    MethodParameters:
      Name  Flags
      db    

  public static int getTBoolean();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 78
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BOOLEAN:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTChar();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 82
            getstatic sun.jvm.hotspot.runtime.BasicType.T_CHAR:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTFloat();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 86
            getstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTDouble();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 90
            getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTByte();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 94
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BYTE:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTShort();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 98
            getstatic sun.jvm.hotspot.runtime.BasicType.T_SHORT:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTInt();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 102
            getstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTLong();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 106
            getstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTObject();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 110
            getstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTArray();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 114
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ARRAY:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTVoid();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 118
            getstatic sun.jvm.hotspot.runtime.BasicType.T_VOID:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTAddress();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 122
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ADDRESS:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTNarrowOop();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 126
            getstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWOOP:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTMetadata();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 130
            getstatic sun.jvm.hotspot.runtime.BasicType.T_METADATA:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTNarrowKlass();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 134
            getstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWKLASS:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTConflict();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 139
            getstatic sun.jvm.hotspot.runtime.BasicType.T_CONFLICT:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTIllegal();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 143
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ILLEGAL:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static sun.jvm.hotspot.runtime.BasicType intToBasicType(int);
    descriptor: (I)Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int i
         0: .line 147
            iload 0 /* i */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BOOLEAN:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 2
         1: .line 148
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BOOLEAN:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         2: .line 149
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_CHAR:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 4
         3: .line 150
            getstatic sun.jvm.hotspot.runtime.BasicType.T_CHAR:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         4: .line 151
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 6
         5: .line 152
            getstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         6: .line 153
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 8
         7: .line 154
            getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         8: .line 155
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BYTE:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 10
         9: .line 156
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BYTE:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        10: .line 157
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_SHORT:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 12
        11: .line 158
            getstatic sun.jvm.hotspot.runtime.BasicType.T_SHORT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        12: .line 159
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 14
        13: .line 160
            getstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        14: .line 161
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 16
        15: .line 162
            getstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        16: .line 163
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 18
        17: .line 164
            getstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        18: .line 165
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ARRAY:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 20
        19: .line 166
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ARRAY:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        20: .line 167
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_VOID:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 22
        21: .line 168
            getstatic sun.jvm.hotspot.runtime.BasicType.T_VOID:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        22: .line 169
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ADDRESS:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 24
        23: .line 170
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ADDRESS:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        24: .line 171
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWOOP:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 26
        25: .line 172
            getstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWOOP:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        26: .line 173
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_METADATA:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 28
        27: .line 174
            getstatic sun.jvm.hotspot.runtime.BasicType.T_METADATA:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        28: .line 175
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWKLASS:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 30
        29: .line 176
            getstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWKLASS:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        30: .line 178
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ILLEGAL:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        end local 0 // int i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   31     0     i  I
    MethodParameters:
      Name  Flags
      i     

  public static sun.jvm.hotspot.runtime.BasicType charToBasicType(char);
    descriptor: (C)Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // char c
         0: .line 183
            iload 0 /* c */
            tableswitch { // 66 - 91
                   66: 1
                   67: 2
                   68: 3
                   69: 12
                   70: 4
                   71: 12
                   72: 12
                   73: 5
                   74: 6
                   75: 12
                   76: 10
                   77: 12
                   78: 12
                   79: 12
                   80: 12
                   81: 12
                   82: 12
                   83: 7
                   84: 12
                   85: 12
                   86: 9
                   87: 12
                   88: 12
                   89: 12
                   90: 8
                   91: 11
              default: 12
          }
         1: .line 184
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BYTE:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         2: .line 185
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_CHAR:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         3: .line 186
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         4: .line 187
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         5: .line 188
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         6: .line 189
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         7: .line 190
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_SHORT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         8: .line 191
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BOOLEAN:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         9: .line 192
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_VOID:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        10: .line 193
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        11: .line 194
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ARRAY:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        12: .line 196
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ILLEGAL:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        end local 0 // char c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0     c  C
    MethodParameters:
      Name  Flags
      c     

  public static int charToType(char);
    descriptor: (C)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // char c
         0: .line 200
            iload 0 /* c */
            invokestatic sun.jvm.hotspot.runtime.BasicType.charToBasicType:(C)Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
        end local 0 // char c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     c  C
    MethodParameters:
      Name  Flags
      c     

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

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.BasicType this
         0: .line 208
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.BasicType.type:I
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BOOLEAN:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 2
         1: .line 209
            ldc "boolean"
            areturn
         2: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.BasicType.type:I
            getstatic sun.jvm.hotspot.runtime.BasicType.T_CHAR:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 4
         3: .line 211
            ldc "char"
            areturn
         4: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.BasicType.type:I
            getstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 6
         5: .line 213
            ldc "float"
            areturn
         6: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.BasicType.type:I
            getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 8
         7: .line 215
            ldc "double"
            areturn
         8: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.BasicType.type:I
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BYTE:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 10
         9: .line 217
            ldc "byte"
            areturn
        10: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.BasicType.type:I
            getstatic sun.jvm.hotspot.runtime.BasicType.T_SHORT:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 12
        11: .line 219
            ldc "short"
            areturn
        12: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.BasicType.type:I
            getstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 14
        13: .line 221
            ldc "int"
            areturn
        14: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.BasicType.type:I
            getstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 16
        15: .line 223
            ldc "long"
            areturn
        16: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.BasicType.type:I
            getstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 18
        17: .line 225
            ldc "object"
            areturn
        18: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.BasicType.type:I
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ARRAY:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 20
        19: .line 227
            ldc "array"
            areturn
        20: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.BasicType.type:I
            getstatic sun.jvm.hotspot.runtime.BasicType.T_VOID:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 22
        21: .line 229
            ldc "void"
            areturn
        22: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.BasicType.type:I
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ADDRESS:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 24
        23: .line 231
            ldc "address"
            areturn
        24: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.BasicType.type:I
            getstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWOOP:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 26
        25: .line 233
            ldc "narrow oop"
            areturn
        26: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.BasicType.type:I
            getstatic sun.jvm.hotspot.runtime.BasicType.T_METADATA:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 28
        27: .line 235
            ldc "metadata"
            areturn
        28: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.BasicType.type:I
            getstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWKLASS:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 30
        29: .line 237
            ldc "narrow klass"
            areturn
        30: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.BasicType.type:I
            getstatic sun.jvm.hotspot.runtime.BasicType.T_CONFLICT:Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            if_icmpne 32
        31: .line 239
            ldc "conflict"
            areturn
        32: .line 241
      StackMap locals:
      StackMap stack:
            ldc "ILLEGAL TYPE"
            areturn
        end local 0 // sun.jvm.hotspot.runtime.BasicType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   33     0  this  Lsun/jvm/hotspot/runtime/BasicType;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.BasicType this
         0: .line 246
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 247
            return
        end local 0 // sun.jvm.hotspot.runtime.BasicType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/BasicType;

  private void setType(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.BasicType this
        start local 1 // int type
         0: .line 250
            aload 0 /* this */
            iload 1 /* type */
            putfield sun.jvm.hotspot.runtime.BasicType.type:I
         1: .line 251
            return
        end local 1 // int type
        end local 0 // sun.jvm.hotspot.runtime.BasicType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/BasicType;
            0    2     1  type  I
    MethodParameters:
      Name  Flags
      type  

  private static void lambda$0(sun.jvm.hotspot.utilities.Observable, java.lang.Object);
    descriptor: (Lsun/jvm/hotspot/utilities/Observable;Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.Observable o
        start local 1 // java.lang.Object d
         0: .line 54
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getTypeDataBase:()Lsun/jvm/hotspot/types/TypeDataBase;
            invokestatic sun.jvm.hotspot.runtime.BasicType.initialize:(Lsun/jvm/hotspot/types/TypeDataBase;)V
            return
        end local 1 // java.lang.Object d
        end local 0 // sun.jvm.hotspot.utilities.Observable o
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     o  Lsun/jvm/hotspot/utilities/Observable;
            0    1     1     d  Ljava/lang/Object;
}
SourceFile: "BasicType.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles