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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
19: 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 0: getstatic sun.jvm.hotspot.runtime.BasicType.T_BOOLEAN:Lsun/jvm/hotspot/runtime/BasicType;
aload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_CHAR:Lsun/jvm/hotspot/runtime/BasicType;
aload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
aload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
aload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_BYTE:Lsun/jvm/hotspot/runtime/BasicType;
aload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_SHORT:Lsun/jvm/hotspot/runtime/BasicType;
aload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
aload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
aload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
aload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_ARRAY:Lsun/jvm/hotspot/runtime/BasicType;
aload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_VOID:Lsun/jvm/hotspot/runtime/BasicType;
aload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_ADDRESS:Lsun/jvm/hotspot/runtime/BasicType;
aload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWOOP:Lsun/jvm/hotspot/runtime/BasicType;
aload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_METADATA:Lsun/jvm/hotspot/runtime/BasicType;
aload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWKLASS:Lsun/jvm/hotspot/runtime/BasicType;
aload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_CONFLICT:Lsun/jvm/hotspot/runtime/BasicType;
aload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_ILLEGAL:Lsun/jvm/hotspot/runtime/BasicType;
aload 0
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: return
end local 0 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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 0: iload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_BOOLEAN:Lsun/jvm/hotspot/runtime/BasicType;
areturn
2: StackMap locals:
StackMap stack:
iload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_CHAR:Lsun/jvm/hotspot/runtime/BasicType;
areturn
4: StackMap locals:
StackMap stack:
iload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
areturn
6: StackMap locals:
StackMap stack:
iload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
areturn
8: StackMap locals:
StackMap stack:
iload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_BYTE:Lsun/jvm/hotspot/runtime/BasicType;
areturn
10: StackMap locals:
StackMap stack:
iload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_SHORT:Lsun/jvm/hotspot/runtime/BasicType;
areturn
12: StackMap locals:
StackMap stack:
iload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
areturn
14: StackMap locals:
StackMap stack:
iload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
areturn
16: StackMap locals:
StackMap stack:
iload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
areturn
18: StackMap locals:
StackMap stack:
iload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_ARRAY:Lsun/jvm/hotspot/runtime/BasicType;
areturn
20: StackMap locals:
StackMap stack:
iload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_VOID:Lsun/jvm/hotspot/runtime/BasicType;
areturn
22: StackMap locals:
StackMap stack:
iload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_ADDRESS:Lsun/jvm/hotspot/runtime/BasicType;
areturn
24: StackMap locals:
StackMap stack:
iload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWOOP:Lsun/jvm/hotspot/runtime/BasicType;
areturn
26: StackMap locals:
StackMap stack:
iload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_METADATA:Lsun/jvm/hotspot/runtime/BasicType;
areturn
28: StackMap locals:
StackMap stack:
iload 0
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: getstatic sun.jvm.hotspot.runtime.BasicType.T_NARROWKLASS:Lsun/jvm/hotspot/runtime/BasicType;
areturn
30: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_ILLEGAL:Lsun/jvm/hotspot/runtime/BasicType;
areturn
end local 0 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 0: iload 0
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: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_BYTE:Lsun/jvm/hotspot/runtime/BasicType;
areturn
2: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_CHAR:Lsun/jvm/hotspot/runtime/BasicType;
areturn
3: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
areturn
4: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
areturn
5: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
areturn
6: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
areturn
7: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_SHORT:Lsun/jvm/hotspot/runtime/BasicType;
areturn
8: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_BOOLEAN:Lsun/jvm/hotspot/runtime/BasicType;
areturn
9: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_VOID:Lsun/jvm/hotspot/runtime/BasicType;
areturn
10: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
areturn
11: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_ARRAY:Lsun/jvm/hotspot/runtime/BasicType;
areturn
12: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.BasicType.T_ILLEGAL:Lsun/jvm/hotspot/runtime/BasicType;
areturn
end local 0 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 0: iload 0
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 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 0: aload 0
getfield sun.jvm.hotspot.runtime.BasicType.type:I
ireturn
end local 0 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 0: aload 0
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: ldc "boolean"
areturn
2: StackMap locals:
StackMap stack:
aload 0
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: ldc "char"
areturn
4: StackMap locals:
StackMap stack:
aload 0
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: ldc "float"
areturn
6: StackMap locals:
StackMap stack:
aload 0
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: ldc "double"
areturn
8: StackMap locals:
StackMap stack:
aload 0
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: ldc "byte"
areturn
10: StackMap locals:
StackMap stack:
aload 0
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: ldc "short"
areturn
12: StackMap locals:
StackMap stack:
aload 0
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: ldc "int"
areturn
14: StackMap locals:
StackMap stack:
aload 0
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: ldc "long"
areturn
16: StackMap locals:
StackMap stack:
aload 0
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: ldc "object"
areturn
18: StackMap locals:
StackMap stack:
aload 0
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: ldc "array"
areturn
20: StackMap locals:
StackMap stack:
aload 0
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: ldc "void"
areturn
22: StackMap locals:
StackMap stack:
aload 0
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: ldc "address"
areturn
24: StackMap locals:
StackMap stack:
aload 0
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: ldc "narrow oop"
areturn
26: StackMap locals:
StackMap stack:
aload 0
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: ldc "metadata"
areturn
28: StackMap locals:
StackMap stack:
aload 0
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: ldc "narrow klass"
areturn
30: StackMap locals:
StackMap stack:
aload 0
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: ldc "conflict"
areturn
32: StackMap locals:
StackMap stack:
ldc "ILLEGAL TYPE"
areturn
end local 0 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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 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 start local 1 0: aload 0
iload 1
putfield sun.jvm.hotspot.runtime.BasicType.type:I
1: return
end local 1 end local 0 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 start local 1 0: 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 end local 0 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