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 35
            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 36
            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 37
            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 38
            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 39
            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 40
            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 41
            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 42
            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 43
            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 44
            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 45
            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 46
            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 47
            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 48
            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 49
            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 50
            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 51
            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 55
            invokedynamic update()Ljava/util/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:
                  (Ljava/util/Observable;Ljava/lang/Object;)V
                  sun/jvm/hotspot/runtime/BasicType.lambda$0(Ljava/util/Observable;Ljava/lang/Object;)V (6)
                  (Ljava/util/Observable;Ljava/lang/Object;)V
        18: .line 54
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
        19: .line 56
            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 59
            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 60
            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 61
            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 62
            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 63
            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 64
            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 65
            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 66
            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 67
            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 68
            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 69
            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 70
            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 71
            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 72
            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 73
            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 74
            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 75
            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 76
            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 79
            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 83
            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 87
            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 91
            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 95
            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 99
            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 103
            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 107
            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 111
            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 115
            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 119
            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 123
            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 127
            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 131
            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 135
            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 140
            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 144
            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 148
            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 149
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BOOLEAN:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         2: .line 150
      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 151
            getstatic sun.jvm.hotspot.runtime.BasicType.T_CHAR:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         4: .line 152
      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 153
            getstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         6: .line 154
      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 155
            getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         8: .line 156
      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 157
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BYTE:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        10: .line 158
      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 159
            getstatic sun.jvm.hotspot.runtime.BasicType.T_SHORT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        12: .line 160
      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 161
            getstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        14: .line 162
      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 163
            getstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        16: .line 164
      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 165
            getstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        18: .line 166
      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 167
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ARRAY:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        20: .line 168
      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 169
            getstatic sun.jvm.hotspot.runtime.BasicType.T_VOID:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        22: .line 170
      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 171
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ADDRESS:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        24: .line 172
      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 173
            getstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWOOP:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        26: .line 174
      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 175
            getstatic sun.jvm.hotspot.runtime.BasicType.T_METADATA:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        28: .line 176
      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 177
            getstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWKLASS:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        30: .line 179
      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 184
            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 185
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BYTE:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         2: .line 186
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_CHAR:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         3: .line 187
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         4: .line 188
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         5: .line 189
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         6: .line 190
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         7: .line 191
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_SHORT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         8: .line 192
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BOOLEAN:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         9: .line 193
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_VOID:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        10: .line 194
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        11: .line 195
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ARRAY:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        12: .line 197
      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 201
            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 205
            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 209
            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 210
            ldc "boolean"
            areturn
         2: .line 211
      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 212
            ldc "char"
            areturn
         4: .line 213
      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 214
            ldc "float"
            areturn
         6: .line 215
      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 216
            ldc "double"
            areturn
         8: .line 217
      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 218
            ldc "byte"
            areturn
        10: .line 219
      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 220
            ldc "short"
            areturn
        12: .line 221
      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 222
            ldc "int"
            areturn
        14: .line 223
      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 224
            ldc "long"
            areturn
        16: .line 225
      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 226
            ldc "object"
            areturn
        18: .line 227
      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 228
            ldc "array"
            areturn
        20: .line 229
      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 230
            ldc "void"
            areturn
        22: .line 231
      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 232
            ldc "address"
            areturn
        24: .line 233
      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 234
            ldc "narrow oop"
            areturn
        26: .line 235
      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 236
            ldc "metadata"
            areturn
        28: .line 237
      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 238
            ldc "narrow klass"
            areturn
        30: .line 239
      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 240
            ldc "conflict"
            areturn
        32: .line 242
      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 247
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 248
            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 251
            aload 0 /* this */
            iload 1 /* type */
            putfield sun.jvm.hotspot.runtime.BasicType.type:I
         1: .line 252
            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(java.util.Observable, java.lang.Object);
    descriptor: (Ljava/util/Observable;Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // java.util.Observable o
        start local 1 // java.lang.Object d
         0: .line 55
            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 // java.util.Observable o
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     o  Ljava/util/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