public class com.sun.tools.jdi.MonitorInfoImpl extends com.sun.tools.jdi.MirrorImpl implements com.sun.jdi.MonitorInfo, com.sun.tools.jdi.ThreadListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.jdi.MonitorInfoImpl
  super_class: com.sun.tools.jdi.MirrorImpl
{
  private boolean isValid;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  com.sun.jdi.ObjectReference monitor;
    descriptor: Lcom/sun/jdi/ObjectReference;
    flags: (0x0000) 

  com.sun.jdi.ThreadReference thread;
    descriptor: Lcom/sun/jdi/ThreadReference;
    flags: (0x0000) 

  int stack_depth;
    descriptor: I
    flags: (0x0000) 

  void <init>(com.sun.jdi.VirtualMachine, com.sun.jdi.ObjectReference, com.sun.tools.jdi.ThreadReferenceImpl, int);
    descriptor: (Lcom/sun/jdi/VirtualMachine;Lcom/sun/jdi/ObjectReference;Lcom/sun/tools/jdi/ThreadReferenceImpl;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.sun.tools.jdi.MonitorInfoImpl this
        start local 1 // com.sun.jdi.VirtualMachine vm
        start local 2 // com.sun.jdi.ObjectReference mon
        start local 3 // com.sun.tools.jdi.ThreadReferenceImpl thread
        start local 4 // int dpth
         0: .line 49
            aload 0 /* this */
            aload 1 /* vm */
            invokespecial com.sun.tools.jdi.MirrorImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
         1: .line 41
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.MonitorInfoImpl.isValid:Z
         2: .line 50
            aload 0 /* this */
            aload 2 /* mon */
            putfield com.sun.tools.jdi.MonitorInfoImpl.monitor:Lcom/sun/jdi/ObjectReference;
         3: .line 51
            aload 0 /* this */
            aload 3 /* thread */
            putfield com.sun.tools.jdi.MonitorInfoImpl.thread:Lcom/sun/jdi/ThreadReference;
         4: .line 52
            aload 0 /* this */
            iload 4 /* dpth */
            putfield com.sun.tools.jdi.MonitorInfoImpl.stack_depth:I
         5: .line 53
            aload 3 /* thread */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.addListener:(Lcom/sun/tools/jdi/ThreadListener;)V
         6: .line 54
            return
        end local 4 // int dpth
        end local 3 // com.sun.tools.jdi.ThreadReferenceImpl thread
        end local 2 // com.sun.jdi.ObjectReference mon
        end local 1 // com.sun.jdi.VirtualMachine vm
        end local 0 // com.sun.tools.jdi.MonitorInfoImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/tools/jdi/MonitorInfoImpl;
            0    7     1      vm  Lcom/sun/jdi/VirtualMachine;
            0    7     2     mon  Lcom/sun/jdi/ObjectReference;
            0    7     3  thread  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0    7     4    dpth  I
    MethodParameters:
        Name  Flags
      vm      
      mon     
      thread  
      dpth    

  public boolean threadResumable(com.sun.tools.jdi.ThreadAction);
    descriptor: (Lcom/sun/tools/jdi/ThreadAction;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.MonitorInfoImpl this
        start local 1 // com.sun.tools.jdi.ThreadAction action
         0: .line 62
            aload 0 /* this */
            getfield com.sun.tools.jdi.MonitorInfoImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.state:()Lcom/sun/tools/jdi/VMState;
            dup
            astore 2
            monitorenter
         1: .line 63
            aload 0 /* this */
            getfield com.sun.tools.jdi.MonitorInfoImpl.isValid:Z
            ifeq 5
         2: .line 64
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.MonitorInfoImpl.isValid:Z
         3: .line 65
            aload 2
            monitorexit
         4: iconst_0
            ireturn
         5: .line 67
      StackMap locals: com.sun.tools.jdi.VMState
      StackMap stack:
            new com.sun.jdi.InternalException
            dup
         6: .line 68
            ldc "Invalid stack frame thread listener"
         7: .line 67
            invokespecial com.sun.jdi.InternalException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 62
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         9: athrow
        end local 1 // com.sun.tools.jdi.ThreadAction action
        end local 0 // com.sun.tools.jdi.MonitorInfoImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/sun/tools/jdi/MonitorInfoImpl;
            0   10     1  action  Lcom/sun/tools/jdi/ThreadAction;
      Exception table:
        from    to  target  type
           1     4       8  any
           5     9       8  any
    MethodParameters:
        Name  Flags
      action  

  private void validateMonitorInfo();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.MonitorInfoImpl this
         0: .line 74
            aload 0 /* this */
            getfield com.sun.tools.jdi.MonitorInfoImpl.isValid:Z
            ifne 2
         1: .line 75
            new com.sun.jdi.InvalidStackFrameException
            dup
            ldc "Thread has been resumed"
            invokespecial com.sun.jdi.InvalidStackFrameException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 77
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.jdi.MonitorInfoImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/MonitorInfoImpl;

  public com.sun.jdi.ObjectReference monitor();
    descriptor: ()Lcom/sun/jdi/ObjectReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.MonitorInfoImpl this
         0: .line 80
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.MonitorInfoImpl.validateMonitorInfo:()V
         1: .line 81
            aload 0 /* this */
            getfield com.sun.tools.jdi.MonitorInfoImpl.monitor:Lcom/sun/jdi/ObjectReference;
            areturn
        end local 0 // com.sun.tools.jdi.MonitorInfoImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/MonitorInfoImpl;

  public int stackDepth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.MonitorInfoImpl this
         0: .line 85
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.MonitorInfoImpl.validateMonitorInfo:()V
         1: .line 86
            aload 0 /* this */
            getfield com.sun.tools.jdi.MonitorInfoImpl.stack_depth:I
            ireturn
        end local 0 // com.sun.tools.jdi.MonitorInfoImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/MonitorInfoImpl;

  public com.sun.jdi.ThreadReference thread();
    descriptor: ()Lcom/sun/jdi/ThreadReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.MonitorInfoImpl this
         0: .line 90
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.MonitorInfoImpl.validateMonitorInfo:()V
         1: .line 91
            aload 0 /* this */
            getfield com.sun.tools.jdi.MonitorInfoImpl.thread:Lcom/sun/jdi/ThreadReference;
            areturn
        end local 0 // com.sun.tools.jdi.MonitorInfoImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/MonitorInfoImpl;

  public int hashCode();
    descriptor: ()I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.tools.jdi.MirrorImpl.hashCode:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.jdi.VirtualMachine virtualMachine();
    descriptor: ()Lcom/sun/jdi/VirtualMachine;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.tools.jdi.MirrorImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.sun.tools.jdi.MirrorImpl.equals:(Ljava/lang/Object;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MonitorInfoImpl.java"