class com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode extends javax.swing.tree.DefaultMutableTreeNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode
  super_class: javax.swing.tree.DefaultMutableTreeNode
{
  java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

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

  long uid;
    descriptor: J
    flags: (0x0000) 

  java.lang.String description;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  final com.sun.tools.example.debug.gui.ThreadTreeTool this$0;
    descriptor: Lcom/sun/tools/example/debug/gui/ThreadTreeTool;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.example.debug.gui.ThreadTreeTool, java.lang.String, com.sun.jdi.ThreadReference);
    descriptor: (Lcom/sun/tools/example/debug/gui/ThreadTreeTool;Ljava/lang/String;Lcom/sun/jdi/ThreadReference;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
        start local 2 // java.lang.String name
        start local 3 // com.sun.jdi.ThreadReference thread
         0: .line 197
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.this$0:Lcom/sun/tools/example/debug/gui/ThreadTreeTool;
            aload 0 /* this */
            invokespecial javax.swing.tree.DefaultMutableTreeNode.<init>:()V
         1: .line 198
            aload 2 /* name */
            ifnonnull 3
         2: .line 199
            ldc "<unnamed>"
            astore 2 /* name */
         3: .line 201
      StackMap locals: com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode com.sun.tools.example.debug.gui.ThreadTreeTool java.lang.String com.sun.jdi.ThreadReference
      StackMap stack:
            aload 0 /* this */
            aload 2 /* name */
            putfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.name:Ljava/lang/String;
         4: .line 202
            aload 0 /* this */
            aload 3 /* thread */
            putfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.thread:Lcom/sun/jdi/ThreadReference;
         5: .line 203
            aload 3 /* thread */
            ifnonnull 9
         6: .line 204
            aload 0 /* this */
            ldc -1
            putfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.uid:J
         7: .line 205
            aload 0 /* this */
            aload 2 /* name */
            putfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.description:Ljava/lang/String;
         8: .line 206
            goto 11
         9: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* thread */
            invokeinterface com.sun.jdi.ThreadReference.uniqueID:()J
            putfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.uid:J
        10: .line 208
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 2 /* name */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " (t@"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.uid:J
            invokestatic java.lang.Long.toHexString:(J)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;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.description:Ljava/lang/String;
        11: .line 210
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.sun.jdi.ThreadReference thread
        end local 2 // java.lang.String name
        end local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
            0   12     2    name  Ljava/lang/String;
            0   12     3  thread  Lcom/sun/jdi/ThreadReference;
    MethodParameters:
        Name  Flags
      this$0  final
      name    
      thread  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
         0: .line 214
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.description:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
         0: .line 218
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.name:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;

  public com.sun.jdi.ThreadReference getThread();
    descriptor: ()Lcom/sun/jdi/ThreadReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
         0: .line 222
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.thread:Lcom/sun/jdi/ThreadReference;
            areturn
        end local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;

  public java.lang.String getThreadId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
         0: .line 226
            new java.lang.StringBuilder
            dup
            ldc "t@"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.uid:J
            invokestatic java.lang.Long.toHexString:(J)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;

  private boolean isThreadGroup();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
         0: .line 230
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.thread:Lcom/sun/jdi/ThreadReference;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;

  public boolean isLeaf();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
         0: .line 235
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.isThreadGroup:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;

  public void addThread(com.sun.jdi.ThreadReference);
    descriptor: (Lcom/sun/jdi/ThreadReference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
        start local 1 // com.sun.jdi.ThreadReference thread
         0: .line 243
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.this$0:Lcom/sun/tools/example/debug/gui/ThreadTreeTool;
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool.threadTable:Ljava/util/HashMap;
            aload 1 /* thread */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnonnull 8
         1: .line 246
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.this$0:Lcom/sun/tools/example/debug/gui/ThreadTreeTool;
            aload 1 /* thread */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool.threadPath:(Lcom/sun/jdi/ThreadReference;)Ljava/util/List;
            astore 2 /* path */
        start local 2 // java.util.List path
         2: .line 251
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.this$0:Lcom/sun/tools/example/debug/gui/ThreadTreeTool;
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool.threadTable:Ljava/util/HashMap;
            aload 1 /* thread */
            aload 2 /* path */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 252
            aload 0 /* this */
            aload 2 /* path */
            aload 1 /* thread */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.addThread:(Ljava/util/List;Lcom/sun/jdi/ThreadReference;)V
         4: .line 253
            goto 8
      StackMap locals: com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode com.sun.jdi.ThreadReference java.util.List
      StackMap stack: java.lang.Throwable
         5: pop
         6: .line 255
            new java.lang.RuntimeException
            dup
            ldc "ThreadTree corrupted"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.util.List path
         7: .line 257
      StackMap locals: com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode com.sun.jdi.ThreadReference
      StackMap stack: com.sun.jdi.VMDisconnectedException
            pop
         8: .line 261
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.jdi.ThreadReference thread
        end local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
            0    9     1  thread  Lcom/sun/jdi/ThreadReference;
            2    7     2    path  Ljava/util/List<Ljava/lang/String;>;
      Exception table:
        from    to  target  type
           2     4       5  Class java.lang.Throwable
           1     7       7  Class com.sun.jdi.VMDisconnectedException
    MethodParameters:
        Name  Flags
      thread  

  private void addThread(java.util.List<java.lang.String>, com.sun.jdi.ThreadReference);
    descriptor: (Ljava/util/List;Lcom/sun/jdi/ThreadReference;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
        start local 1 // java.util.List threadPath
        start local 2 // com.sun.jdi.ThreadReference thread
         0: .line 264
            aload 1 /* threadPath */
            invokeinterface java.util.List.size:()I
            istore 3 /* size */
        start local 3 // int size
         1: .line 265
            iload 3 /* size */
            ifne 3
         2: .line 266
            return
         3: .line 267
      StackMap locals: int
      StackMap stack:
            iload 3 /* size */
            iconst_1
            if_icmpne 7
         4: .line 268
            aload 1 /* threadPath */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* name */
        start local 4 // java.lang.String name
         5: .line 269
            aload 0 /* this */
            aload 4 /* name */
            aload 2 /* thread */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.insertNode:(Ljava/lang/String;Lcom/sun/jdi/ThreadReference;)Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
            pop
        end local 4 // java.lang.String name
         6: .line 270
            goto 11
         7: .line 271
      StackMap locals:
      StackMap stack:
            aload 1 /* threadPath */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* head */
        start local 4 // java.lang.String head
         8: .line 272
            aload 1 /* threadPath */
            iconst_1
            iload 3 /* size */
            invokeinterface java.util.List.subList:(II)Ljava/util/List;
            astore 5 /* tail */
        start local 5 // java.util.List tail
         9: .line 273
            aload 0 /* this */
            aload 4 /* head */
            aconst_null
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.insertNode:(Ljava/lang/String;Lcom/sun/jdi/ThreadReference;)Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
            astore 6 /* child */
        start local 6 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode child
        10: .line 274
            aload 6 /* child */
            aload 5 /* tail */
            aload 2 /* thread */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.addThread:(Ljava/util/List;Lcom/sun/jdi/ThreadReference;)V
        end local 6 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode child
        end local 5 // java.util.List tail
        end local 4 // java.lang.String head
        11: .line 276
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int size
        end local 2 // com.sun.jdi.ThreadReference thread
        end local 1 // java.util.List threadPath
        end local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
            0   12     1  threadPath  Ljava/util/List<Ljava/lang/String;>;
            0   12     2      thread  Lcom/sun/jdi/ThreadReference;
            1   12     3        size  I
            5    6     4        name  Ljava/lang/String;
            8   11     4        head  Ljava/lang/String;
            9   11     5        tail  Ljava/util/List<Ljava/lang/String;>;
           10   11     6       child  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lcom/sun/jdi/ThreadReference;)V
    MethodParameters:
            Name  Flags
      threadPath  
      thread      

  private com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode insertNode(java.lang.String, com.sun.jdi.ThreadReference);
    descriptor: (Ljava/lang/String;Lcom/sun/jdi/ThreadReference;)Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
        start local 1 // java.lang.String name
        start local 2 // com.sun.jdi.ThreadReference thread
         0: .line 279
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 11
         2: .line 280
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode
            astore 4 /* child */
        start local 4 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode child
         3: .line 281
            aload 1 /* name */
            aload 4 /* child */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            istore 5 /* cmp */
        start local 5 // int cmp
         4: .line 282
            iload 5 /* cmp */
            ifne 6
            aload 2 /* thread */
            ifnonnull 6
         5: .line 284
            aload 4 /* child */
            areturn
         6: .line 285
      StackMap locals: com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode int
      StackMap stack:
            iload 5 /* cmp */
            ifge 10
         7: .line 287
            new com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode
            dup
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.this$0:Lcom/sun/tools/example/debug/gui/ThreadTreeTool;
            aload 1 /* name */
            aload 2 /* thread */
            invokespecial com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.<init>:(Lcom/sun/tools/example/debug/gui/ThreadTreeTool;Ljava/lang/String;Lcom/sun/jdi/ThreadReference;)V
            astore 6 /* newChild */
        start local 6 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode newChild
         8: .line 288
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.this$0:Lcom/sun/tools/example/debug/gui/ThreadTreeTool;
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool.treeModel:Ljavax/swing/tree/DefaultTreeModel;
            aload 6 /* newChild */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual javax.swing.tree.DefaultTreeModel.insertNodeInto:(Ljavax/swing/tree/MutableTreeNode;Ljavax/swing/tree/MutableTreeNode;I)V
         9: .line 289
            aload 6 /* newChild */
            areturn
        end local 6 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode newChild
        end local 5 // int cmp
        end local 4 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode child
        10: .line 279
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.getChildCount:()I
            if_icmplt 2
        end local 3 // int i
        12: .line 293
            new com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode
            dup
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.this$0:Lcom/sun/tools/example/debug/gui/ThreadTreeTool;
            aload 1 /* name */
            aload 2 /* thread */
            invokespecial com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.<init>:(Lcom/sun/tools/example/debug/gui/ThreadTreeTool;Ljava/lang/String;Lcom/sun/jdi/ThreadReference;)V
            astore 3 /* newChild */
        start local 3 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode newChild
        13: .line 294
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.this$0:Lcom/sun/tools/example/debug/gui/ThreadTreeTool;
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool.treeModel:Ljavax/swing/tree/DefaultTreeModel;
            aload 3 /* newChild */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.getChildCount:()I
            invokevirtual javax.swing.tree.DefaultTreeModel.insertNodeInto:(Ljavax/swing/tree/MutableTreeNode;Ljavax/swing/tree/MutableTreeNode;I)V
        14: .line 295
            aload 3 /* newChild */
            areturn
        end local 3 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode newChild
        end local 2 // com.sun.jdi.ThreadReference thread
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
            0   15     1      name  Ljava/lang/String;
            0   15     2    thread  Lcom/sun/jdi/ThreadReference;
            1   12     3         i  I
            3   10     4     child  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
            4   10     5       cmp  I
            8   10     6  newChild  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
           13   15     3  newChild  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
    MethodParameters:
        Name  Flags
      name    
      thread  

  public void removeThread(com.sun.jdi.ThreadReference);
    descriptor: (Lcom/sun/jdi/ThreadReference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
        start local 1 // com.sun.jdi.ThreadReference thread
         0: .line 299
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.this$0:Lcom/sun/tools/example/debug/gui/ThreadTreeTool;
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool.threadTable:Ljava/util/HashMap;
            aload 1 /* thread */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 2 /* threadPath */
        start local 2 // java.util.List threadPath
         1: .line 302
            aload 2 /* threadPath */
            ifnull 3
         2: .line 303
            aload 0 /* this */
            aload 2 /* threadPath */
            aload 1 /* thread */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.removeThread:(Ljava/util/List;Lcom/sun/jdi/ThreadReference;)V
         3: .line 305
      StackMap locals: java.util.List
      StackMap stack:
            return
        end local 2 // java.util.List threadPath
        end local 1 // com.sun.jdi.ThreadReference thread
        end local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
            0    4     1      thread  Lcom/sun/jdi/ThreadReference;
            1    4     2  threadPath  Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
        Name  Flags
      thread  

  private void removeThread(java.util.List<java.lang.String>, com.sun.jdi.ThreadReference);
    descriptor: (Ljava/util/List;Lcom/sun/jdi/ThreadReference;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
        start local 1 // java.util.List threadPath
        start local 2 // com.sun.jdi.ThreadReference thread
         0: .line 308
            aload 1 /* threadPath */
            invokeinterface java.util.List.size:()I
            istore 3 /* size */
        start local 3 // int size
         1: .line 309
            iload 3 /* size */
            ifne 3
         2: .line 310
            return
         3: .line 311
      StackMap locals: int
      StackMap stack:
            iload 3 /* size */
            iconst_1
            if_icmpne 8
         4: .line 312
            aload 1 /* threadPath */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* name */
        start local 4 // java.lang.String name
         5: .line 313
            aload 0 /* this */
            aload 2 /* thread */
            aload 4 /* name */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.findLeafNode:(Lcom/sun/jdi/ThreadReference;Ljava/lang/String;)Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
            astore 5 /* child */
        start local 5 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode child
         6: .line 314
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.this$0:Lcom/sun/tools/example/debug/gui/ThreadTreeTool;
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool.treeModel:Ljavax/swing/tree/DefaultTreeModel;
            aload 5 /* child */
            invokevirtual javax.swing.tree.DefaultTreeModel.removeNodeFromParent:(Ljavax/swing/tree/MutableTreeNode;)V
        end local 5 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode child
        end local 4 // java.lang.String name
         7: .line 315
            goto 14
         8: .line 316
      StackMap locals:
      StackMap stack:
            aload 1 /* threadPath */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* head */
        start local 4 // java.lang.String head
         9: .line 317
            aload 1 /* threadPath */
            iconst_1
            iload 3 /* size */
            invokeinterface java.util.List.subList:(II)Ljava/util/List;
            astore 5 /* tail */
        start local 5 // java.util.List tail
        10: .line 318
            aload 0 /* this */
            aload 4 /* head */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.findInternalNode:(Ljava/lang/String;)Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
            astore 6 /* child */
        start local 6 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode child
        11: .line 319
            aload 6 /* child */
            aload 5 /* tail */
            aload 2 /* thread */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.removeThread:(Ljava/util/List;Lcom/sun/jdi/ThreadReference;)V
        12: .line 320
            aload 6 /* child */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.isThreadGroup:()Z
            ifeq 14
            aload 6 /* child */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.getChildCount:()I
            iconst_1
            if_icmpge 14
        13: .line 322
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.this$0:Lcom/sun/tools/example/debug/gui/ThreadTreeTool;
            getfield com.sun.tools.example.debug.gui.ThreadTreeTool.treeModel:Ljavax/swing/tree/DefaultTreeModel;
            aload 6 /* child */
            invokevirtual javax.swing.tree.DefaultTreeModel.removeNodeFromParent:(Ljavax/swing/tree/MutableTreeNode;)V
        end local 6 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode child
        end local 5 // java.util.List tail
        end local 4 // java.lang.String head
        14: .line 325
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int size
        end local 2 // com.sun.jdi.ThreadReference thread
        end local 1 // java.util.List threadPath
        end local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
            0   15     1  threadPath  Ljava/util/List<Ljava/lang/String;>;
            0   15     2      thread  Lcom/sun/jdi/ThreadReference;
            1   15     3        size  I
            5    7     4        name  Ljava/lang/String;
            6    7     5       child  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
            9   14     4        head  Ljava/lang/String;
           10   14     5        tail  Ljava/util/List<Ljava/lang/String;>;
           11   14     6       child  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lcom/sun/jdi/ThreadReference;)V
    MethodParameters:
            Name  Flags
      threadPath  
      thread      

  private com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode findLeafNode(com.sun.jdi.ThreadReference, java.lang.String);
    descriptor: (Lcom/sun/jdi/ThreadReference;Ljava/lang/String;)Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
        start local 1 // com.sun.jdi.ThreadReference thread
        start local 2 // java.lang.String name
         0: .line 328
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 8
         2: .line 329
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode
            astore 4 /* child */
        start local 4 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode child
         3: .line 330
            aload 4 /* child */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.getThread:()Lcom/sun/jdi/ThreadReference;
            aload 1 /* thread */
            if_acmpne 7
         4: .line 331
            aload 2 /* name */
            aload 4 /* child */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 6
         5: .line 333
            new java.lang.RuntimeException
            dup
            ldc "name mismatch"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 335
      StackMap locals: com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode
      StackMap stack:
            aload 4 /* child */
            areturn
        end local 4 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode child
         7: .line 328
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.getChildCount:()I
            if_icmplt 2
        end local 3 // int i
         9: .line 339
            new java.lang.RuntimeException
            dup
            ldc "not found"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.String name
        end local 1 // com.sun.jdi.ThreadReference thread
        end local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
            0   10     1  thread  Lcom/sun/jdi/ThreadReference;
            0   10     2    name  Ljava/lang/String;
            1    9     3       i  I
            3    7     4   child  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
    MethodParameters:
        Name  Flags
      thread  
      name    

  private com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode findInternalNode(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
        start local 1 // java.lang.String name
         0: .line 343
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 6
         2: .line 344
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode
            astore 3 /* child */
        start local 3 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode child
         3: .line 345
            aload 1 /* name */
            aload 3 /* child */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 346
            aload 3 /* child */
            areturn
        end local 3 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode child
         5: .line 343
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode.getChildCount:()I
            if_icmplt 2
        end local 2 // int i
         7: .line 350
            new java.lang.RuntimeException
            dup
            ldc "not found"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
            0    8     1   name  Ljava/lang/String;
            1    7     2      i  I
            3    5     3  child  Lcom/sun/tools/example/debug/gui/ThreadTreeTool$ThreadTreeNode;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "ThreadTreeTool.java"
NestHost: com.sun.tools.example.debug.gui.ThreadTreeTool
InnerClasses:
  ThreadTreeNode = com.sun.tools.example.debug.gui.ThreadTreeTool$ThreadTreeNode of com.sun.tools.example.debug.gui.ThreadTreeTool