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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield com.sun.tools.jdi.VMState$Cache.groups:Ljava/util/List;
2: aload 0
aconst_null
putfield com.sun.tools.jdi.VMState$Cache.threads:Ljava/util/List;
3: return
end local 0 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