public class sun.jvm.hotspot.runtime.ObjectSynchronizer
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.runtime.ObjectSynchronizer
super_class: java.lang.Object
{
private static sun.jvm.hotspot.debugger.Address inUseList;
descriptor: Lsun/jvm/hotspot/debugger/Address;
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.runtime.ObjectSynchronizer$1
dup
invokespecial sun.jvm.hotspot.runtime.ObjectSynchronizer$1.<init>:()V
invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Lsun/jvm/hotspot/utilities/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/runtime/ObjectSynchronizer;
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 "ObjectSynchronizer"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
astore 1
start local 1 1: aload 1
ldc "_in_use_list"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
invokeinterface sun.jvm.hotspot.types.AddressField.getValue:()Lsun/jvm/hotspot/debugger/Address;
putstatic sun.jvm.hotspot.runtime.ObjectSynchronizer.inUseList:Lsun/jvm/hotspot/debugger/Address;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 db Lsun/jvm/hotspot/types/TypeDataBase;
1 3 1 type Lsun/jvm/hotspot/types/Type;
Exceptions:
throws sun.jvm.hotspot.types.WrongTypeException
MethodParameters:
Name Flags
db
public long identityHashValueFor(sun.jvm.hotspot.oops.Oop);
descriptor: (Lsun/jvm/hotspot/oops/Oop;)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual sun.jvm.hotspot.oops.Oop.getMark:()Lsun/jvm/hotspot/oops/Mark;
astore 2
start local 2 1: aload 2
invokevirtual sun.jvm.hotspot.oops.Mark.isUnlocked:()Z
ifeq 3
2: aload 2
invokevirtual sun.jvm.hotspot.oops.Mark.hash:()J
lreturn
3: StackMap locals: sun.jvm.hotspot.oops.Mark
StackMap stack:
aload 2
invokevirtual sun.jvm.hotspot.oops.Mark.hasMonitor:()Z
ifeq 7
4: aload 2
invokevirtual sun.jvm.hotspot.oops.Mark.monitor:()Lsun/jvm/hotspot/runtime/ObjectMonitor;
astore 3
start local 3 5: aload 3
invokevirtual sun.jvm.hotspot.runtime.ObjectMonitor.header:()Lsun/jvm/hotspot/oops/Mark;
astore 4
start local 4 6: aload 4
invokevirtual sun.jvm.hotspot.oops.Mark.hash:()J
lreturn
end local 4 end local 3 7: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 9
8: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.isDebugging:()Z
ldc "Can not access displaced header otherwise"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
9: StackMap locals:
StackMap stack:
aload 2
invokevirtual sun.jvm.hotspot.oops.Mark.hasDisplacedMarkHelper:()Z
ifeq 12
10: aload 2
invokevirtual sun.jvm.hotspot.oops.Mark.displacedMarkHelper:()Lsun/jvm/hotspot/oops/Mark;
astore 3
start local 3 11: aload 3
invokevirtual sun.jvm.hotspot.oops.Mark.hash:()J
lreturn
end local 3 12: StackMap locals:
StackMap stack:
lconst_0
lreturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lsun/jvm/hotspot/runtime/ObjectSynchronizer;
0 13 1 obj Lsun/jvm/hotspot/oops/Oop;
1 13 2 mark Lsun/jvm/hotspot/oops/Mark;
5 7 3 monitor Lsun/jvm/hotspot/runtime/ObjectMonitor;
6 7 4 temp Lsun/jvm/hotspot/oops/Mark;
11 12 3 temp Lsun/jvm/hotspot/oops/Mark;
MethodParameters:
Name Flags
obj
public static java.util.Iterator objectMonitorIterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: getstatic sun.jvm.hotspot.runtime.ObjectSynchronizer.inUseList:Lsun/jvm/hotspot/debugger/Address;
ifnull 2
1: new sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator
dup
invokespecial sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.<init>:()V
areturn
2: StackMap locals:
StackMap stack:
aconst_null
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "ObjectSynchronizer.java"
NestMembers:
sun.jvm.hotspot.runtime.ObjectSynchronizer$1 sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator
InnerClasses:
sun.jvm.hotspot.runtime.ObjectSynchronizer$1
private ObjectMonitorIterator = sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator of sun.jvm.hotspot.runtime.ObjectSynchronizer