class com.sun.tools.jdi.VMState$Cache
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdi.VMState$Cache
  super_class: java.lang.Object
{
  java.util.List<com.sun.jdi.ThreadGroupReference> groups;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lcom/sun/jdi/ThreadGroupReference;>;

  java.util.List<com.sun.jdi.ThreadReference> threads;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lcom/sun/jdi/ThreadReference;>;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VMState$Cache this
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.VMState$Cache.groups:Ljava/util/List;
         2: .line 52
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.VMState$Cache.threads:Ljava/util/List;
         3: .line 50
            return
        end local 0 // com.sun.tools.jdi.VMState$Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/VMState$Cache;
}
SourceFile: "VMState.java"
NestHost: com.sun.tools.jdi.VMState
InnerClasses:
  private Cache = com.sun.tools.jdi.VMState$Cache of com.sun.tools.jdi.VMState