public class sun.jvm.hotspot.runtime.ObjectMonitor extends sun.jvm.hotspot.runtime.VMObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.ObjectMonitor
  super_class: sun.jvm.hotspot.runtime.VMObject
{
  private static sun.jvm.hotspot.oops.ObjectHeap heap;
    descriptor: Lsun/jvm/hotspot/oops/ObjectHeap;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static long headerFieldOffset;
    descriptor: J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static long objectFieldOffset;
    descriptor: J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static long ownerFieldOffset;
    descriptor: J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static long nextOMFieldOffset;
    descriptor: J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.types.JIntField contentionsField;
    descriptor: Lsun/jvm/hotspot/types/JIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.types.JIntField waitersField;
    descriptor: Lsun/jvm/hotspot/types/JIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.types.CIntegerField recursionsField;
    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: .line 37
            new sun.jvm.hotspot.runtime.ObjectMonitor$1
            dup
            invokespecial sun.jvm.hotspot.runtime.ObjectMonitor$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Lsun/jvm/hotspot/utilities/Observer;)V
         1: .line 116
            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=2, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 45
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getObjectHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            putstatic sun.jvm.hotspot.runtime.ObjectMonitor.heap:Lsun/jvm/hotspot/oops/ObjectHeap;
         1: .line 46
            aload 0 /* db */
            ldc "ObjectMonitor"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 1 /* type */
        start local 1 // sun.jvm.hotspot.types.Type type
         2: .line 47
            aload 1 /* type */
            ldc "_header"
            invokeinterface sun.jvm.hotspot.types.Type.getField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Field;
            astore 2 /* f */
        start local 2 // sun.jvm.hotspot.types.Field f
         3: .line 48
            aload 2 /* f */
            invokeinterface sun.jvm.hotspot.types.Field.getOffset:()J
            putstatic sun.jvm.hotspot.runtime.ObjectMonitor.headerFieldOffset:J
         4: .line 49
            aload 1 /* type */
            ldc "_object"
            invokeinterface sun.jvm.hotspot.types.Type.getField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Field;
            astore 2 /* f */
         5: .line 50
            aload 2 /* f */
            invokeinterface sun.jvm.hotspot.types.Field.getOffset:()J
            putstatic sun.jvm.hotspot.runtime.ObjectMonitor.objectFieldOffset:J
         6: .line 51
            aload 1 /* type */
            ldc "_owner"
            invokeinterface sun.jvm.hotspot.types.Type.getField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Field;
            astore 2 /* f */
         7: .line 52
            aload 2 /* f */
            invokeinterface sun.jvm.hotspot.types.Field.getOffset:()J
            putstatic sun.jvm.hotspot.runtime.ObjectMonitor.ownerFieldOffset:J
         8: .line 53
            aload 1 /* type */
            ldc "_next_om"
            invokeinterface sun.jvm.hotspot.types.Type.getField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Field;
            astore 2 /* f */
         9: .line 54
            aload 2 /* f */
            invokeinterface sun.jvm.hotspot.types.Field.getOffset:()J
            putstatic sun.jvm.hotspot.runtime.ObjectMonitor.nextOMFieldOffset:J
        10: .line 55
            aload 1 /* type */
            ldc "_contentions"
            invokeinterface sun.jvm.hotspot.types.Type.getJIntField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JIntField;
            putstatic sun.jvm.hotspot.runtime.ObjectMonitor.contentionsField:Lsun/jvm/hotspot/types/JIntField;
        11: .line 56
            aload 1 /* type */
            ldc "_waiters"
            invokeinterface sun.jvm.hotspot.types.Type.getJIntField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JIntField;
            putstatic sun.jvm.hotspot.runtime.ObjectMonitor.waitersField:Lsun/jvm/hotspot/types/JIntField;
        12: .line 57
            aload 1 /* type */
            ldc "_recursions"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            putstatic sun.jvm.hotspot.runtime.ObjectMonitor.recursionsField:Lsun/jvm/hotspot/types/CIntegerField;
        13: .line 58
            return
        end local 2 // sun.jvm.hotspot.types.Field f
        end local 1 // sun.jvm.hotspot.types.Type type
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            2   14     1  type  Lsun/jvm/hotspot/types/Type;
            3   14     2     f  Lsun/jvm/hotspot/types/Field;
    Exceptions:
      throws sun.jvm.hotspot.types.WrongTypeException
    MethodParameters:
      Name  Flags
      db    

  public void <init>(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 61
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.runtime.VMObject.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 62
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/ObjectMonitor;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public sun.jvm.hotspot.oops.Mark header();
    descriptor: ()Lsun/jvm/hotspot/oops/Mark;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
         0: .line 65
            new sun.jvm.hotspot.oops.Mark
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectMonitor.addr:Lsun/jvm/hotspot/debugger/Address;
            getstatic sun.jvm.hotspot.runtime.ObjectMonitor.headerFieldOffset:J
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.oops.Mark.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/ObjectMonitor;

  public boolean isEntered(sun.jvm.hotspot.runtime.Thread);
    descriptor: (Lsun/jvm/hotspot/runtime/Thread;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
        start local 1 // sun.jvm.hotspot.runtime.Thread current
         0: .line 74
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.ObjectMonitor.owner:()Lsun/jvm/hotspot/debugger/Address;
            astore 2 /* o */
        start local 2 // sun.jvm.hotspot.debugger.Address o
         1: .line 75
            aload 1 /* current */
            invokevirtual sun.jvm.hotspot.runtime.Thread.threadObjectAddress:()Lsun/jvm/hotspot/debugger/Address;
            aload 2 /* o */
            invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 76
            aload 1 /* current */
            aload 2 /* o */
            invokevirtual sun.jvm.hotspot.runtime.Thread.isLockOwned:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 4
         3: .line 77
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            iconst_1
            ireturn
         4: .line 79
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // sun.jvm.hotspot.debugger.Address o
        end local 1 // sun.jvm.hotspot.runtime.Thread current
        end local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lsun/jvm/hotspot/runtime/ObjectMonitor;
            0    5     1  current  Lsun/jvm/hotspot/runtime/Thread;
            1    5     2        o  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
         Name  Flags
      current  

  public sun.jvm.hotspot.debugger.Address owner();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
         0: .line 82
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectMonitor.addr:Lsun/jvm/hotspot/debugger/Address;
            getstatic sun.jvm.hotspot.runtime.ObjectMonitor.ownerFieldOffset:J
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/ObjectMonitor;

  public int waiters();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
         0: .line 86
            getstatic sun.jvm.hotspot.runtime.ObjectMonitor.waitersField:Lsun/jvm/hotspot/types/JIntField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectMonitor.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.JIntField.getValue:(Lsun/jvm/hotspot/debugger/Address;)I
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/ObjectMonitor;

  public sun.jvm.hotspot.debugger.Address nextOM();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
         0: .line 88
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectMonitor.addr:Lsun/jvm/hotspot/debugger/Address;
            getstatic sun.jvm.hotspot.runtime.ObjectMonitor.nextOMFieldOffset:J
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/ObjectMonitor;

  public long recursions();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
         0: .line 92
            getstatic sun.jvm.hotspot.runtime.ObjectMonitor.recursionsField:Lsun/jvm/hotspot/types/CIntegerField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectMonitor.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.CIntegerField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
            lreturn
        end local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/ObjectMonitor;

  public sun.jvm.hotspot.debugger.OopHandle object();
    descriptor: ()Lsun/jvm/hotspot/debugger/OopHandle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
         0: .line 95
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectMonitor.addr:Lsun/jvm/hotspot/debugger/Address;
            getstatic sun.jvm.hotspot.runtime.ObjectMonitor.objectFieldOffset:J
            invokeinterface sun.jvm.hotspot.debugger.Address.getOopHandleAt:(J)Lsun/jvm/hotspot/debugger/OopHandle;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/ObjectMonitor;

  public int contentions();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
         0: .line 99
            getstatic sun.jvm.hotspot.runtime.ObjectMonitor.contentionsField:Lsun/jvm/hotspot/types/JIntField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectMonitor.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.JIntField.getValue:(Lsun/jvm/hotspot/debugger/Address;)I
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.ObjectMonitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/ObjectMonitor;
}
SourceFile: "ObjectMonitor.java"
NestMembers:
  sun.jvm.hotspot.runtime.ObjectMonitor$1
InnerClasses:
  sun.jvm.hotspot.runtime.ObjectMonitor$1