public class sun.jvm.hotspot.oops.CompressedKlassPointers
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.oops.CompressedKlassPointers
super_class: java.lang.Object
{
private static sun.jvm.hotspot.types.AddressField baseField;
descriptor: Lsun/jvm/hotspot/types/AddressField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.CIntegerField shiftField;
descriptor: Lsun/jvm/hotspot/types/CIntegerField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.jvm.hotspot.oops.CompressedKlassPointers$1
dup
invokespecial sun.jvm.hotspot.oops.CompressedKlassPointers$1.<init>:()V
invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Lsun/jvm/hotspot/utilities/Observer;)V
1: return
LocalVariableTable:
Start End Slot Name Signature
private static boolean typeExists(sun.jvm.hotspot.types.TypeDataBase, java.lang.String);
descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/String;)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
pop
1: goto 4
StackMap locals:
StackMap stack: java.lang.RuntimeException
2: pop
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 db Lsun/jvm/hotspot/types/TypeDataBase;
0 5 1 type Ljava/lang/String;
Exception table:
from to target type
0 1 2 Class java.lang.RuntimeException
MethodParameters:
Name Flags
db
type
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=2, locals=2, args_size=1
start local 0 0: aload 0
ldc "CompressedKlassPointers"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
astore 1
start local 1 1: aload 1
ldc "_narrow_klass._base"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
putstatic sun.jvm.hotspot.oops.CompressedKlassPointers.baseField:Lsun/jvm/hotspot/types/AddressField;
2: aload 1
ldc "_narrow_klass._shift"
invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
putstatic sun.jvm.hotspot.oops.CompressedKlassPointers.shiftField:Lsun/jvm/hotspot/types/CIntegerField;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 db Lsun/jvm/hotspot/types/TypeDataBase;
1 4 1 type Lsun/jvm/hotspot/types/Type;
MethodParameters:
Name Flags
db
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
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/oops/CompressedKlassPointers;
public static long getBase();
descriptor: ()J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: getstatic sun.jvm.hotspot.oops.CompressedKlassPointers.baseField:Lsun/jvm/hotspot/types/AddressField;
invokeinterface sun.jvm.hotspot.types.AddressField.getValue:()Lsun/jvm/hotspot/debugger/Address;
ifnonnull 2
1: lconst_0
lreturn
2: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.oops.CompressedKlassPointers.baseField:Lsun/jvm/hotspot/types/AddressField;
invokeinterface sun.jvm.hotspot.types.AddressField.getValue:()Lsun/jvm/hotspot/debugger/Address;
aconst_null
invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
lreturn
LocalVariableTable:
Start End Slot Name Signature
public static int getShift();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: getstatic sun.jvm.hotspot.oops.CompressedKlassPointers.shiftField:Lsun/jvm/hotspot/types/CIntegerField;
invokeinterface sun.jvm.hotspot.types.CIntegerField.getValue:()J
l2i
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "CompressedKlassPointers.java"
NestMembers:
sun.jvm.hotspot.oops.CompressedKlassPointers$1
InnerClasses:
sun.jvm.hotspot.oops.CompressedKlassPointers$1