public class sun.jvm.hotspot.runtime.MonitorInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.MonitorInfo
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.debugger.OopHandle owner;
    descriptor: Lsun/jvm/hotspot/debugger/OopHandle;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.runtime.BasicLock lock;
    descriptor: Lsun/jvm/hotspot/runtime/BasicLock;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.OopHandle ownerKlass;
    descriptor: Lsun/jvm/hotspot/debugger/OopHandle;
    flags: (0x0002) ACC_PRIVATE

  private boolean eliminated;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean ownerIsScalarReplaced;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.jvm.hotspot.debugger.OopHandle, sun.jvm.hotspot.runtime.BasicLock, boolean, boolean);
    descriptor: (Lsun/jvm/hotspot/debugger/OopHandle;Lsun/jvm/hotspot/runtime/BasicLock;ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // sun.jvm.hotspot.runtime.MonitorInfo this
        start local 1 // sun.jvm.hotspot.debugger.OopHandle owner
        start local 2 // sun.jvm.hotspot.runtime.BasicLock lock
        start local 3 // boolean eliminated
        start local 4 // boolean ownerIsScalarReplaced
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            iload 4 /* ownerIsScalarReplaced */
            ifne 5
         2: .line 39
            aload 0 /* this */
            aload 1 /* owner */
            putfield sun.jvm.hotspot.runtime.MonitorInfo.owner:Lsun/jvm/hotspot/debugger/OopHandle;
         3: .line 40
            aload 0 /* this */
            aconst_null
            putfield sun.jvm.hotspot.runtime.MonitorInfo.ownerKlass:Lsun/jvm/hotspot/debugger/OopHandle;
         4: .line 41
            goto 8
         5: .line 42
      StackMap locals: sun.jvm.hotspot.runtime.MonitorInfo sun.jvm.hotspot.debugger.OopHandle sun.jvm.hotspot.runtime.BasicLock int int
      StackMap stack:
            iload 3 /* eliminated */
            ldc "monitor should be eliminated for scalar replaced object"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 43
            aload 0 /* this */
            aconst_null
            putfield sun.jvm.hotspot.runtime.MonitorInfo.owner:Lsun/jvm/hotspot/debugger/OopHandle;
         7: .line 44
            aload 0 /* this */
            aload 1 /* owner */
            putfield sun.jvm.hotspot.runtime.MonitorInfo.ownerKlass:Lsun/jvm/hotspot/debugger/OopHandle;
         8: .line 46
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* eliminated */
            putfield sun.jvm.hotspot.runtime.MonitorInfo.eliminated:Z
         9: .line 47
            aload 0 /* this */
            iload 4 /* ownerIsScalarReplaced */
            putfield sun.jvm.hotspot.runtime.MonitorInfo.ownerIsScalarReplaced:Z
        10: .line 48
            return
        end local 4 // boolean ownerIsScalarReplaced
        end local 3 // boolean eliminated
        end local 2 // sun.jvm.hotspot.runtime.BasicLock lock
        end local 1 // sun.jvm.hotspot.debugger.OopHandle owner
        end local 0 // sun.jvm.hotspot.runtime.MonitorInfo this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   11     0                   this  Lsun/jvm/hotspot/runtime/MonitorInfo;
            0   11     1                  owner  Lsun/jvm/hotspot/debugger/OopHandle;
            0   11     2                   lock  Lsun/jvm/hotspot/runtime/BasicLock;
            0   11     3             eliminated  Z
            0   11     4  ownerIsScalarReplaced  Z
    MethodParameters:
                       Name  Flags
      owner                  
      lock                   
      eliminated             
      ownerIsScalarReplaced  

  public sun.jvm.hotspot.debugger.OopHandle owner();
    descriptor: ()Lsun/jvm/hotspot/debugger/OopHandle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.MonitorInfo this
         0: .line 51
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.MonitorInfo.ownerIsScalarReplaced:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ldc "should not be called for scalar replaced object"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         3: .line 52
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.MonitorInfo.owner:Lsun/jvm/hotspot/debugger/OopHandle;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.MonitorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/runtime/MonitorInfo;

  public sun.jvm.hotspot.debugger.OopHandle ownerKlass();
    descriptor: ()Lsun/jvm/hotspot/debugger/OopHandle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.MonitorInfo this
         0: .line 56
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.MonitorInfo.ownerIsScalarReplaced:Z
            ldc "should not be called for not scalar replaced object"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         1: .line 57
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.MonitorInfo.ownerKlass:Lsun/jvm/hotspot/debugger/OopHandle;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.MonitorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/MonitorInfo;

  public sun.jvm.hotspot.runtime.BasicLock lock();
    descriptor: ()Lsun/jvm/hotspot/runtime/BasicLock;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.MonitorInfo this
         0: .line 60
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.MonitorInfo.lock:Lsun/jvm/hotspot/runtime/BasicLock;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.MonitorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/MonitorInfo;

  public boolean eliminated();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.MonitorInfo this
         0: .line 61
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.MonitorInfo.eliminated:Z
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.MonitorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/MonitorInfo;

  public boolean ownerIsScalarReplaced();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.MonitorInfo this
         0: .line 62
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.MonitorInfo.ownerIsScalarReplaced:Z
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.MonitorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/MonitorInfo;
}
SourceFile: "MonitorInfo.java"