public class com.sun.tools.jdi.ThreadReferenceImpl extends com.sun.tools.jdi.ObjectReferenceImpl implements com.sun.jdi.ThreadReference
  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 122
            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 123
            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 131
            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 138
            aload 0 /* this */
            aload 1 /* aVm */
            lload 2 /* aRef */
            invokespecial com.sun.tools.jdi.ObjectReferenceImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
         1: .line 57
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ThreadReferenceImpl.suspendedZombieCount:I
         2: .line 135
            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 139
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.resetLocalCache:()V
         4: .line 140
            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 141
            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 144
            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 151
            aload 1 /* action */
            invokevirtual com.sun.tools.jdi.VMAction.resumingThread:()Lcom/sun/jdi/ThreadReference;
            ifnonnull 9
         1: .line 153
            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 154
            aload 0 /* this */
            new com.sun.tools.jdi.ThreadAction
            dup
            aload 0 /* this */
         3: .line 155
            iconst_2
            invokespecial com.sun.tools.jdi.ThreadAction.<init>:(Lcom/sun/jdi/ThreadReference;I)V
         4: .line 154
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.processThreadAction:(Lcom/sun/tools/jdi/ThreadAction;)V
         5: .line 153
            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 169
      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 178
            aconst_null
            astore 1 /* name */
        start local 1 // java.lang.String name
         1: .line 180
            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 182
            aload 2 /* local */
            ifnull 4
         3: .line 183
            aload 2 /* local */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$Cache.name:Ljava/lang/String;
            astore 1 /* name */
         4: .line 185
      StackMap locals: java.lang.String com.sun.tools.jdi.ThreadReferenceImpl$Cache
      StackMap stack:
            aload 1 /* name */
            ifnonnull 11
         5: .line 186
            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;
            getfield com.sun.tools.jdi.JDWP$ThreadReference$Name.threadName:Ljava/lang/String;
            astore 1 /* name */
         6: .line 187
            aload 2 /* local */
            ifnull 11
         7: .line 188
            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
         8: .line 191
            goto 11
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl java.lang.String
      StackMap stack: com.sun.tools.jdi.JDWPException
         9: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
        10: .line 192
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
        11: .line 194
      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   12     0   this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            1   12     1   name  Ljava/lang/String;
            2    8     2  local  Lcom/sun/tools/jdi/ThreadReferenceImpl$Cache;
           10   11     2    exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1     8       9  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 202
            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 203
            aload 0 /* this */
            new com.sun.tools.jdi.ThreadAction
            dup
            aload 0 /* this */
         2: .line 204
            iconst_2
            invokespecial com.sun.tools.jdi.ThreadAction.<init>:(Lcom/sun/jdi/ThreadReference;I)V
         3: .line 203
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.processThreadAction:(Lcom/sun/tools/jdi/ThreadAction;)V
         4: .line 205
            aload 1 /* sender */
            invokeinterface com.sun.tools.jdi.CommandSender.send:()Lcom/sun/tools/jdi/PacketStream;
            aload 2
            monitorexit
         5: areturn
         6: .line 202
      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 211
            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 212
            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 213
            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 217
      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 224
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.suspendedZombieCount:I
            ifle 3
         1: .line 225
            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 226
            return
         3: .line 230
      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 231
            aload 0 /* this */
            new com.sun.tools.jdi.ThreadAction
            dup
            aload 0 /* this */
         5: .line 232
            iconst_2
            invokespecial com.sun.tools.jdi.ThreadAction.<init>:(Lcom/sun/jdi/ThreadReference;I)V
         6: .line 231
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.processThreadAction:(Lcom/sun/tools/jdi/ThreadAction;)V
         7: .line 233
            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 230
            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 236
      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 237
            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 238
            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 240
      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 246
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.suspendedZombieCount:I
            ifle 2
         1: .line 247
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.suspendedZombieCount:I
            ireturn
         2: .line 251
      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 252
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
            astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         5: .line 253
            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 258
            aload 0 /* this */
            aload 1 /* throwable */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.validateMirrorOrNull:(Lcom/sun/jdi/Mirror;)V
         1: .line 260
            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 261
            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 262
            aload 1 /* throwable */
            ifnull 5
         4: .line 263
            aload 3 /* throwableClass */
            aload 1 /* throwable */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.isAssignableFrom:(Lcom/sun/jdi/ObjectReference;)Z
            ifne 6
         5: .line 264
      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 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
         7: .line 269
            aload 1 /* throwable */
            checkcast com.sun.tools.jdi.ObjectReferenceImpl
         8: .line 268
            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 270
            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 271
            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 273
      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<Lcom/sun/jdi/ReferenceType;>;
            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 277
            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 278
            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 279
            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 281
      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 284
            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 285
            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 287
            aload 2 /* myStatus */
            ifnonnull 9
         3: .line 288
            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 289
            aload 2 /* myStatus */
            getfield com.sun.tools.jdi.JDWP$ThreadReference$Status.suspendStatus:I
            iconst_1
            iand
            ifeq 9
         5: .line 291
            aload 1 /* snapshot */
            aload 2 /* myStatus */
            putfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.status:Lcom/sun/tools/jdi/JDWP$ThreadReference$Status;
         6: .line 294
            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 295
            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 297
      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 301
            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 305
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.suspendedZombieCount:I
            ifgt 3
         1: .line 306
            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 305
            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 314
            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 315
            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 316
            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 317
            aload 3 /* requests */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4 /* iter */
        start local 4 // java.util.Iterator iter
         4: .line 318
            goto 8
         5: .line 319
      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 320
            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 321
            iconst_1
            ireturn
        end local 5 // com.sun.jdi.request.BreakpointRequest request
         8: .line 318
      StackMap locals:
      StackMap stack:
            aload 4 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         9: .line 324
            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 325
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl
      StackMap stack: java.lang.IndexOutOfBoundsException
            pop
        11: .line 326
            iconst_0
            ireturn
        12: .line 327
      StackMap locals:
      StackMap stack: com.sun.jdi.IncompatibleThreadStateException
            pop
        13: .line 329
            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<Lcom/sun/jdi/request/BreakpointRequest;>;
            4   10     4      iter  Ljava/util/Iterator<Lcom/sun/jdi/request/BreakpointRequest;>;
            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 337
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadReferenceImpl.threadGroup:Lcom/sun/jdi/ThreadGroupReference;
            ifnonnull 7
         1: .line 339
            aload 0 /* this */
         2: .line 340
            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 339
            putfield com.sun.tools.jdi.ThreadReferenceImpl.threadGroup:Lcom/sun/jdi/ThreadGroupReference;
         4: .line 341
            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 342
            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 345
      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 349
            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 351
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.frameCount:I
            iconst_m1
            if_icmpne 10
         2: .line 352
            aload 1 /* snapshot */
         3: .line 353
            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 352
            putfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.frameCount:I
         5: .line 355
            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 356
            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 359
      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 361
      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 364
      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 368
            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 372
            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 373
            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<Lcom/sun/jdi/StackFrame;>;
    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 383
            iload 2 /* start */
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.framesStart:I
            if_icmpge 2
         1: .line 384
            iconst_0
            ireturn
         2: .line 386
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            iconst_m1
            if_icmpne 5
         3: .line 387
            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 389
      StackMap locals:
      StackMap stack:
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.framesLength:I
            iconst_m1
            if_icmpne 10
         6: .line 390
            iload 2 /* start */
            iload 3 /* length */
            iadd
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.framesStart:I
         7: .line 391
            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 392
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         9: .line 394
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        10: .line 396
      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 401
            iload 2 /* length */
            ifge 4
         1: .line 402
            new java.lang.IndexOutOfBoundsException
            dup
         2: .line 403
            ldc "length must be greater than or equal to zero"
         3: .line 402
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 405
      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 417
            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 419
            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 422
      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 420
            astore 4 /* jdwpFrames */
        start local 4 // com.sun.tools.jdi.JDWP$ThreadReference$Frames$Frame[] jdwpFrames
         4: .line 423
            aload 4 /* jdwpFrames */
            arraylength
            istore 5 /* count */
        start local 5 // int count
         5: .line 424
            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 426
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: goto 16
         8: .line 427
      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 428
            new com.sun.jdi.InternalException
            dup
            ldc "Invalid frame location"
            invokespecial com.sun.jdi.InternalException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 430
      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 431
            aload 4 /* jdwpFrames */
            iload 6 /* i */
            aaload
            getfield com.sun.tools.jdi.JDWP$ThreadReference$Frames$Frame.frameID:J
        12: .line 432
            aload 4 /* jdwpFrames */
            iload 6 /* i */
            aaload
            getfield com.sun.tools.jdi.JDWP$ThreadReference$Frames$Frame.location:Lcom/sun/jdi/Location;
        13: .line 430
            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 434
            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 426
            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 436
            aload 3 /* snapshot */
            iload 1 /* start */
            putfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.framesStart:I
        18: .line 437
            aload 3 /* snapshot */
            iload 2 /* length */
            putfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.framesLength:I
        19: .line 438
            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 440
      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 442
            iload 2 /* length */
            iconst_m1
            if_icmpne 25
        23: .line 443
            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 444
            goto 26
        end local 5 // int toIndex
        25: .line 445
      StackMap locals: int
      StackMap stack:
            iload 4 /* fromIndex */
            iload 2 /* length */
            iadd
            istore 5 /* toIndex */
        start local 5 // int toIndex
        26: .line 447
      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 449
      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 450
            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 453
      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 455
      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 461
            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 463
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.ownedMonitors:Ljava/util/List;
            ifnonnull 15
         2: .line 464
            aload 1 /* snapshot */
         3: .line 466
            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 464
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            putfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.ownedMonitors:Ljava/util/List;
         5: .line 467
            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 468
            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 469
            ldc " temporarily caching owned monitors"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         8: .line 470
            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 468
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
        10: .line 473
            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 474
            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 477
      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 479
      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 482
      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 487
            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 489
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.contendedMonitor:Lcom/sun/jdi/ObjectReference;
            ifnonnull 18
         2: .line 490
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.triedCurrentContended:Z
            ifne 18
         3: .line 491
            aload 1 /* snapshot */
         4: .line 492
            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 491
            putfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.contendedMonitor:Lcom/sun/jdi/ObjectReference;
         6: .line 493
            aload 1 /* snapshot */
            iconst_1
            putfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.triedCurrentContended:Z
         7: .line 494
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.contendedMonitor:Lcom/sun/jdi/ObjectReference;
            ifnull 18
         8: .line 495
            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 496
            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 497
            ldc " temporarily caching contended monitor"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        11: .line 498
            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 496
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
        13: .line 501
            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 502
            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 505
      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 507
      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 510
      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 514
            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 516
            aload 1 /* snapshot */
            getfield com.sun.tools.jdi.ThreadReferenceImpl$LocalCache.ownedMonitorsInfo:Ljava/util/List;
            ifnonnull 20
         2: .line 518
            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 520
            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 522
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 9
         6: .line 523
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl$LocalCache com.sun.tools.jdi.JDWP$ThreadReference$OwnedMonitorsStackDepthInfo$monitor[] int
      StackMap stack:
            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
         7: .line 524
            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
         8: .line 522
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 2 /* minfo */
            arraylength
            if_icmplt 6
        end local 3 // int i
        10: .line 527
            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 20
        11: .line 528
            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
        12: .line 529
            ldc " temporarily caching owned monitors"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        13: .line 530
            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;
        14: .line 528
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
        end local 2 // com.sun.tools.jdi.JDWP$ThreadReference$OwnedMonitorsStackDepthInfo$monitor[] minfo
        15: .line 534
            goto 20
      StackMap locals: com.sun.tools.jdi.ThreadReferenceImpl com.sun.tools.jdi.ThreadReferenceImpl$LocalCache
      StackMap stack: com.sun.tools.jdi.JDWPException
        16: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
        17: .line 535
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            tableswitch { // 10 - 13
                   10: 18
                   11: 19
                   12: 19
                   13: 18
              default: 19
          }
        18: .line 538
      StackMap locals: com.sun.tools.jdi.JDWPException
      StackMap stack:
            new com.sun.jdi.IncompatibleThreadStateException
            dup
            invokespecial com.sun.jdi.IncompatibleThreadStateException.<init>:()V
            athrow
        19: .line 540
      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
        20: .line 543
      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   21     0      this  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            1   21     1  snapshot  Lcom/sun/tools/jdi/ThreadReferenceImpl$LocalCache;
            3   15     2     minfo  [Lcom/sun/tools/jdi/JDWP$ThreadReference$OwnedMonitorsStackDepthInfo$monitor;
            5   10     3         i  I
            7    8     4       mon  Lcom/sun/jdi/MonitorInfo;
           17   20     2       exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1    15      16  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 550
            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 551
            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 553
      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 554
            new java.lang.UnsupportedOperationException
            dup
         4: .line 555
            ldc "target does not support popping frames"
         5: .line 554
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 557
      StackMap locals:
      StackMap stack:
            aload 1 /* frame */
            checkcast com.sun.tools.jdi.StackFrameImpl
            invokevirtual com.sun.tools.jdi.StackFrameImpl.pop:()V
         7: .line 558
            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 563
            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 564
            new java.lang.UnsupportedOperationException
            dup
         2: .line 565
            ldc "target does not support the forcing of a method to return early"
         3: .line 564
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 568
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* returnValue */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.validateMirrorOrNull:(Lcom/sun/jdi/Mirror;)V
         5: .line 572
            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 573
            goto 9
        end local 2 // com.sun.tools.jdi.StackFrameImpl sf
      StackMap locals:
      StackMap stack: java.lang.IndexOutOfBoundsException
         7: pop
         8: .line 574
            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 576
      StackMap locals: com.sun.tools.jdi.StackFrameImpl
      StackMap stack:
            aload 2 /* sf */
            invokevirtual com.sun.tools.jdi.StackFrameImpl.validateStackFrame:()V
        10: .line 577
            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 578
            aload 1 /* returnValue */
        12: .line 579
            aload 3 /* meth */
            invokevirtual com.sun.tools.jdi.MethodImpl.getReturnValueContainer:()Lcom/sun/tools/jdi/MethodImpl$ReturnContainer;
        13: .line 578
            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 582
            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 583
            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 584
            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 586
      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 588
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.IncompatibleThreadStateException
            dup
        20: .line 589
            ldc "Thread not suspended"
        21: .line 588
            invokespecial com.sun.jdi.IncompatibleThreadStateException.<init>:(Ljava/lang/String;)V
            athrow
        22: .line 591
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.IncompatibleThreadStateException
            dup
        23: .line 592
            ldc "Thread has not started or has finished"
        24: .line 591
            invokespecial com.sun.jdi.IncompatibleThreadStateException.<init>:(Ljava/lang/String;)V
            athrow
        25: .line 594
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InvalidStackFrameException
            dup
        26: .line 595
            ldc "No more frames on the stack"
        27: .line 594
            invokespecial com.sun.jdi.InvalidStackFrameException.<init>:(Ljava/lang/String;)V
            athrow
        28: .line 597
      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 600
      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 603
            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 604
            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 603
            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 608
            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 612
            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 613
            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 612
            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 615
      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 618
            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 619
            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 620
            goto 7
         3: .line 621
      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 622
            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 623
            aload 3 /* iter */
            invokeinterface java.util.Iterator.remove:()V
         6: .line 624
            goto 8
        end local 4 // java.lang.ref.WeakReference ref
         7: .line 620
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 3 // java.util.Iterator iter
         8: .line 618
      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 628
      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<Ljava/lang/ref/WeakReference<Lcom/sun/tools/jdi/ThreadListener;>;>;
            4    7     4       ref  Ljava/lang/ref/WeakReference<Lcom/sun/tools/jdi/ThreadListener;>;
      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 636
            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 637
            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 638
            goto 11
         3: .line 639
      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 640
            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 641
            aload 5 /* listener */
            ifnull 10
         6: .line 642
            aload 1 /* action */
            invokevirtual com.sun.tools.jdi.ThreadAction.id:()I
            tableswitch { // 2 - 2
                    2: 7
              default: 9
          }
         7: .line 644
      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 645
            aload 3 /* iter */
            invokeinterface java.util.Iterator.remove:()V
         9: .line 649
      StackMap locals:
      StackMap stack:
            goto 11
        10: .line 651
      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 638
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        12: .line 656
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.resetLocalCache:()V
        end local 3 // java.util.Iterator iter
        13: .line 636
            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 658
      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<Ljava/lang/ref/WeakReference<Lcom/sun/tools/jdi/ThreadListener;>;>;
            4   11     4       ref  Ljava/lang/ref/WeakReference<Lcom/sun/tools/jdi/ThreadListener;>;
            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