public class sun.jvm.hotspot.utilities.soql.JSJavaThread extends sun.jvm.hotspot.utilities.soql.JSJavaInstance
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.utilities.soql.JSJavaThread
  super_class: sun.jvm.hotspot.utilities.soql.JSJavaInstance
{
  private sun.jvm.hotspot.runtime.JavaThread jthread;
    descriptor: Lsun/jvm/hotspot/runtime/JavaThread;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.utilities.soql.JSList framesCache;
    descriptor: Lsun/jvm/hotspot/utilities/soql/JSList;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.utilities.soql.JSList monitorsCache;
    descriptor: Lsun/jvm/hotspot/utilities/soql/JSList;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.jvm.hotspot.oops.Instance, sun.jvm.hotspot.utilities.soql.JSJavaFactory);
    descriptor: (Lsun/jvm/hotspot/oops/Instance;Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
        start local 1 // sun.jvm.hotspot.oops.Instance threadOop
        start local 2 // sun.jvm.hotspot.utilities.soql.JSJavaFactory fac
         0: .line 37
            aload 0 /* this */
            aload 1 /* threadOop */
            aload 2 /* fac */
            invokespecial sun.jvm.hotspot.utilities.soql.JSJavaInstance.<init>:(Lsun/jvm/hotspot/oops/Instance;Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;)V
         1: .line 41
            aload 0 /* this */
            aload 1 /* threadOop */
            invokestatic sun.jvm.hotspot.oops.OopUtilities.threadOopGetJavaThread:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/runtime/JavaThread;
            putfield sun.jvm.hotspot.utilities.soql.JSJavaThread.jthread:Lsun/jvm/hotspot/runtime/JavaThread;
         2: .line 42
            return
        end local 2 // sun.jvm.hotspot.utilities.soql.JSJavaFactory fac
        end local 1 // sun.jvm.hotspot.oops.Instance threadOop
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lsun/jvm/hotspot/utilities/soql/JSJavaThread;
            0    3     1  threadOop  Lsun/jvm/hotspot/oops/Instance;
            0    3     2        fac  Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;
    MethodParameters:
           Name  Flags
      threadOop  
      fac        

  public void <init>(sun.jvm.hotspot.runtime.JavaThread, sun.jvm.hotspot.utilities.soql.JSJavaFactory);
    descriptor: (Lsun/jvm/hotspot/runtime/JavaThread;Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
        start local 1 // sun.jvm.hotspot.runtime.JavaThread jt
        start local 2 // sun.jvm.hotspot.utilities.soql.JSJavaFactory fac
         0: .line 45
            aload 0 /* this */
            aload 1 /* jt */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getThreadObj:()Lsun/jvm/hotspot/oops/Oop;
            checkcast sun.jvm.hotspot.oops.Instance
            aload 2 /* fac */
            invokespecial sun.jvm.hotspot.utilities.soql.JSJavaInstance.<init>:(Lsun/jvm/hotspot/oops/Instance;Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;)V
         1: .line 46
            aload 0 /* this */
            aload 1 /* jt */
            putfield sun.jvm.hotspot.utilities.soql.JSJavaThread.jthread:Lsun/jvm/hotspot/runtime/JavaThread;
         2: .line 47
            return
        end local 2 // sun.jvm.hotspot.utilities.soql.JSJavaFactory fac
        end local 1 // sun.jvm.hotspot.runtime.JavaThread jt
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/utilities/soql/JSJavaThread;
            0    3     1    jt  Lsun/jvm/hotspot/runtime/JavaThread;
            0    3     2   fac  Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;
    MethodParameters:
      Name  Flags
      jt    
      fac   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
         0: .line 50
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaThread.getName:()Ljava/lang/String;
            astore 1 /* name */
        start local 1 // java.lang.String name
         1: .line 51
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 2 /* buf */
        start local 2 // java.lang.StringBuffer buf
         2: .line 52
            aload 2 /* buf */
            ldc "Thread (address="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 53
            aload 2 /* buf */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaThread.getOop:()Lsun/jvm/hotspot/oops/Oop;
            invokevirtual sun.jvm.hotspot.oops.Oop.getHandle:()Lsun/jvm/hotspot/debugger/OopHandle;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/Object;)Ljava/lang/StringBuffer;
            pop
         4: .line 54
            aload 2 /* buf */
            ldc ", name="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 55
            aload 1 /* name */
            ifnull 8
         6: .line 56
            aload 2 /* buf */
            aload 1 /* name */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 57
            goto 9
         8: .line 58
      StackMap locals: java.lang.String java.lang.StringBuffer
      StackMap stack:
            aload 2 /* buf */
            ldc "<unnamed>"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 60
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            bipush 41
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        10: .line 61
            aload 2 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuffer buf
        end local 1 // java.lang.String name
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/jvm/hotspot/utilities/soql/JSJavaThread;
            1   11     1  name  Ljava/lang/String;
            2   11     2   buf  Ljava/lang/StringBuffer;

  protected java.lang.Object getFieldValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
        start local 1 // java.lang.String name
         0: .line 65
            aload 1 /* name */
            ldc "name"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 66
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaThread.getName:()Ljava/lang/String;
            areturn
         2: .line 67
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "frames"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 68
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaThread.getFrames:()Lsun/jvm/hotspot/utilities/soql/JSList;
            areturn
         4: .line 69
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "monitors"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 70
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaThread.getOwnedMonitors:()Lsun/jvm/hotspot/utilities/soql/JSList;
            areturn
         6: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            invokespecial sun.jvm.hotspot.utilities.soql.JSJavaInstance.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.String name
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/utilities/soql/JSJavaThread;
            0    7     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  protected java.lang.String[] getFieldNames();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
         0: .line 77
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.utilities.soql.JSJavaInstance.getFieldNames:()[Ljava/lang/String;
            astore 1 /* flds */
        start local 1 // java.lang.String[] flds
         1: .line 78
            aload 1 /* flds */
            arraylength
            iconst_2
            iadd
            anewarray java.lang.String
            astore 2 /* res */
        start local 2 // java.lang.String[] res
         2: .line 79
            aload 1 /* flds */
            iconst_0
            aload 2 /* res */
            iconst_0
            aload 1 /* flds */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 80
            aload 2 /* res */
            aload 1 /* flds */
            arraylength
            ldc "frames"
            aastore
         4: .line 81
            aload 2 /* res */
            aload 1 /* flds */
            arraylength
            iconst_1
            iadd
            ldc "monitors"
            aastore
         5: .line 82
            aload 2 /* res */
            areturn
        end local 2 // java.lang.String[] res
        end local 1 // java.lang.String[] flds
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/jvm/hotspot/utilities/soql/JSJavaThread;
            1    6     1  flds  [Ljava/lang/String;
            2    6     2   res  [Ljava/lang/String;

  protected boolean hasField(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
        start local 1 // java.lang.String name
         0: .line 86
            aload 1 /* name */
            ldc "frames"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 1
            aload 1 /* name */
            ldc "monitors"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 87
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            invokespecial sun.jvm.hotspot.utilities.soql.JSJavaInstance.hasField:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String name
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/utilities/soql/JSJavaThread;
            0    3     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  private java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
         0: .line 95
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaThread.getOop:()Lsun/jvm/hotspot/oops/Oop;
            invokestatic sun.jvm.hotspot.oops.OopUtilities.threadOopGetName:(Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/soql/JSJavaThread;

  private synchronized sun.jvm.hotspot.utilities.soql.JSList getFrames();
    descriptor: ()Lsun/jvm/hotspot/utilities/soql/JSList;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
         0: .line 99
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaThread.framesCache:Lsun/jvm/hotspot/utilities/soql/JSList;
            ifnonnull 9
         1: .line 100
            new java.util.ArrayList
            dup
            iconst_0
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* list */
        start local 1 // java.util.List list
         2: .line 101
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaThread.jthread:Lsun/jvm/hotspot/runtime/JavaThread;
            ifnull 8
         3: .line 102
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaThread.jthread:Lsun/jvm/hotspot/runtime/JavaThread;
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg:()Lsun/jvm/hotspot/runtime/JavaVFrame;
            astore 2 /* jvf */
        start local 2 // sun.jvm.hotspot.runtime.JavaVFrame jvf
         4: .line 103
            goto 7
         5: .line 104
      StackMap locals: java.util.List sun.jvm.hotspot.runtime.JavaVFrame
      StackMap stack:
            aload 1 /* list */
            aload 2 /* jvf */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 105
            aload 2 /* jvf */
            invokevirtual sun.jvm.hotspot.runtime.JavaVFrame.javaSender:()Lsun/jvm/hotspot/runtime/JavaVFrame;
            astore 2 /* jvf */
         7: .line 103
      StackMap locals:
      StackMap stack:
            aload 2 /* jvf */
            ifnonnull 5
        end local 2 // sun.jvm.hotspot.runtime.JavaVFrame jvf
         8: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaThread.factory:Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;
            aload 1 /* list */
            invokeinterface sun.jvm.hotspot.utilities.soql.JSJavaFactory.newJSList:(Ljava/util/List;)Lsun/jvm/hotspot/utilities/soql/JSList;
            putfield sun.jvm.hotspot.utilities.soql.JSJavaThread.framesCache:Lsun/jvm/hotspot/utilities/soql/JSList;
        end local 1 // java.util.List list
         9: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaThread.framesCache:Lsun/jvm/hotspot/utilities/soql/JSList;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/jvm/hotspot/utilities/soql/JSJavaThread;
            2    9     1  list  Ljava/util/List;
            4    8     2   jvf  Lsun/jvm/hotspot/runtime/JavaVFrame;

  private synchronized sun.jvm.hotspot.utilities.soql.JSList getOwnedMonitors();
    descriptor: ()Lsun/jvm/hotspot/utilities/soql/JSList;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=14, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
         0: .line 114
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaThread.monitorsCache:Lsun/jvm/hotspot/utilities/soql/JSList;
            ifnonnull 46
         1: .line 115
            new java.util.ArrayList
            dup
            iconst_0
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* ownedMonitors */
        start local 1 // java.util.List ownedMonitors
         2: .line 116
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaThread.jthread:Lsun/jvm/hotspot/runtime/JavaThread;
            ifnull 45
         3: .line 117
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* lockedObjects */
        start local 2 // java.util.List lockedObjects
         4: .line 119
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaThread.jthread:Lsun/jvm/hotspot/runtime/JavaThread;
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getCurrentWaitingMonitor:()Lsun/jvm/hotspot/runtime/ObjectMonitor;
            astore 3 /* waitingMonitor */
        start local 3 // sun.jvm.hotspot.runtime.ObjectMonitor waitingMonitor
         5: .line 120
            aconst_null
            astore 4 /* waitingObj */
        start local 4 // sun.jvm.hotspot.debugger.OopHandle waitingObj
         6: .line 121
            aload 3 /* waitingMonitor */
            ifnull 8
         7: .line 123
            aload 3 /* waitingMonitor */
            invokevirtual sun.jvm.hotspot.runtime.ObjectMonitor.object:()Lsun/jvm/hotspot/debugger/OopHandle;
            astore 4 /* waitingObj */
         8: .line 126
      StackMap locals: sun.jvm.hotspot.utilities.soql.JSJavaThread java.util.List java.util.List sun.jvm.hotspot.runtime.ObjectMonitor sun.jvm.hotspot.debugger.OopHandle
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaThread.jthread:Lsun/jvm/hotspot/runtime/JavaThread;
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getCurrentPendingMonitor:()Lsun/jvm/hotspot/runtime/ObjectMonitor;
            astore 5 /* pendingMonitor */
        start local 5 // sun.jvm.hotspot.runtime.ObjectMonitor pendingMonitor
         9: .line 127
            aconst_null
            astore 6 /* pendingObj */
        start local 6 // sun.jvm.hotspot.debugger.OopHandle pendingObj
        10: .line 128
            aload 5 /* pendingMonitor */
            ifnull 12
        11: .line 130
            aload 5 /* pendingMonitor */
            invokevirtual sun.jvm.hotspot.runtime.ObjectMonitor.object:()Lsun/jvm/hotspot/debugger/OopHandle;
            astore 6 /* pendingObj */
        12: .line 133
      StackMap locals: sun.jvm.hotspot.runtime.ObjectMonitor sun.jvm.hotspot.debugger.OopHandle
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaThread.jthread:Lsun/jvm/hotspot/runtime/JavaThread;
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg:()Lsun/jvm/hotspot/runtime/JavaVFrame;
            astore 7 /* frame */
        start local 7 // sun.jvm.hotspot.runtime.JavaVFrame frame
        13: .line 134
            goto 39
        14: .line 135
      StackMap locals: sun.jvm.hotspot.runtime.JavaVFrame
      StackMap stack:
            aload 7 /* frame */
            invokevirtual sun.jvm.hotspot.runtime.JavaVFrame.getMonitors:()Ljava/util/List;
            astore 8 /* frameMonitors */
        start local 8 // java.util.List frameMonitors
        15: .line 136
            aload 8 /* frameMonitors */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9 /* miItr */
        start local 9 // java.util.Iterator miItr
        16: goto 37
        17: .line 137
      StackMap locals: java.util.List java.util.Iterator
      StackMap stack:
            aload 9 /* miItr */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.runtime.MonitorInfo
            astore 10 /* mi */
        start local 10 // sun.jvm.hotspot.runtime.MonitorInfo mi
        18: .line 139
            aload 10 /* mi */
            invokevirtual sun.jvm.hotspot.runtime.MonitorInfo.eliminated:()Z
            ifeq 20
            aload 7 /* frame */
            invokevirtual sun.jvm.hotspot.runtime.JavaVFrame.isCompiledFrame:()Z
            ifeq 20
        19: .line 140
            goto 37
        20: .line 142
      StackMap locals: sun.jvm.hotspot.runtime.MonitorInfo
      StackMap stack:
            aload 10 /* mi */
            invokevirtual sun.jvm.hotspot.runtime.MonitorInfo.owner:()Lsun/jvm/hotspot/debugger/OopHandle;
            astore 11 /* obj */
        start local 11 // sun.jvm.hotspot.debugger.OopHandle obj
        21: .line 143
            aload 11 /* obj */
            ifnonnull 23
        22: .line 145
            goto 37
        23: .line 148
      StackMap locals: sun.jvm.hotspot.debugger.OopHandle
      StackMap stack:
            aload 11 /* obj */
            aload 4 /* waitingObj */
            invokeinterface sun.jvm.hotspot.debugger.OopHandle.equals:(Ljava/lang/Object;)Z
            ifeq 25
        24: .line 150
            goto 37
        25: .line 153
      StackMap locals:
      StackMap stack:
            aload 11 /* obj */
            aload 6 /* pendingObj */
            invokeinterface sun.jvm.hotspot.debugger.OopHandle.equals:(Ljava/lang/Object;)Z
            ifeq 27
        26: .line 155
            goto 37
        27: .line 158
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 12 /* found */
        start local 12 // boolean found
        28: .line 159
            aload 2 /* lockedObjects */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 13 /* loItr */
        start local 13 // java.util.Iterator loItr
        29: goto 33
        30: .line 161
      StackMap locals: int java.util.Iterator
      StackMap stack:
            aload 11 /* obj */
            aload 13 /* loItr */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            invokeinterface sun.jvm.hotspot.debugger.OopHandle.equals:(Ljava/lang/Object;)Z
            ifeq 33
        31: .line 162
            iconst_1
            istore 12 /* found */
        32: .line 163
            goto 34
        33: .line 159
      StackMap locals:
      StackMap stack:
            aload 13 /* loItr */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 30
        end local 13 // java.util.Iterator loItr
        34: .line 166
      StackMap locals:
      StackMap stack:
            iload 12 /* found */
            ifeq 36
        35: .line 168
            goto 37
        36: .line 171
      StackMap locals:
      StackMap stack:
            aload 2 /* lockedObjects */
            aload 11 /* obj */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 12 // boolean found
        end local 11 // sun.jvm.hotspot.debugger.OopHandle obj
        end local 10 // sun.jvm.hotspot.runtime.MonitorInfo mi
        37: .line 136
      StackMap locals:
      StackMap stack:
            aload 9 /* miItr */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 17
        end local 9 // java.util.Iterator miItr
        38: .line 173
            aload 7 /* frame */
            invokevirtual sun.jvm.hotspot.runtime.JavaVFrame.javaSender:()Lsun/jvm/hotspot/runtime/JavaVFrame;
            astore 7 /* frame */
        end local 8 // java.util.List frameMonitors
        39: .line 134
      StackMap locals:
      StackMap stack:
            aload 7 /* frame */
            ifnonnull 14
        40: .line 177
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getObjectHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            astore 8 /* heap */
        start local 8 // sun.jvm.hotspot.oops.ObjectHeap heap
        41: .line 178
            aload 2 /* lockedObjects */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9 /* loItr */
        start local 9 // java.util.Iterator loItr
        42: goto 44
        43: .line 179
      StackMap locals: sun.jvm.hotspot.oops.ObjectHeap java.util.Iterator
      StackMap stack:
            aload 1 /* ownedMonitors */
            aload 8 /* heap */
            aload 9 /* loItr */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.OopHandle
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.newOop:(Lsun/jvm/hotspot/debugger/OopHandle;)Lsun/jvm/hotspot/oops/Oop;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        44: .line 178
      StackMap locals:
      StackMap stack:
            aload 9 /* loItr */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 43
        end local 9 // java.util.Iterator loItr
        end local 8 // sun.jvm.hotspot.oops.ObjectHeap heap
        end local 7 // sun.jvm.hotspot.runtime.JavaVFrame frame
        end local 6 // sun.jvm.hotspot.debugger.OopHandle pendingObj
        end local 5 // sun.jvm.hotspot.runtime.ObjectMonitor pendingMonitor
        end local 4 // sun.jvm.hotspot.debugger.OopHandle waitingObj
        end local 3 // sun.jvm.hotspot.runtime.ObjectMonitor waitingMonitor
        end local 2 // java.util.List lockedObjects
        45: .line 182
      StackMap locals: sun.jvm.hotspot.utilities.soql.JSJavaThread java.util.List
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaThread.factory:Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;
            aload 1 /* ownedMonitors */
            invokeinterface sun.jvm.hotspot.utilities.soql.JSJavaFactory.newJSList:(Ljava/util/List;)Lsun/jvm/hotspot/utilities/soql/JSList;
            putfield sun.jvm.hotspot.utilities.soql.JSJavaThread.monitorsCache:Lsun/jvm/hotspot/utilities/soql/JSList;
        end local 1 // java.util.List ownedMonitors
        46: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaThread.monitorsCache:Lsun/jvm/hotspot/utilities/soql/JSList;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaThread this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   47     0            this  Lsun/jvm/hotspot/utilities/soql/JSJavaThread;
            2   46     1   ownedMonitors  Ljava/util/List;
            4   45     2   lockedObjects  Ljava/util/List;
            5   45     3  waitingMonitor  Lsun/jvm/hotspot/runtime/ObjectMonitor;
            6   45     4      waitingObj  Lsun/jvm/hotspot/debugger/OopHandle;
            9   45     5  pendingMonitor  Lsun/jvm/hotspot/runtime/ObjectMonitor;
           10   45     6      pendingObj  Lsun/jvm/hotspot/debugger/OopHandle;
           13   45     7           frame  Lsun/jvm/hotspot/runtime/JavaVFrame;
           15   39     8   frameMonitors  Ljava/util/List;
           16   38     9           miItr  Ljava/util/Iterator;
           18   37    10              mi  Lsun/jvm/hotspot/runtime/MonitorInfo;
           21   37    11             obj  Lsun/jvm/hotspot/debugger/OopHandle;
           28   37    12           found  Z
           29   34    13           loItr  Ljava/util/Iterator;
           41   45     8            heap  Lsun/jvm/hotspot/oops/ObjectHeap;
           42   45     9           loItr  Ljava/util/Iterator;
}
SourceFile: "JSJavaThread.java"