public class com.sun.tools.jdi.ThreadGroupReferenceImpl extends com.sun.tools.jdi.ObjectReferenceImpl implements com.sun.jdi.ThreadGroupReference
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.jdi.ThreadGroupReferenceImpl
  super_class: com.sun.tools.jdi.ObjectReferenceImpl
{
  java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  com.sun.jdi.ThreadGroupReference parent;
    descriptor: Lcom/sun/jdi/ThreadGroupReference;
    flags: (0x0000) 

  boolean triedParent;
    descriptor: Z
    flags: (0x0000) 

  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.ThreadGroupReferenceImpl this
         0: .line 49
            new com.sun.tools.jdi.ThreadGroupReferenceImpl$Cache
            dup
            invokespecial com.sun.tools.jdi.ThreadGroupReferenceImpl$Cache.<init>:()V
            areturn
        end local 0 // com.sun.tools.jdi.ThreadGroupReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;

  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.ThreadGroupReferenceImpl this
        start local 1 // com.sun.jdi.VirtualMachine aVm
        start local 2 // long aRef
         0: .line 53
            aload 0 /* this */
            aload 1 /* aVm */
            lload 2 /* aRef */
            invokespecial com.sun.tools.jdi.ObjectReferenceImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
         1: .line 54
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadGroupReferenceImpl.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
         2: .line 55
            return
        end local 2 // long aRef
        end local 1 // com.sun.jdi.VirtualMachine aVm
        end local 0 // com.sun.tools.jdi.ThreadGroupReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;
            0    3     1   aVm  Lcom/sun/jdi/VirtualMachine;
            0    3     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.ThreadGroupReferenceImpl this
         0: .line 58
            new java.lang.StringBuilder
            dup
            ldc "ThreadGroupReference "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadGroupReferenceImpl.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.ThreadGroupReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadGroupReferenceImpl this
         0: .line 62
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadGroupReferenceImpl.name:Ljava/lang/String;
            ifnonnull 7
         1: .line 67
            aload 0 /* this */
         2: .line 68
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadGroupReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ThreadGroupReference$Name.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;)Lcom/sun/tools/jdi/JDWP$ThreadGroupReference$Name;
            getfield com.sun.tools.jdi.JDWP$ThreadGroupReference$Name.groupName:Ljava/lang/String;
         3: .line 67
            putfield com.sun.tools.jdi.ThreadGroupReferenceImpl.name:Ljava/lang/String;
         4: .line 69
            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 70
            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 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadGroupReferenceImpl.name:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.ThreadGroupReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;
            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 com.sun.jdi.ThreadGroupReference parent();
    descriptor: ()Lcom/sun/jdi/ThreadGroupReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadGroupReferenceImpl this
         0: .line 77
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadGroupReferenceImpl.triedParent:Z
            ifne 8
         1: .line 82
            aload 0 /* this */
         2: .line 83
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadGroupReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ThreadGroupReference$Parent.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;)Lcom/sun/tools/jdi/JDWP$ThreadGroupReference$Parent;
            getfield com.sun.tools.jdi.JDWP$ThreadGroupReference$Parent.parentGroup:Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;
         3: .line 82
            putfield com.sun.tools.jdi.ThreadGroupReferenceImpl.parent:Lcom/sun/jdi/ThreadGroupReference;
         4: .line 84
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ThreadGroupReferenceImpl.triedParent:Z
         5: .line 85
            goto 8
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         6: astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         7: .line 86
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
         8: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadGroupReferenceImpl.parent:Lcom/sun/jdi/ThreadGroupReference;
            areturn
        end local 0 // com.sun.tools.jdi.ThreadGroupReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;
            7    8     1   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1     5       6  Class com.sun.tools.jdi.JDWPException

  public void suspend();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadGroupReferenceImpl this
         0: .line 93
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadGroupReferenceImpl.threads:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 3
      StackMap locals: com.sun.tools.jdi.ThreadGroupReferenceImpl top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.ThreadReference
            astore 1 /* thread */
        start local 1 // com.sun.jdi.ThreadReference thread
         2: .line 94
            aload 1 /* thread */
            invokeinterface com.sun.jdi.ThreadReference.suspend:()V
        end local 1 // com.sun.jdi.ThreadReference thread
         3: .line 93
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 97
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadGroupReferenceImpl.threadGroups:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 7
      StackMap locals:
      StackMap stack:
         5: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.ThreadGroupReference
            astore 1 /* threadGroup */
        start local 1 // com.sun.jdi.ThreadGroupReference threadGroup
         6: .line 98
            aload 1 /* threadGroup */
            invokeinterface com.sun.jdi.ThreadGroupReference.suspend:()V
        end local 1 // com.sun.jdi.ThreadGroupReference threadGroup
         7: .line 97
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 100
            return
        end local 0 // com.sun.tools.jdi.ThreadGroupReferenceImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;
            2    3     1       thread  Lcom/sun/jdi/ThreadReference;
            6    7     1  threadGroup  Lcom/sun/jdi/ThreadGroupReference;

  public void resume();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadGroupReferenceImpl this
         0: .line 103
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadGroupReferenceImpl.threads:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 3
      StackMap locals: com.sun.tools.jdi.ThreadGroupReferenceImpl top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.ThreadReference
            astore 1 /* thread */
        start local 1 // com.sun.jdi.ThreadReference thread
         2: .line 104
            aload 1 /* thread */
            invokeinterface com.sun.jdi.ThreadReference.resume:()V
        end local 1 // com.sun.jdi.ThreadReference thread
         3: .line 103
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 107
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadGroupReferenceImpl.threadGroups:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 7
      StackMap locals:
      StackMap stack:
         5: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.ThreadGroupReference
            astore 1 /* threadGroup */
        start local 1 // com.sun.jdi.ThreadGroupReference threadGroup
         6: .line 108
            aload 1 /* threadGroup */
            invokeinterface com.sun.jdi.ThreadGroupReference.resume:()V
        end local 1 // com.sun.jdi.ThreadGroupReference threadGroup
         7: .line 107
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 110
            return
        end local 0 // com.sun.tools.jdi.ThreadGroupReferenceImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;
            2    3     1       thread  Lcom/sun/jdi/ThreadReference;
            6    7     1  threadGroup  Lcom/sun/jdi/ThreadGroupReference;

  private com.sun.tools.jdi.JDWP$ThreadGroupReference$Children kids();
    descriptor: ()Lcom/sun/tools/jdi/JDWP$ThreadGroupReference$Children;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadGroupReferenceImpl this
         0: .line 113
            aconst_null
            astore 1 /* kids */
        start local 1 // com.sun.tools.jdi.JDWP$ThreadGroupReference$Children kids
         1: .line 115
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadGroupReferenceImpl.getCache:()Lcom/sun/tools/jdi/ObjectReferenceImpl$Cache;
            checkcast com.sun.tools.jdi.ThreadGroupReferenceImpl$Cache
            astore 2 /* local */
        start local 2 // com.sun.tools.jdi.ThreadGroupReferenceImpl$Cache local
         2: .line 117
            aload 2 /* local */
            ifnull 4
         3: .line 118
            aload 2 /* local */
            getfield com.sun.tools.jdi.ThreadGroupReferenceImpl$Cache.kids:Lcom/sun/tools/jdi/JDWP$ThreadGroupReference$Children;
            astore 1 /* kids */
         4: .line 120
      StackMap locals: com.sun.tools.jdi.JDWP$ThreadGroupReference$Children com.sun.tools.jdi.ThreadGroupReferenceImpl$Cache
      StackMap stack:
            aload 1 /* kids */
            ifnonnull 16
         5: .line 122
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadGroupReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ThreadGroupReference$Children.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;)Lcom/sun/tools/jdi/JDWP$ThreadGroupReference$Children;
         6: .line 121
            astore 1 /* kids */
         7: .line 123
            aload 2 /* local */
            ifnull 16
         8: .line 124
            aload 2 /* local */
            aload 1 /* kids */
            putfield com.sun.tools.jdi.ThreadGroupReferenceImpl$Cache.kids:Lcom/sun/tools/jdi/JDWP$ThreadGroupReference$Children;
         9: .line 125
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadGroupReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            getfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
            bipush 16
            iand
            ifeq 16
        10: .line 126
            aload 0 /* this */
            getfield com.sun.tools.jdi.ThreadGroupReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadGroupReferenceImpl.description:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        11: .line 127
            ldc " temporarily caching children "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        12: .line 126
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
        end local 2 // com.sun.tools.jdi.ThreadGroupReferenceImpl$Cache local
        13: .line 131
            goto 16
      StackMap locals: com.sun.tools.jdi.ThreadGroupReferenceImpl com.sun.tools.jdi.JDWP$ThreadGroupReference$Children
      StackMap stack: com.sun.tools.jdi.JDWPException
        14: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
        15: .line 132
            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 134
      StackMap locals:
      StackMap stack:
            aload 1 /* kids */
            areturn
        end local 1 // com.sun.tools.jdi.JDWP$ThreadGroupReference$Children kids
        end local 0 // com.sun.tools.jdi.ThreadGroupReferenceImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;
            1   17     1   kids  Lcom/sun/tools/jdi/JDWP$ThreadGroupReference$Children;
            2   13     2  local  Lcom/sun/tools/jdi/ThreadGroupReferenceImpl$Cache;
           15   16     2    exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1    13      14  Class com.sun.tools.jdi.JDWPException

  public java.util.List<com.sun.jdi.ThreadReference> threads();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadGroupReferenceImpl this
         0: .line 138
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadGroupReferenceImpl.kids:()Lcom/sun/tools/jdi/JDWP$ThreadGroupReference$Children;
            getfield com.sun.tools.jdi.JDWP$ThreadGroupReference$Children.childThreads:[Lcom/sun/tools/jdi/ThreadReferenceImpl;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.jdi.ThreadGroupReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/ThreadReference;>;

  public java.util.List<com.sun.jdi.ThreadGroupReference> threadGroups();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ThreadGroupReferenceImpl this
         0: .line 142
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadGroupReferenceImpl.kids:()Lcom/sun/tools/jdi/JDWP$ThreadGroupReference$Children;
            getfield com.sun.tools.jdi.JDWP$ThreadGroupReference$Children.childGroups:[Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.jdi.ThreadGroupReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/ThreadGroupReference;>;

  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.ThreadGroupReferenceImpl this
         0: .line 146
            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.ThreadGroupReferenceImpl.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 147
            ldc "(name='"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadGroupReferenceImpl.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.ThreadGroupReferenceImpl.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 146
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.ThreadGroupReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;

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

  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: "ThreadGroupReferenceImpl.java"
NestMembers:
  com.sun.tools.jdi.ThreadGroupReferenceImpl$Cache
InnerClasses:
  ThreadGroupReference = com.sun.tools.jdi.JDWP$ThreadGroupReference of com.sun.tools.jdi.JDWP
  Children = com.sun.tools.jdi.JDWP$ThreadGroupReference$Children of com.sun.tools.jdi.JDWP$ThreadGroupReference
  Name = com.sun.tools.jdi.JDWP$ThreadGroupReference$Name of com.sun.tools.jdi.JDWP$ThreadGroupReference
  Parent = com.sun.tools.jdi.JDWP$ThreadGroupReference$Parent of com.sun.tools.jdi.JDWP$ThreadGroupReference
  protected Cache = com.sun.tools.jdi.ObjectReferenceImpl$Cache of com.sun.tools.jdi.ObjectReferenceImpl
  private Cache = com.sun.tools.jdi.ThreadGroupReferenceImpl$Cache of com.sun.tools.jdi.ThreadGroupReferenceImpl