class sun.jvm.hotspot.CommandProcessor$23 extends sun.jvm.hotspot.CommandProcessor$Command
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.CommandProcessor$23
super_class: sun.jvm.hotspot.CommandProcessor$Command
{
final sun.jvm.hotspot.CommandProcessor this$0;
descriptor: Lsun/jvm/hotspot/CommandProcessor;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.jvm.hotspot.CommandProcessor, sun.jvm.hotspot.CommandProcessor, java.lang.String, java.lang.String, boolean);
descriptor: (Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
flags: (0x0000)
Code:
stack=5, locals=6, args_size=6
start local 0 // sun.jvm.hotspot.CommandProcessor$23 this
start local 3 // java.lang.String $anonymous0
start local 4 // java.lang.String $anonymous1
start local 5 // boolean $anonymous2
0: .line 993
aload 0 /* this */
aload 2
putfield sun.jvm.hotspot.CommandProcessor$23.this$0:Lsun/jvm/hotspot/CommandProcessor;
aload 0 /* this */
aload 1
aload 3 /* $anonymous0 */
aload 4 /* $anonymous1 */
iload 5 /* $anonymous2 */
invokespecial sun.jvm.hotspot.CommandProcessor$Command.<init>:(Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
return
end local 5 // boolean $anonymous2
end local 4 // java.lang.String $anonymous1
end local 3 // java.lang.String $anonymous0
end local 0 // sun.jvm.hotspot.CommandProcessor$23 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/CommandProcessor$23;
0 1 3 $anonymous0 Ljava/lang/String;
0 1 4 $anonymous1 Ljava/lang/String;
0 1 5 $anonymous2 Z
MethodParameters:
Name Flags
this$0 final
this$1 final
$anonymous0
$anonymous1
$anonymous2
public void doit(sun.jvm.hotspot.CommandProcessor$Tokens);
descriptor: (Lsun/jvm/hotspot/CommandProcessor$Tokens;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=2
start local 0 // sun.jvm.hotspot.CommandProcessor$23 this
start local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
0: .line 995
aload 1 /* t */
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
ifeq 3
1: .line 996
aload 0 /* this */
invokevirtual sun.jvm.hotspot.CommandProcessor$23.usage:()V
2: .line 997
return
3: .line 1002
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield sun.jvm.hotspot.CommandProcessor$23.this$0:Lsun/jvm/hotspot/CommandProcessor;
getfield sun.jvm.hotspot.CommandProcessor.agent:Lsun/jvm/hotspot/HotSpotAgent;
invokevirtual sun.jvm.hotspot.HotSpotAgent.getTypeDataBase:()Lsun/jvm/hotspot/types/TypeDataBase;
invokeinterface sun.jvm.hotspot.types.TypeDataBase.getTypes:()Ljava/util/Iterator;
astore 2 /* i */
start local 2 // java.util.Iterator i
4: .line 1004
new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
astore 3 /* emitted */
start local 3 // java.util.HashSet emitted
5: .line 1005
new java.util.Stack
dup
invokespecial java.util.Stack.<init>:()V
astore 4 /* pending */
start local 4 // java.util.Stack pending
6: .line 1006
goto 18
7: .line 1007
StackMap locals: java.util.Iterator java.util.HashSet java.util.Stack
StackMap stack:
aload 2 /* i */
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast sun.jvm.hotspot.types.Type
astore 5 /* n */
start local 5 // sun.jvm.hotspot.types.Type n
8: .line 1008
aload 3 /* emitted */
aload 5 /* n */
invokeinterface sun.jvm.hotspot.types.Type.getName:()Ljava/lang/String;
invokevirtual java.util.HashSet.contains:(Ljava/lang/Object;)Z
ifeq 12
9: .line 1009
goto 18
10: .line 1013
StackMap locals: sun.jvm.hotspot.types.Type
StackMap stack:
aload 4 /* pending */
aload 5 /* n */
invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
pop
11: .line 1014
aload 5 /* n */
invokeinterface sun.jvm.hotspot.types.Type.getSuperclass:()Lsun/jvm/hotspot/types/Type;
astore 5 /* n */
12: .line 1012
StackMap locals:
StackMap stack:
aload 5 /* n */
ifnull 17
aload 3 /* emitted */
aload 5 /* n */
invokeinterface sun.jvm.hotspot.types.Type.getName:()Ljava/lang/String;
invokevirtual java.util.HashSet.contains:(Ljava/lang/Object;)Z
ifeq 10
13: .line 1016
goto 17
14: .line 1017
StackMap locals:
StackMap stack:
aload 4 /* pending */
invokevirtual java.util.Stack.pop:()Ljava/lang/Object;
checkcast sun.jvm.hotspot.types.Type
astore 5 /* n */
15: .line 1018
aload 0 /* this */
getfield sun.jvm.hotspot.CommandProcessor$23.this$0:Lsun/jvm/hotspot/CommandProcessor;
aload 5 /* n */
invokevirtual sun.jvm.hotspot.CommandProcessor.dumpType:(Lsun/jvm/hotspot/types/Type;)V
16: .line 1019
aload 3 /* emitted */
aload 5 /* n */
invokeinterface sun.jvm.hotspot.types.Type.getName:()Ljava/lang/String;
invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
pop
17: .line 1016
StackMap locals:
StackMap stack:
aload 4 /* pending */
invokevirtual java.util.Stack.empty:()Z
ifeq 14
end local 5 // sun.jvm.hotspot.types.Type n
18: .line 1006
StackMap locals:
StackMap stack:
aload 2 /* i */
invokeinterface java.util.Iterator.hasNext:()Z
ifne 7
19: .line 1022
aload 0 /* this */
getfield sun.jvm.hotspot.CommandProcessor$23.this$0:Lsun/jvm/hotspot/CommandProcessor;
getfield sun.jvm.hotspot.CommandProcessor.agent:Lsun/jvm/hotspot/HotSpotAgent;
invokevirtual sun.jvm.hotspot.HotSpotAgent.getTypeDataBase:()Lsun/jvm/hotspot/types/TypeDataBase;
invokeinterface sun.jvm.hotspot.types.TypeDataBase.getTypes:()Ljava/util/Iterator;
astore 2 /* i */
20: .line 1023
goto 22
21: .line 1024
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield sun.jvm.hotspot.CommandProcessor$23.this$0:Lsun/jvm/hotspot/CommandProcessor;
aload 2 /* i */
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast sun.jvm.hotspot.types.Type
iconst_0
invokevirtual sun.jvm.hotspot.CommandProcessor.dumpFields:(Lsun/jvm/hotspot/types/Type;Z)V
22: .line 1023
StackMap locals:
StackMap stack:
aload 2 /* i */
invokeinterface java.util.Iterator.hasNext:()Z
ifne 21
23: .line 1026
return
end local 4 // java.util.Stack pending
end local 3 // java.util.HashSet emitted
end local 2 // java.util.Iterator i
end local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
end local 0 // sun.jvm.hotspot.CommandProcessor$23 this
LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lsun/jvm/hotspot/CommandProcessor$23;
0 24 1 t Lsun/jvm/hotspot/CommandProcessor$Tokens;
4 24 2 i Ljava/util/Iterator;
5 24 3 emitted Ljava/util/HashSet;
6 24 4 pending Ljava/util/Stack;
8 18 5 n Lsun/jvm/hotspot/types/Type;
MethodParameters:
Name Flags
t
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
sun.jvm.hotspot.CommandProcessor$23
abstract Command = sun.jvm.hotspot.CommandProcessor$Command of sun.jvm.hotspot.CommandProcessor
Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor