public class sun.jvm.hotspot.utilities.RobustOopDeterminator
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.utilities.RobustOopDeterminator
super_class: java.lang.Object
{
private static sun.jvm.hotspot.types.AddressField klassField;
descriptor: Lsun/jvm/hotspot/types/AddressField;
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.utilities.RobustOopDeterminator$1
dup
invokespecial sun.jvm.hotspot.utilities.RobustOopDeterminator$1.<init>:()V
invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
1: return
LocalVariableTable:
Start End Slot Name Signature
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
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/utilities/RobustOopDeterminator;
private static void initialize(sun.jvm.hotspot.types.TypeDataBase);
descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
ldc "oopDesc"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
astore 1
start local 1 1: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.isCompressedKlassPointersEnabled:()Z
ifeq 4
2: aload 1
ldc "_metadata._compressed_klass"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
putstatic sun.jvm.hotspot.utilities.RobustOopDeterminator.klassField:Lsun/jvm/hotspot/types/AddressField;
3: goto 5
4: StackMap locals: sun.jvm.hotspot.types.Type
StackMap stack:
aload 1
ldc "_metadata._klass"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
putstatic sun.jvm.hotspot.utilities.RobustOopDeterminator.klassField:Lsun/jvm/hotspot/types/AddressField;
5: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 db Lsun/jvm/hotspot/types/TypeDataBase;
1 6 1 type Lsun/jvm/hotspot/types/Type;
MethodParameters:
Name Flags
db
public static boolean oopLooksValid(sun.jvm.hotspot.debugger.OopHandle);
descriptor: (Lsun/jvm/hotspot/debugger/OopHandle;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ifnonnull 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getUniverse:()Lsun/jvm/hotspot/memory/Universe;
aload 0
invokevirtual sun.jvm.hotspot.memory.Universe.isIn:(Lsun/jvm/hotspot/debugger/Address;)Z
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.isCompressedKlassPointersEnabled:()Z
ifeq 7
5: aload 0
getstatic sun.jvm.hotspot.utilities.RobustOopDeterminator.klassField:Lsun/jvm/hotspot/types/AddressField;
invokeinterface sun.jvm.hotspot.types.AddressField.getOffset:()J
invokeinterface sun.jvm.hotspot.debugger.OopHandle.getCompKlassAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.oops.Metadata.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/oops/Metadata;
pop
6: goto 8
7: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.utilities.RobustOopDeterminator.klassField:Lsun/jvm/hotspot/types/AddressField;
aload 0
invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.oops.Metadata.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/oops/Metadata;
pop
8: StackMap locals:
StackMap stack:
iconst_1
ireturn
9: StackMap locals:
StackMap stack: sun.jvm.hotspot.debugger.AddressException
pop
10: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 oop Lsun/jvm/hotspot/debugger/OopHandle;
Exception table:
from to target type
4 8 9 Class sun.jvm.hotspot.debugger.AddressException
MethodParameters:
Name Flags
oop
}
SourceFile: "RobustOopDeterminator.java"
NestMembers:
sun.jvm.hotspot.utilities.RobustOopDeterminator$1
InnerClasses:
sun.jvm.hotspot.utilities.RobustOopDeterminator$1