public class com.sun.tools.jdi.ThreadReferenceImpl extends com.sun.tools.jdi.ObjectReferenceImpl implements com.sun.jdi.ThreadReference, com.sun.tools.jdi.VMListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.jdi.ThreadReferenceImpl
  super_class: com.sun.tools.jdi.ObjectReferenceImpl
{
  static final int SUSPEND_STATUS_SUSPENDED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int SUSPEND_STATUS_BREAK;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private int suspendedZombieCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private com.sun.jdi.ThreadGroupReference threadGroup;
    descriptor: Lcom/sun/jdi/ThreadGroupReference;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.jdi.ThreadReferenceImpl$LocalCache localCache;
    descriptor: Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<java.lang.ref.WeakReference<com.sun.tools.jdi.ThreadListener>> listeners;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/ref/WeakReference<Lcom/sun/tools/jdi/ThreadListener;>;>;

  private void resetLocalCache();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 103
            aload 0 /* this */
            new com.sun.tools.jdi.ThreadReferenceImpl$LocalCache
            dup
            invokespecial com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.<init>:()V
            putfield com.sun.tools.jdi.ThreadReferenceImpl.localCache:Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;
         1: .line 104
            return
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/ThreadReferenceImpl;

  protected com.sun.tools.jdi.ObjectReferenceImpl$Cache newCache();
    descriptor: ()Lcom/sun/tools/jdi/ObjectReferenceImpl$Cache;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 112
            new com.sun.tools.jdi.ThreadReferenceImpl$Cache
            dup
            invokespecial com.sun.tools.jdi.ThreadReferenceImpl$Cache.<init>:()V
            areturn
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ThreadReferenceImpl;

  void <init>(com.sun.jdi.VirtualMachine, long);
    descriptor: (Lcom/sun/jdi/VirtualMachine;J)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
        start local 1 // com.sun.jdi.VirtualMachine aVm
        start local 2 // long aRef
         0: .line 120
            aload 0 /* this */
            aload 1 /* aVm */
            lload 2 /* aRef */
            invokespecial com.sun.tools.jdi.ObjectReferenceImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
         1: .line 38
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ThreadReferenceImpl.suspendedZombieCount:I
         2: .line 116
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.tools.jdi.ThreadReferenceImpl.listeners:Ljava/util/List;
         3: .line 121
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.resetLocalCache:()V
         4: .line 122
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.state:()Lcom/sun/tools/jdi/VMState;
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VMState.addListener:(Lcom/sun/tools/jdi/VMListener;)V
         5: .line 123
            return
        end local 2 // long aRef
        end local 1 // com.sun.jdi.VirtualMachine aVm
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0    6     1   aVm  Lcom/sun/jdi/VirtualMachine;
            0    6     2  aRef  J
    MethodParameters:
      Name  Flags
      aVm   
      aRef  

  protected java.lang.String description();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 126
            new java.lang.StringBuilder
            dup
            ldc "ThreadReference "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.uniqueID:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ThreadReferenceImpl;

  public boolean vmNotSuspended(com.sun.tools.jdi.VMAction);
    descriptor: (Lcom/sun/tools/jdi/VMAction;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
        start local 1 // com.sun.tools.jdi.VMAction action
         0: .line 133
            aload 1 /* action */
            invokevirtual com.sun.tools.jdi.VMAction.resumingThread:()Lcom/sun/jdi/ThreadReference;
            ifnonnull 9
         1: .line 135
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.state:()Lcom/sun/tools/jdi/VMState;
            dup
            astore 2
            monitorenter
         2: .line 136
            aload 0 /* this */
            new com.sun.tools.jdi.ThreadAction
            dup
            aload 0 /* this */
         3: .line 137
            iconst_2
            invokespecial com.sun.tools.jdi.ThreadAction.<init>:(Lcom/sun/jdi/ThreadReference;I)V
         4: .line 136
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.processThreadAction:(Lcom/sun/tools/jdi/ThreadAction;)V
         5: .line 135
            aload 2
            monitorexit
         6: goto 9
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl com.sun.tools.jdi.VMAction com.sun.tools.jdi.VMState
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* action */
            invokespecial com.sun.tools.jdi.ObjectReferenceImpl.vmNotSuspended:(Lcom/sun/tools/jdi/VMAction;)Z
            ireturn
        end local 1 // com.sun.tools.jdi.VMAction action
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0   10     1  action  Lcom/sun/tools/jdi/VMAction;
      Exception table:
        from    to  target  type
           2     6       7  any
           7     8       7  any
    MethodParameters:
        Name  Flags
      action  

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 160
            aconst_null
            astore 1 /* name */
        start local 1 // java.lang.String name
         1: .line 162
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.getCache:()Lcom/sun/tools/jdi/ObjectReferenceImpl$Cache;
            checkcast com.sun.tools.jdi.ThreadReferenceImpl$Cache
            astore 2 /* local */
        start local 2 // com.sun.tools.jdi.ThreadReferenceImpl$Cache local
         2: .line 164
            aload 2 /* local */
            ifnull 4
         3: .line 165
            aload 2 /* local */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$Cache.name:Ljava/lang/String;
            astore 1 /* name */
         4: .line 167
      StackMap locals: java.lang.String com.sun.tools.jdi.ThreadReferenceImpl$Cache
      StackMap stack:
            aload 1 /* name */
            ifnonnull 13
         5: .line 168
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ThreadReference$Name.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;)Lcom/sun/tools/jdi/JDWP$ThreadReference$Name;
         6: .line 169
            getfield com.sun.tools.jdi.JDWP$ThreadReference$Name.threadName:Ljava/lang/String;
         7: .line 168
            astore 1 /* name */
         8: .line 170
            aload 2 /* local */
            ifnull 13
         9: .line 171
            aload 2 /* local */
            aload 1 /* name */
            putfield com.sun.tools.jdi.ThreadReferenceImpl$Cache.name:Ljava/lang/String;
        end local 2 // com.sun.tools.jdi.ThreadReferenceImpl$Cache local
        10: .line 174
            goto 13
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl java.lang.String
      StackMap stack: com.sun.tools.jdi.JDWPException
        11: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
        12: .line 175
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
        13: .line 177
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            1   14     1   name  Ljava/lang/String;
            2   10     2  local  Lcom/sun/tools/jdi/ThreadReferenceImpl$Cache;
           12   13     2    exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1    10      11  Class com.sun.tools.jdi.JDWPException

  com.sun.tools.jdi.PacketStream sendResumingCommand(com.sun.tools.jdi.CommandSender);
    descriptor: (Lcom/sun/tools/jdi/CommandSender;)Lcom/sun/tools/jdi/PacketStream;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
        start local 1 // com.sun.tools.jdi.CommandSender sender
         0: .line 185
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.state:()Lcom/sun/tools/jdi/VMState;
            dup
            astore 2
            monitorenter
         1: .line 186
            aload 0 /* this */
            new com.sun.tools.jdi.ThreadAction
            dup
            aload 0 /* this */
         2: .line 187
            iconst_2
            invokespecial com.sun.tools.jdi.ThreadAction.<init>:(Lcom/sun/jdi/ThreadReference;I)V
         3: .line 186
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.processThreadAction:(Lcom/sun/tools/jdi/ThreadAction;)V
         4: .line 188
            aload 1 /* sender */
            invokeinterface com.sun.tools.jdi.CommandSender.send:()Lcom/sun/tools/jdi/PacketStream;
            aload 2
            monitorexit
         5: areturn
         6: .line 185
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl com.sun.tools.jdi.CommandSender com.sun.tools.jdi.VMState
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         7: athrow
        end local 1 // com.sun.tools.jdi.CommandSender sender
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0    8     1  sender  Lcom/sun/tools/jdi/CommandSender;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    MethodParameters:
        Name  Flags
      sender  

  public void suspend();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 194
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ThreadReference$Suspend.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;)Lcom/sun/tools/jdi/JDWP$ThreadReference$Suspend;
            pop
         1: .line 195
            goto 4
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         2: astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         3: .line 196
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
         4: .line 200
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            3    4     1   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.jdi.JDWPException

  public void resume();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 207
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.suspendedZombieCount:I
            ifle 3
         1: .line 208
            aload 0 /* this */
            dup
            getfield com.sun.tools.jdi.ThreadReferenceImpl.suspendedZombieCount:I
            iconst_1
            isub
            putfield com.sun.tools.jdi.ThreadReferenceImpl.suspendedZombieCount:I
         2: .line 209
            return
         3: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.state:()Lcom/sun/tools/jdi/VMState;
            dup
            astore 2
            monitorenter
         4: .line 214
            aload 0 /* this */
            new com.sun.tools.jdi.ThreadAction
            dup
            aload 0 /* this */
         5: .line 215
            iconst_2
            invokespecial com.sun.tools.jdi.ThreadAction.<init>:(Lcom/sun/jdi/ThreadReference;I)V
         6: .line 214
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.processThreadAction:(Lcom/sun/tools/jdi/ThreadAction;)V
         7: .line 216
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ThreadReference$Resume.enqueueCommand:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;)Lcom/sun/tools/jdi/PacketStream;
            astore 1 /* stream */
        start local 1 // com.sun.tools.jdi.PacketStream stream
         8: .line 213
            aload 2
            monitorexit
         9: goto 12
        end local 1 // com.sun.tools.jdi.PacketStream stream
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl top com.sun.tools.jdi.VMState
      StackMap stack: java.lang.Throwable
        10: aload 2
            monitorexit
        11: athrow
        start local 1 // com.sun.tools.jdi.PacketStream stream
        12: .line 219
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl com.sun.tools.jdi.PacketStream
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 1 /* stream */
            invokestatic com.sun.tools.jdi.JDWP$ThreadReference$Resume.waitForReply:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/PacketStream;)Lcom/sun/tools/jdi/JDWP$ThreadReference$Resume;
            pop
        13: .line 220
            goto 16
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
        14: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
        15: .line 221
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
        16: .line 223
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.jdi.PacketStream stream
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            8   10     1  stream  Lcom/sun/tools/jdi/PacketStream;
           12   17     1  stream  Lcom/sun/tools/jdi/PacketStream;
           15   16     2     exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           4     9      10  any
          10    11      10  any
          12    13      14  Class com.sun.tools.jdi.JDWPException

  public int suspendCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 229
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.suspendedZombieCount:I
            ifle 2
         1: .line 230
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.suspendedZombieCount:I
            ireturn
         2: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ThreadReference$SuspendCount.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;)Lcom/sun/tools/jdi/JDWP$ThreadReference$SuspendCount;
            getfield com.sun.tools.jdi.JDWP$ThreadReference$SuspendCount.suspendCount:I
         3: ireturn
         4: .line 235
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
            astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         5: .line 236
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            5    6     1   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           2     3       4  Class com.sun.tools.jdi.JDWPException

  public void stop(com.sun.jdi.ObjectReference);
    descriptor: (Lcom/sun/jdi/ObjectReference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
        start local 1 // com.sun.jdi.ObjectReference throwable
         0: .line 241
            aload 0 /* this */
            aload 1 /* throwable */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.validateMirror:(Lcom/sun/jdi/Mirror;)V
         1: .line 243
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            ldc "java.lang.Throwable"
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.classesByName:(Ljava/lang/String;)Ljava/util/List;
            astore 2 /* list */
        start local 2 // java.util.List list
         2: .line 244
            aload 2 /* list */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.tools.jdi.ClassTypeImpl
            astore 3 /* throwableClass */
        start local 3 // com.sun.tools.jdi.ClassTypeImpl throwableClass
         3: .line 245
            aload 1 /* throwable */
            ifnull 5
         4: .line 246
            aload 3 /* throwableClass */
            aload 1 /* throwable */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.isAssignableFrom:(Lcom/sun/jdi/ObjectReference;)Z
            ifne 6
         5: .line 247
      StackMap locals: java.util.List com.sun.tools.jdi.ClassTypeImpl
      StackMap stack:
            new com.sun.jdi.InvalidTypeException
            dup
            ldc "Not an instance of Throwable"
            invokespecial com.sun.jdi.InvalidTypeException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
         7: .line 252
            aload 1 /* throwable */
            checkcast com.sun.tools.jdi.ObjectReferenceImpl
         8: .line 251
            invokestatic com.sun.tools.jdi.JDWP$ThreadReference$Stop.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/ObjectReferenceImpl;)Lcom/sun/tools/jdi/JDWP$ThreadReference$Stop;
            pop
         9: .line 253
            goto 12
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
        10: astore 4 /* exc */
        start local 4 // com.sun.tools.jdi.JDWPException exc
        11: .line 254
            aload 4 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 4 // com.sun.tools.jdi.JDWPException exc
        12: .line 256
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.sun.tools.jdi.ClassTypeImpl throwableClass
        end local 2 // java.util.List list
        end local 1 // com.sun.jdi.ObjectReference throwable
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0   13     1       throwable  Lcom/sun/jdi/ObjectReference;
            2   13     2            list  Ljava/util/List;
            3   13     3  throwableClass  Lcom/sun/tools/jdi/ClassTypeImpl;
           11   12     4             exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           6     9      10  Class com.sun.tools.jdi.JDWPException
    Exceptions:
      throws com.sun.jdi.InvalidTypeException
    MethodParameters:
           Name  Flags
      throwable  

  public void interrupt();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 260
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ThreadReference$Interrupt.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;)Lcom/sun/tools/jdi/JDWP$ThreadReference$Interrupt;
            pop
         1: .line 261
            goto 4
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         2: astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         3: .line 262
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
         4: .line 264
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            3    4     1   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.jdi.JDWPException

  private com.sun.tools.jdi.JDWP$ThreadReference$Status jdwpStatus();
    descriptor: ()Lcom/sun/tools/jdi/JDWP$ThreadReference$Status;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 267
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.localCache:Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;
            astore 1 /* snapshot */
        start local 1 // com.sun.tools.jdi.ThreadReferenceImpl$LocalCache snapshot
         1: .line 268
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.status:Lcom/sun/tools/jdi/JDWP$ThreadReference$Status;
            astore 2 /* myStatus */
        start local 2 // com.sun.tools.jdi.JDWP$ThreadReference$Status myStatus
         2: .line 270
            aload 2 /* myStatus */
            ifnonnull 9
         3: .line 271
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ThreadReference$Status.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;)Lcom/sun/tools/jdi/JDWP$ThreadReference$Status;
            astore 2 /* myStatus */
         4: .line 272
            aload 2 /* myStatus */
            getfield com.sun.tools.jdi.JDWP$ThreadReference$Status.suspendStatus:I
            iconst_1
            iand
            ifeq 9
         5: .line 274
            aload 1 /* snapshot */
            aload 2 /* myStatus */
            putfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.status:Lcom/sun/tools/jdi/JDWP$ThreadReference$Status;
         6: .line 277
            goto 9
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl com.sun.tools.jdi.ThreadReferenceImpl$LocalCache com.sun.tools.jdi.JDWP$ThreadReference$Status
      StackMap stack: com.sun.tools.jdi.JDWPException
         7: astore 3 /* exc */
        start local 3 // com.sun.tools.jdi.JDWPException exc
         8: .line 278
            aload 3 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 3 // com.sun.tools.jdi.JDWPException exc
         9: .line 280
      StackMap locals:
      StackMap stack:
            aload 2 /* myStatus */
            areturn
        end local 2 // com.sun.tools.jdi.JDWP$ThreadReference$Status myStatus
        end local 1 // com.sun.tools.jdi.ThreadReferenceImpl$LocalCache snapshot
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            1   10     1  snapshot  Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;
            2   10     2  myStatus  Lcom/sun/tools/jdi/JDWP$ThreadReference$Status;
            8    9     3       exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           2     6       7  Class com.sun.tools.jdi.JDWPException

  public int status();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 284
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.jdwpStatus:()Lcom/sun/tools/jdi/JDWP$ThreadReference$Status;
            getfield com.sun.tools.jdi.JDWP$ThreadReference$Status.threadStatus:I
            ireturn
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ThreadReferenceImpl;

  public boolean isSuspended();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 288
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.suspendedZombieCount:I
            ifgt 3
         1: .line 289
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.jdwpStatus:()Lcom/sun/tools/jdi/JDWP$ThreadReference$Status;
            getfield com.sun.tools.jdi.JDWP$ThreadReference$Status.suspendStatus:I
            iconst_1
            iand
            ifne 3
         2: .line 288
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/ThreadReferenceImpl;

  public boolean isAtBreakpoint();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 297
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.frame:(I)Lcom/sun/jdi/StackFrame;
            astore 1 /* frame */
        start local 1 // com.sun.jdi.StackFrame frame
         1: .line 298
            aload 1 /* frame */
            invokeinterface com.sun.jdi.StackFrame.location:()Lcom/sun/jdi/Location;
            astore 2 /* location */
        start local 2 // com.sun.jdi.Location location
         2: .line 299
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.eventRequestManager:()Lcom/sun/jdi/request/EventRequestManager;
            invokeinterface com.sun.jdi.request.EventRequestManager.breakpointRequests:()Ljava/util/List;
            astore 3 /* requests */
        start local 3 // java.util.List requests
         3: .line 300
            aload 3 /* requests */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4 /* iter */
        start local 4 // java.util.Iterator iter
         4: .line 301
            goto 8
         5: .line 302
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl com.sun.jdi.StackFrame com.sun.jdi.Location java.util.List java.util.Iterator
      StackMap stack:
            aload 4 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.request.BreakpointRequest
            astore 5 /* request */
        start local 5 // com.sun.jdi.request.BreakpointRequest request
         6: .line 303
            aload 2 /* location */
            aload 5 /* request */
            invokeinterface com.sun.jdi.request.BreakpointRequest.location:()Lcom/sun/jdi/Location;
            invokeinterface com.sun.jdi.Location.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 304
            iconst_1
            ireturn
        end local 5 // com.sun.jdi.request.BreakpointRequest request
         8: .line 301
      StackMap locals:
      StackMap stack:
            aload 4 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         9: .line 307
            iconst_0
            ireturn
        end local 4 // java.util.Iterator iter
        end local 3 // java.util.List requests
        end local 2 // com.sun.jdi.Location location
        end local 1 // com.sun.jdi.StackFrame frame
        10: .line 308
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl
      StackMap stack: java.lang.IndexOutOfBoundsException
            pop
        11: .line 309
            iconst_0
            ireturn
        12: .line 310
      StackMap locals:
      StackMap stack: com.sun.jdi.IncompatibleThreadStateException
            pop
        13: .line 312
            iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            1   10     1     frame  Lcom/sun/jdi/StackFrame;
            2   10     2  location  Lcom/sun/jdi/Location;
            3   10     3  requests  Ljava/util/List;
            4   10     4      iter  Ljava/util/Iterator;
            6    8     5   request  Lcom/sun/jdi/request/BreakpointRequest;
      Exception table:
        from    to  target  type
           0     7      10  Class java.lang.IndexOutOfBoundsException
           8     9      10  Class java.lang.IndexOutOfBoundsException
           0     7      12  Class com.sun.jdi.IncompatibleThreadStateException
           8     9      12  Class com.sun.jdi.IncompatibleThreadStateException

  public com.sun.jdi.ThreadGroupReference threadGroup();
    descriptor: ()Lcom/sun/jdi/ThreadGroupReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 320
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.threadGroup:Lcom/sun/jdi/ThreadGroupReference;
            ifnonnull 7
         1: .line 322
            aload 0 /* this */
         2: .line 323
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ThreadReference$ThreadGroup.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;)Lcom/sun/tools/jdi/JDWP$ThreadReference$ThreadGroup;
            getfield com.sun.tools.jdi.JDWP$ThreadReference$ThreadGroup.group:Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;
         3: .line 322
            putfield com.sun.tools.jdi.ThreadReferenceImpl.threadGroup:Lcom/sun/jdi/ThreadGroupReference;
         4: .line 324
            goto 7
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         5: astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         6: .line 325
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
         7: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.threadGroup:Lcom/sun/jdi/ThreadGroupReference;
            areturn
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            6    7     1   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1     4       5  Class com.sun.tools.jdi.JDWPException

  public int frameCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 332
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.localCache:Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;
            astore 1 /* snapshot */
        start local 1 // com.sun.tools.jdi.ThreadReferenceImpl$LocalCache snapshot
         1: .line 334
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.frameCount:I
            iconst_m1
            if_icmpne 10
         2: .line 335
            aload 1 /* snapshot */
         3: .line 336
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ThreadReference$FrameCount.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;)Lcom/sun/tools/jdi/JDWP$ThreadReference$FrameCount;
            getfield com.sun.tools.jdi.JDWP$ThreadReference$FrameCount.frameCount:I
         4: .line 335
            putfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.frameCount:I
         5: .line 338
            goto 10
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl com.sun.tools.jdi.ThreadReferenceImpl$LocalCache
      StackMap stack: com.sun.tools.jdi.JDWPException
         6: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         7: .line 339
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            tableswitch { // 10 - 13
                   10: 8
                   11: 9
                   12: 9
                   13: 8
              default: 9
          }
         8: .line 342
      StackMap locals: com.sun.tools.jdi.JDWPException
      StackMap stack:
            new com.sun.jdi.IncompatibleThreadStateException
            dup
            invokespecial com.sun.jdi.IncompatibleThreadStateException.<init>:()V
            athrow
         9: .line 344
      StackMap locals:
      StackMap stack:
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
        10: .line 347
      StackMap locals:
      StackMap stack:
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.frameCount:I
            ireturn
        end local 1 // com.sun.tools.jdi.ThreadReferenceImpl$LocalCache snapshot
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            1   11     1  snapshot  Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;
            7   10     2       exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1     5       6  Class com.sun.tools.jdi.JDWPException
    Exceptions:
      throws com.sun.jdi.IncompatibleThreadStateException

  public java.util.List<com.sun.jdi.StackFrame> frames();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 351
            aload 0 /* this */
            iconst_0
            iconst_m1
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.privateFrames:(II)Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
    Exceptions:
      throws com.sun.jdi.IncompatibleThreadStateException
    Signature: ()Ljava/util/List<Lcom/sun/jdi/StackFrame;>;

  public com.sun.jdi.StackFrame frame(int);
    descriptor: (I)Lcom/sun/jdi/StackFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
        start local 1 // int index
         0: .line 355
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.privateFrames:(II)Ljava/util/List;
            astore 2 /* list */
        start local 2 // java.util.List list
         1: .line 356
            aload 2 /* list */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.jdi.StackFrame
            areturn
        end local 2 // java.util.List list
        end local 1 // int index
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0    2     1  index  I
            1    2     2   list  Ljava/util/List;
    Exceptions:
      throws com.sun.jdi.IncompatibleThreadStateException
    MethodParameters:
       Name  Flags
      index  

  private boolean isSubrange(com.sun.tools.jdi.ThreadReferenceImpl$LocalCache, int, int);
    descriptor: (Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;II)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
        start local 1 // com.sun.tools.jdi.ThreadReferenceImpl$LocalCache snapshot
        start local 2 // int start
        start local 3 // int length
         0: .line 366
            iload 2 /* start */
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.framesStart:I
            if_icmpge 2
         1: .line 367
            iconst_0
            ireturn
         2: .line 369
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            iconst_m1
            if_icmpne 5
         3: .line 370
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.framesLength:I
            iconst_m1
            if_icmpne 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
         5: .line 372
      StackMap locals:
      StackMap stack:
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.framesLength:I
            iconst_m1
            if_icmpne 10
         6: .line 373
            iload 2 /* start */
            iload 3 /* length */
            iadd
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.framesStart:I
         7: .line 374
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.frames:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iadd
            if_icmple 9
         8: .line 375
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         9: .line 377
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        10: .line 379
      StackMap locals:
      StackMap stack:
            iload 2 /* start */
            iload 3 /* length */
            iadd
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.framesStart:I
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.framesLength:I
            iadd
            if_icmpgt 11
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        11: iconst_0
            ireturn
        end local 3 // int length
        end local 2 // int start
        end local 1 // com.sun.tools.jdi.ThreadReferenceImpl$LocalCache snapshot
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0   12     1  snapshot  Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;
            0   12     2     start  I
            0   12     3    length  I
    MethodParameters:
          Name  Flags
      snapshot  
      start     
      length    

  public java.util.List<com.sun.jdi.StackFrame> frames(int, int);
    descriptor: (II)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
        start local 1 // int start
        start local 2 // int length
         0: .line 384
            iload 2 /* length */
            ifge 4
         1: .line 385
            new java.lang.IndexOutOfBoundsException
            dup
         2: .line 386
            ldc "length must be greater than or equal to zero"
         3: .line 385
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* start */
            iload 2 /* length */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.privateFrames:(II)Ljava/util/List;
            areturn
        end local 2 // int length
        end local 1 // int start
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0    5     1   start  I
            0    5     2  length  I
    Exceptions:
      throws com.sun.jdi.IncompatibleThreadStateException
    Signature: (II)Ljava/util/List<Lcom/sun/jdi/StackFrame;>;
    MethodParameters:
        Name  Flags
      start   
      length  

  private synchronized java.util.List<com.sun.jdi.StackFrame> privateFrames(int, int);
    descriptor: (II)Ljava/util/List;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=8, locals=8, args_size=3
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
        start local 1 // int start
        start local 2 // int length
         0: .line 400
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.localCache:Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;
            astore 3 /* snapshot */
        start local 3 // com.sun.tools.jdi.ThreadReferenceImpl$LocalCache snapshot
         1: .line 402
            aload 3 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.frames:Ljava/util/List;
            ifnull 2
            aload 0 /* this */
            aload 3 /* snapshot */
            iload 1 /* start */
            iload 2 /* length */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.isSubrange:(Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;II)Z
            ifne 21
         2: .line 405
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl$LocalCache
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            iload 1 /* start */
            iload 2 /* length */
            invokestatic com.sun.tools.jdi.JDWP$ThreadReference$Frames.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;II)Lcom/sun/tools/jdi/JDWP$ThreadReference$Frames;
            getfield com.sun.tools.jdi.JDWP$ThreadReference$Frames.frames:[Lcom/sun/tools/jdi/JDWP$ThreadReference$Frames$Frame;
         3: .line 403
            astore 4 /* jdwpFrames */
        start local 4 // com.sun.tools.jdi.JDWP$ThreadReference$Frames$Frame[] jdwpFrames
         4: .line 406
            aload 4 /* jdwpFrames */
            arraylength
            istore 5 /* count */
        start local 5 // int count
         5: .line 407
            aload 3 /* snapshot */
            new java.util.ArrayList
            dup
            iload 5 /* count */
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.frames:Ljava/util/List;
         6: .line 409
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: goto 16
         8: .line 410
      StackMap locals: com.sun.tools.jdi.JDWP$ThreadReference$Frames$Frame[] int int
      StackMap stack:
            aload 4 /* jdwpFrames */
            iload 6 /* i */
            aaload
            getfield com.sun.tools.jdi.JDWP$ThreadReference$Frames$Frame.location:Lcom/sun/jdi/Location;
            ifnonnull 10
         9: .line 411
            new com.sun.jdi.InternalException
            dup
            ldc "Invalid frame location"
            invokespecial com.sun.jdi.InternalException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 413
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.StackFrameImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
        11: .line 414
            aload 4 /* jdwpFrames */
            iload 6 /* i */
            aaload
            getfield com.sun.tools.jdi.JDWP$ThreadReference$Frames$Frame.frameID:J
        12: .line 415
            aload 4 /* jdwpFrames */
            iload 6 /* i */
            aaload
            getfield com.sun.tools.jdi.JDWP$ThreadReference$Frames$Frame.location:Lcom/sun/jdi/Location;
        13: .line 413
            invokespecial com.sun.tools.jdi.StackFrameImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/ThreadReferenceImpl;JLcom/sun/jdi/Location;)V
            astore 7 /* frame */
        start local 7 // com.sun.jdi.StackFrame frame
        14: .line 417
            aload 3 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.frames:Ljava/util/List;
            aload 7 /* frame */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // com.sun.jdi.StackFrame frame
        15: .line 409
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 6 /* i */
            iload 5 /* count */
            if_icmplt 8
        end local 6 // int i
        17: .line 419
            aload 3 /* snapshot */
            iload 1 /* start */
            putfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.framesStart:I
        18: .line 420
            aload 3 /* snapshot */
            iload 2 /* length */
            putfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.framesLength:I
        19: .line 421
            aload 3 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.frames:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
        20: areturn
        end local 5 // int count
        end local 4 // com.sun.tools.jdi.JDWP$ThreadReference$Frames$Frame[] jdwpFrames
        21: .line 423
      StackMap locals:
      StackMap stack:
            iload 1 /* start */
            aload 3 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.framesStart:I
            isub
            istore 4 /* fromIndex */
        start local 4 // int fromIndex
        22: .line 425
            iload 2 /* length */
            iconst_m1
            if_icmpne 25
        23: .line 426
            aload 3 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.frames:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iload 4 /* fromIndex */
            isub
            istore 5 /* toIndex */
        start local 5 // int toIndex
        24: .line 427
            goto 26
        end local 5 // int toIndex
        25: .line 428
      StackMap locals: int
      StackMap stack:
            iload 4 /* fromIndex */
            iload 2 /* length */
            iadd
            istore 5 /* toIndex */
        start local 5 // int toIndex
        26: .line 430
      StackMap locals: int
      StackMap stack:
            aload 3 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.frames:Ljava/util/List;
            iload 4 /* fromIndex */
            iload 5 /* toIndex */
            invokeinterface java.util.List.subList:(II)Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
        27: areturn
        end local 5 // int toIndex
        end local 4 // int fromIndex
        28: .line 432
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl int int com.sun.tools.jdi.ThreadReferenceImpl$LocalCache
      StackMap stack: com.sun.tools.jdi.JDWPException
            astore 4 /* exc */
        start local 4 // com.sun.tools.jdi.JDWPException exc
        29: .line 433
            aload 4 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            tableswitch { // 10 - 13
                   10: 30
                   11: 31
                   12: 31
                   13: 30
              default: 31
          }
        30: .line 436
      StackMap locals: com.sun.tools.jdi.JDWPException
      StackMap stack:
            new com.sun.jdi.IncompatibleThreadStateException
            dup
            invokespecial com.sun.jdi.IncompatibleThreadStateException.<init>:()V
            athrow
        31: .line 438
      StackMap locals:
      StackMap stack:
            aload 4 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 4 // com.sun.tools.jdi.JDWPException exc
        end local 3 // com.sun.tools.jdi.ThreadReferenceImpl$LocalCache snapshot
        end local 2 // int length
        end local 1 // int start
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   32     0        this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0   32     1       start  I
            0   32     2      length  I
            1   32     3    snapshot  Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;
            4   21     4  jdwpFrames  [Lcom/sun/tools/jdi/JDWP$ThreadReference$Frames$Frame;
            5   21     5       count  I
            7   17     6           i  I
           14   15     7       frame  Lcom/sun/jdi/StackFrame;
           22   28     4   fromIndex  I
           24   25     5     toIndex  I
           26   28     5     toIndex  I
           29   32     4         exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1    20      28  Class com.sun.tools.jdi.JDWPException
          21    27      28  Class com.sun.tools.jdi.JDWPException
    Exceptions:
      throws com.sun.jdi.IncompatibleThreadStateException
    Signature: (II)Ljava/util/List<Lcom/sun/jdi/StackFrame;>;
    MethodParameters:
        Name  Flags
      start   
      length  

  public java.util.List<com.sun.jdi.ObjectReference> ownedMonitors();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 444
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.localCache:Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;
            astore 1 /* snapshot */
        start local 1 // com.sun.tools.jdi.ThreadReferenceImpl$LocalCache snapshot
         1: .line 446
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.ownedMonitors:Ljava/util/List;
            ifnonnull 15
         2: .line 447
            aload 1 /* snapshot */
         3: .line 449
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ThreadReference$OwnedMonitors.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;)Lcom/sun/tools/jdi/JDWP$ThreadReference$OwnedMonitors;
            getfield com.sun.tools.jdi.JDWP$ThreadReference$OwnedMonitors.owned:[Lcom/sun/tools/jdi/ObjectReferenceImpl;
         4: .line 447
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            putfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.ownedMonitors:Ljava/util/List;
         5: .line 450
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            getfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
            bipush 16
            iand
            ifeq 15
         6: .line 451
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.description:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         7: .line 452
            ldc " temporarily caching owned monitors"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         8: .line 453
            ldc " (count = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.ownedMonitors:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         9: .line 451
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
        10: .line 456
            goto 15
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl com.sun.tools.jdi.ThreadReferenceImpl$LocalCache
      StackMap stack: com.sun.tools.jdi.JDWPException
        11: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
        12: .line 457
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            tableswitch { // 10 - 13
                   10: 13
                   11: 14
                   12: 14
                   13: 13
              default: 14
          }
        13: .line 460
      StackMap locals: com.sun.tools.jdi.JDWPException
      StackMap stack:
            new com.sun.jdi.IncompatibleThreadStateException
            dup
            invokespecial com.sun.jdi.IncompatibleThreadStateException.<init>:()V
            athrow
        14: .line 462
      StackMap locals:
      StackMap stack:
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
        15: .line 465
      StackMap locals:
      StackMap stack:
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.ownedMonitors:Ljava/util/List;
            areturn
        end local 1 // com.sun.tools.jdi.ThreadReferenceImpl$LocalCache snapshot
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            1   16     1  snapshot  Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;
           12   15     2       exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1    10      11  Class com.sun.tools.jdi.JDWPException
    Exceptions:
      throws com.sun.jdi.IncompatibleThreadStateException
    Signature: ()Ljava/util/List<Lcom/sun/jdi/ObjectReference;>;

  public com.sun.jdi.ObjectReference currentContendedMonitor();
    descriptor: ()Lcom/sun/jdi/ObjectReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 470
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.localCache:Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;
            astore 1 /* snapshot */
        start local 1 // com.sun.tools.jdi.ThreadReferenceImpl$LocalCache snapshot
         1: .line 472
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.contendedMonitor:Lcom/sun/jdi/ObjectReference;
            ifnonnull 18
         2: .line 473
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.triedCurrentContended:Z
            ifne 18
         3: .line 474
            aload 1 /* snapshot */
         4: .line 475
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ThreadReference$CurrentContendedMonitor.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;)Lcom/sun/tools/jdi/JDWP$ThreadReference$CurrentContendedMonitor;
            getfield com.sun.tools.jdi.JDWP$ThreadReference$CurrentContendedMonitor.monitor:Lcom/sun/tools/jdi/ObjectReferenceImpl;
         5: .line 474
            putfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.contendedMonitor:Lcom/sun/jdi/ObjectReference;
         6: .line 476
            aload 1 /* snapshot */
            iconst_1
            putfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.triedCurrentContended:Z
         7: .line 477
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.contendedMonitor:Lcom/sun/jdi/ObjectReference;
            ifnull 18
         8: .line 478
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            getfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
            bipush 16
            iand
            ifeq 18
         9: .line 479
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.description:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        10: .line 480
            ldc " temporarily caching contended monitor"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        11: .line 481
            ldc " (id = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.contendedMonitor:Lcom/sun/jdi/ObjectReference;
            invokeinterface com.sun.jdi.ObjectReference.uniqueID:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        12: .line 479
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
        13: .line 484
            goto 18
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl com.sun.tools.jdi.ThreadReferenceImpl$LocalCache
      StackMap stack: com.sun.tools.jdi.JDWPException
        14: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
        15: .line 485
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            tableswitch { // 10 - 13
                   10: 16
                   11: 17
                   12: 17
                   13: 16
              default: 17
          }
        16: .line 488
      StackMap locals: com.sun.tools.jdi.JDWPException
      StackMap stack:
            new com.sun.jdi.IncompatibleThreadStateException
            dup
            invokespecial com.sun.jdi.IncompatibleThreadStateException.<init>:()V
            athrow
        17: .line 490
      StackMap locals:
      StackMap stack:
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
        18: .line 493
      StackMap locals:
      StackMap stack:
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.contendedMonitor:Lcom/sun/jdi/ObjectReference;
            areturn
        end local 1 // com.sun.tools.jdi.ThreadReferenceImpl$LocalCache snapshot
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            1   19     1  snapshot  Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;
           15   18     2       exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1    13      14  Class com.sun.tools.jdi.JDWPException
    Exceptions:
      throws com.sun.jdi.IncompatibleThreadStateException

  public java.util.List<com.sun.jdi.MonitorInfo> ownedMonitorsAndFrames();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 497
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.localCache:Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;
            astore 1 /* snapshot */
        start local 1 // com.sun.tools.jdi.ThreadReferenceImpl$LocalCache snapshot
         1: .line 499
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.ownedMonitorsInfo:Ljava/util/List;
            ifnonnull 21
         2: .line 501
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ThreadReference$OwnedMonitorsStackDepthInfo.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;)Lcom/sun/tools/jdi/JDWP$ThreadReference$OwnedMonitorsStackDepthInfo;
            getfield com.sun.tools.jdi.JDWP$ThreadReference$OwnedMonitorsStackDepthInfo.owned:[Lcom/sun/tools/jdi/JDWP$ThreadReference$OwnedMonitorsStackDepthInfo$monitor;
            astore 2 /* minfo */
        start local 2 // com.sun.tools.jdi.JDWP$ThreadReference$OwnedMonitorsStackDepthInfo$monitor[] minfo
         3: .line 503
            aload 1 /* snapshot */
            new java.util.ArrayList
            dup
            aload 2 /* minfo */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.ownedMonitorsInfo:Ljava/util/List;
         4: .line 505
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 10
         6: .line 507
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl$LocalCache com.sun.tools.jdi.JDWP$ThreadReference$OwnedMonitorsStackDepthInfo$monitor[] int
      StackMap stack:
            aload 2 /* minfo */
            iload 3 /* i */
            aaload
            pop
         7: .line 508
            new com.sun.tools.jdi.MonitorInfoImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 2 /* minfo */
            iload 3 /* i */
            aaload
            getfield com.sun.tools.jdi.JDWP$ThreadReference$OwnedMonitorsStackDepthInfo$monitor.monitor:Lcom/sun/tools/jdi/ObjectReferenceImpl;
            aload 0 /* this */
            aload 2 /* minfo */
            iload 3 /* i */
            aaload
            getfield com.sun.tools.jdi.JDWP$ThreadReference$OwnedMonitorsStackDepthInfo$monitor.stack_depth:I
            invokespecial com.sun.tools.jdi.MonitorInfoImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/jdi/ObjectReference;Lcom/sun/tools/jdi/ThreadReferenceImpl;I)V
            astore 4 /* mon */
        start local 4 // com.sun.jdi.MonitorInfo mon
         8: .line 509
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.ownedMonitorsInfo:Ljava/util/List;
            aload 4 /* mon */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // com.sun.jdi.MonitorInfo mon
         9: .line 505
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 2 /* minfo */
            arraylength
            if_icmplt 6
        end local 3 // int i
        11: .line 512
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            getfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
            bipush 16
            iand
            ifeq 21
        12: .line 513
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.description:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        13: .line 514
            ldc " temporarily caching owned monitors"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        14: .line 515
            ldc " (count = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.ownedMonitorsInfo:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        15: .line 513
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
        end local 2 // com.sun.tools.jdi.JDWP$ThreadReference$OwnedMonitorsStackDepthInfo$monitor[] minfo
        16: .line 519
            goto 21
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl com.sun.tools.jdi.ThreadReferenceImpl$LocalCache
      StackMap stack: com.sun.tools.jdi.JDWPException
        17: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
        18: .line 520
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            tableswitch { // 10 - 13
                   10: 19
                   11: 20
                   12: 20
                   13: 19
              default: 20
          }
        19: .line 523
      StackMap locals: com.sun.tools.jdi.JDWPException
      StackMap stack:
            new com.sun.jdi.IncompatibleThreadStateException
            dup
            invokespecial com.sun.jdi.IncompatibleThreadStateException.<init>:()V
            athrow
        20: .line 525
      StackMap locals:
      StackMap stack:
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
        21: .line 528
      StackMap locals:
      StackMap stack:
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.ownedMonitorsInfo:Ljava/util/List;
            areturn
        end local 1 // com.sun.tools.jdi.ThreadReferenceImpl$LocalCache snapshot
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            1   22     1  snapshot  Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;
            3   16     2     minfo  [Lcom/sun/tools/jdi/JDWP$ThreadReference$OwnedMonitorsStackDepthInfo$monitor;
            5   11     3         i  I
            8    9     4       mon  Lcom/sun/jdi/MonitorInfo;
           18   21     2       exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1    16      17  Class com.sun.tools.jdi.JDWPException
    Exceptions:
      throws com.sun.jdi.IncompatibleThreadStateException
    Signature: ()Ljava/util/List<Lcom/sun/jdi/MonitorInfo;>;

  public void popFrames(com.sun.jdi.StackFrame);
    descriptor: (Lcom/sun/jdi/StackFrame;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
        start local 1 // com.sun.jdi.StackFrame frame
         0: .line 535
            aload 1 /* frame */
            invokeinterface com.sun.jdi.StackFrame.thread:()Lcom/sun/jdi/ThreadReference;
            aload 0 /* this */
            invokeinterface com.sun.jdi.ThreadReference.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 536
            new java.lang.IllegalArgumentException
            dup
            ldc "frame does not belong to this thread"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.canPopFrames:()Z
            ifne 6
         3: .line 539
            new java.lang.UnsupportedOperationException
            dup
         4: .line 540
            ldc "target does not support popping frames"
         5: .line 539
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 542
      StackMap locals:
      StackMap stack:
            aload 1 /* frame */
            checkcast com.sun.tools.jdi.StackFrameImpl
            invokevirtual com.sun.tools.jdi.StackFrameImpl.pop:()V
         7: .line 543
            return
        end local 1 // com.sun.jdi.StackFrame frame
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0    8     1  frame  Lcom/sun/jdi/StackFrame;
    Exceptions:
      throws com.sun.jdi.IncompatibleThreadStateException
    MethodParameters:
       Name  Flags
      frame  

  public void forceEarlyReturn(com.sun.jdi.Value);
    descriptor: (Lcom/sun/jdi/Value;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
        start local 1 // com.sun.jdi.Value returnValue
         0: .line 548
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.canForceEarlyReturn:()Z
            ifne 4
         1: .line 549
            new java.lang.UnsupportedOperationException
            dup
         2: .line 550
            ldc "target does not support the forcing of a method to return early"
         3: .line 549
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* returnValue */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.validateMirrorOrNull:(Lcom/sun/jdi/Mirror;)V
         5: .line 557
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.frame:(I)Lcom/sun/jdi/StackFrame;
            checkcast com.sun.tools.jdi.StackFrameImpl
            astore 2 /* sf */
        start local 2 // com.sun.tools.jdi.StackFrameImpl sf
         6: .line 558
            goto 9
        end local 2 // com.sun.tools.jdi.StackFrameImpl sf
      StackMap locals:
      StackMap stack: java.lang.IndexOutOfBoundsException
         7: pop
         8: .line 559
            new com.sun.jdi.InvalidStackFrameException
            dup
            ldc "No more frames on the stack"
            invokespecial com.sun.jdi.InvalidStackFrameException.<init>:(Ljava/lang/String;)V
            athrow
        start local 2 // com.sun.tools.jdi.StackFrameImpl sf
         9: .line 561
      StackMap locals: com.sun.tools.jdi.StackFrameImpl
      StackMap stack:
            aload 2 /* sf */
            invokevirtual com.sun.tools.jdi.StackFrameImpl.validateStackFrame:()V
        10: .line 562
            aload 2 /* sf */
            invokevirtual com.sun.tools.jdi.StackFrameImpl.location:()Lcom/sun/jdi/Location;
            invokeinterface com.sun.jdi.Location.method:()Lcom/sun/jdi/Method;
            checkcast com.sun.tools.jdi.MethodImpl
            astore 3 /* meth */
        start local 3 // com.sun.tools.jdi.MethodImpl meth
        11: .line 563
            aload 1 /* returnValue */
        12: .line 564
            aload 3 /* meth */
            invokevirtual com.sun.tools.jdi.MethodImpl.getReturnValueContainer:()Lcom/sun/tools/jdi/MethodImpl$ReturnContainer;
        13: .line 563
            invokestatic com.sun.tools.jdi.ValueImpl.prepareForAssignment:(Lcom/sun/jdi/Value;Lcom/sun/tools/jdi/ValueContainer;)Lcom/sun/tools/jdi/ValueImpl;
            astore 4 /* convertedValue */
        start local 4 // com.sun.tools.jdi.ValueImpl convertedValue
        14: .line 567
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            aload 4 /* convertedValue */
            invokestatic com.sun.tools.jdi.JDWP$ThreadReference$ForceEarlyReturn.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/ValueImpl;)Lcom/sun/tools/jdi/JDWP$ThreadReference$ForceEarlyReturn;
            pop
        15: .line 568
            goto 29
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl com.sun.jdi.Value com.sun.tools.jdi.StackFrameImpl com.sun.tools.jdi.MethodImpl com.sun.tools.jdi.ValueImpl
      StackMap stack: com.sun.tools.jdi.JDWPException
        16: astore 5 /* exc */
        start local 5 // com.sun.tools.jdi.JDWPException exc
        17: .line 569
            aload 5 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            lookupswitch { // 4
                   13: 19
                   15: 22
                   31: 25
                   32: 18
              default: 28
          }
        18: .line 571
      StackMap locals: com.sun.tools.jdi.JDWPException
      StackMap stack:
            new com.sun.jdi.NativeMethodException
            dup
            invokespecial com.sun.jdi.NativeMethodException.<init>:()V
            athrow
        19: .line 573
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.IncompatibleThreadStateException
            dup
        20: .line 574
            ldc "Thread not suspended"
        21: .line 573
            invokespecial com.sun.jdi.IncompatibleThreadStateException.<init>:(Ljava/lang/String;)V
            athrow
        22: .line 576
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.IncompatibleThreadStateException
            dup
        23: .line 577
            ldc "Thread has not started or has finished"
        24: .line 576
            invokespecial com.sun.jdi.IncompatibleThreadStateException.<init>:(Ljava/lang/String;)V
            athrow
        25: .line 579
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InvalidStackFrameException
            dup
        26: .line 580
            ldc "No more frames on the stack"
        27: .line 579
            invokespecial com.sun.jdi.InvalidStackFrameException.<init>:(Ljava/lang/String;)V
            athrow
        28: .line 582
      StackMap locals:
      StackMap stack:
            aload 5 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 5 // com.sun.tools.jdi.JDWPException exc
        29: .line 585
      StackMap locals:
      StackMap stack:
            return
        end local 4 // com.sun.tools.jdi.ValueImpl convertedValue
        end local 3 // com.sun.tools.jdi.MethodImpl meth
        end local 2 // com.sun.tools.jdi.StackFrameImpl sf
        end local 1 // com.sun.jdi.Value returnValue
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   30     0            this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0   30     1     returnValue  Lcom/sun/jdi/Value;
            6    7     2              sf  Lcom/sun/tools/jdi/StackFrameImpl;
            9   30     2              sf  Lcom/sun/tools/jdi/StackFrameImpl;
           11   30     3            meth  Lcom/sun/tools/jdi/MethodImpl;
           14   30     4  convertedValue  Lcom/sun/tools/jdi/ValueImpl;
           17   29     5             exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           5     6       7  Class java.lang.IndexOutOfBoundsException
          14    15      16  Class com.sun.tools.jdi.JDWPException
    Exceptions:
      throws com.sun.jdi.InvalidTypeException, com.sun.jdi.ClassNotLoadedException, com.sun.jdi.IncompatibleThreadStateException
    MethodParameters:
             Name  Flags
      returnValue  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 588
            new java.lang.StringBuilder
            dup
            ldc "instance of "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.referenceType:()Lcom/sun/jdi/ReferenceType;
            invokeinterface com.sun.jdi.ReferenceType.name:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 589
            ldc "(name='"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.name:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "', "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "id="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.uniqueID:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 588
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/ThreadReferenceImpl;

  byte typeValueKey();
    descriptor: ()B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
         0: .line 593
            bipush 116
            ireturn
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ThreadReferenceImpl;

  void addListener(com.sun.tools.jdi.ThreadListener);
    descriptor: (Lcom/sun/tools/jdi/ThreadListener;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
        start local 1 // com.sun.tools.jdi.ThreadListener listener
         0: .line 597
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.state:()Lcom/sun/tools/jdi/VMState;
            dup
            astore 2
            monitorenter
         1: .line 598
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.listeners:Ljava/util/List;
            new java.lang.ref.WeakReference
            dup
            aload 1 /* listener */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 597
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl com.sun.tools.jdi.ThreadListener com.sun.tools.jdi.VMState
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 600
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.jdi.ThreadListener listener
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0    7     1  listener  Lcom/sun/tools/jdi/ThreadListener;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
          Name  Flags
      listener  

  void removeListener(com.sun.tools.jdi.ThreadListener);
    descriptor: (Lcom/sun/tools/jdi/ThreadListener;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
        start local 1 // com.sun.tools.jdi.ThreadListener listener
         0: .line 603
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.state:()Lcom/sun/tools/jdi/VMState;
            dup
            astore 2
            monitorenter
         1: .line 604
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3 /* iter */
        start local 3 // java.util.Iterator iter
         2: .line 605
            goto 7
         3: .line 606
      StackMap locals: com.sun.tools.jdi.VMState java.util.Iterator
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.ref.WeakReference
            astore 4 /* ref */
        start local 4 // java.lang.ref.WeakReference ref
         4: .line 607
            aload 1 /* listener */
            aload 4 /* ref */
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 608
            aload 3 /* iter */
            invokeinterface java.util.Iterator.remove:()V
         6: .line 609
            goto 8
        end local 4 // java.lang.ref.WeakReference ref
         7: .line 605
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 3 // java.util.Iterator iter
         8: .line 603
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
         9: goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 2
            monitorexit
        11: athrow
        12: .line 613
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.jdi.ThreadListener listener
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0   13     1  listener  Lcom/sun/tools/jdi/ThreadListener;
            2    8     3      iter  Ljava/util/Iterator;
            4    7     4       ref  Ljava/lang/ref/WeakReference;
      Exception table:
        from    to  target  type
           1     9      10  any
          10    11      10  any
    MethodParameters:
          Name  Flags
      listener  

  private void processThreadAction(com.sun.tools.jdi.ThreadAction);
    descriptor: (Lcom/sun/tools/jdi/ThreadAction;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
        start local 1 // com.sun.tools.jdi.ThreadAction action
         0: .line 621
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.state:()Lcom/sun/tools/jdi/VMState;
            dup
            astore 2
            monitorenter
         1: .line 622
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3 /* iter */
        start local 3 // java.util.Iterator iter
         2: .line 623
            goto 11
         3: .line 624
      StackMap locals: com.sun.tools.jdi.VMState java.util.Iterator
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.ref.WeakReference
            astore 4 /* ref */
        start local 4 // java.lang.ref.WeakReference ref
         4: .line 625
            aload 4 /* ref */
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.ThreadListener
            astore 5 /* listener */
        start local 5 // com.sun.tools.jdi.ThreadListener listener
         5: .line 626
            aload 5 /* listener */
            ifnull 10
         6: .line 627
            aload 1 /* action */
            invokevirtual com.sun.tools.jdi.ThreadAction.id:()I
            tableswitch { // 2 - 2
                    2: 7
              default: 9
          }
         7: .line 629
      StackMap locals: java.lang.ref.WeakReference com.sun.tools.jdi.ThreadListener
      StackMap stack:
            aload 5 /* listener */
            aload 1 /* action */
            invokeinterface com.sun.tools.jdi.ThreadListener.threadResumable:(Lcom/sun/tools/jdi/ThreadAction;)Z
            ifne 11
         8: .line 630
            aload 3 /* iter */
            invokeinterface java.util.Iterator.remove:()V
         9: .line 634
      StackMap locals:
      StackMap stack:
            goto 11
        10: .line 636
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.remove:()V
        end local 5 // com.sun.tools.jdi.ThreadListener listener
        end local 4 // java.lang.ref.WeakReference ref
        11: .line 623
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        12: .line 641
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.resetLocalCache:()V
        end local 3 // java.util.Iterator iter
        13: .line 621
            aload 2
            monitorexit
        14: goto 17
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl com.sun.tools.jdi.ThreadAction com.sun.tools.jdi.VMState
      StackMap stack: java.lang.Throwable
        15: aload 2
            monitorexit
        16: athrow
        17: .line 643
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.jdi.ThreadAction action
        end local 0 // com.sun.tools.jdi.ThreadReferenceImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0   18     1    action  Lcom/sun/tools/jdi/ThreadAction;
            2   13     3      iter  Ljava/util/Iterator;
            4   11     4       ref  Ljava/lang/ref/WeakReference;
            5   11     5  listener  Lcom/sun/tools/jdi/ThreadListener;
      Exception table:
        from    to  target  type
           1    14      15  any
          15    16      15  any
    MethodParameters:
        Name  Flags
      action  

  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.ObjectReferenceImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ThreadReferenceImpl.java"
NestMembers:
  com.sun.tools.jdi.ThreadReferenceImpl$Cache  com.sun.tools.jdi.ThreadReferenceImpl$LocalCache
InnerClasses:
  ThreadReference = com.sun.tools.jdi.JDWP$ThreadReference of com.sun.tools.jdi.JDWP
  CurrentContendedMonitor = com.sun.tools.jdi.JDWP$ThreadReference$CurrentContendedMonitor of com.sun.tools.jdi.JDWP$ThreadReference
  ForceEarlyReturn = com.sun.tools.jdi.JDWP$ThreadReference$ForceEarlyReturn of com.sun.tools.jdi.JDWP$ThreadReference
  FrameCount = com.sun.tools.jdi.JDWP$ThreadReference$FrameCount of com.sun.tools.jdi.JDWP$ThreadReference
  Frames = com.sun.tools.jdi.JDWP$ThreadReference$Frames of com.sun.tools.jdi.JDWP$ThreadReference
  Frame = com.sun.tools.jdi.JDWP$ThreadReference$Frames$Frame of com.sun.tools.jdi.JDWP$ThreadReference$Frames
  Interrupt = com.sun.tools.jdi.JDWP$ThreadReference$Interrupt of com.sun.tools.jdi.JDWP$ThreadReference
  Name = com.sun.tools.jdi.JDWP$ThreadReference$Name of com.sun.tools.jdi.JDWP$ThreadReference
  OwnedMonitors = com.sun.tools.jdi.JDWP$ThreadReference$OwnedMonitors of com.sun.tools.jdi.JDWP$ThreadReference
  OwnedMonitorsStackDepthInfo = com.sun.tools.jdi.JDWP$ThreadReference$OwnedMonitorsStackDepthInfo of com.sun.tools.jdi.JDWP$ThreadReference
  monitor = com.sun.tools.jdi.JDWP$ThreadReference$OwnedMonitorsStackDepthInfo$monitor of com.sun.tools.jdi.JDWP$ThreadReference$OwnedMonitorsStackDepthInfo
  Resume = com.sun.tools.jdi.JDWP$ThreadReference$Resume of com.sun.tools.jdi.JDWP$ThreadReference
  Status = com.sun.tools.jdi.JDWP$ThreadReference$Status of com.sun.tools.jdi.JDWP$ThreadReference
  Stop = com.sun.tools.jdi.JDWP$ThreadReference$Stop of com.sun.tools.jdi.JDWP$ThreadReference
  Suspend = com.sun.tools.jdi.JDWP$ThreadReference$Suspend of com.sun.tools.jdi.JDWP$ThreadReference
  SuspendCount = com.sun.tools.jdi.JDWP$ThreadReference$SuspendCount of com.sun.tools.jdi.JDWP$ThreadReference
  ThreadGroup = com.sun.tools.jdi.JDWP$ThreadReference$ThreadGroup of com.sun.tools.jdi.JDWP$ThreadReference
  ReturnContainer = com.sun.tools.jdi.MethodImpl$ReturnContainer of com.sun.tools.jdi.MethodImpl
  protected Cache = com.sun.tools.jdi.ObjectReferenceImpl$Cache of com.sun.tools.jdi.ObjectReferenceImpl
  private Cache = com.sun.tools.jdi.ThreadReferenceImpl$Cache of com.sun.tools.jdi.ThreadReferenceImpl
  private LocalCache = com.sun.tools.jdi.ThreadReferenceImpl$LocalCache of com.sun.tools.jdi.ThreadReferenceImpl