class sun.jvm.hotspot.CommandProcessor$12 extends sun.jvm.hotspot.CommandProcessor$Command
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.CommandProcessor$12
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$12 this
start local 3 // java.lang.String $anonymous0
start local 4 // java.lang.String $anonymous1
start local 5 // boolean $anonymous2
0: .line 683
aload 0 /* this */
aload 2
putfield sun.jvm.hotspot.CommandProcessor$12.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$12 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/CommandProcessor$12;
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=4, locals=6, args_size=2
start local 0 // sun.jvm.hotspot.CommandProcessor$12 this
start local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
0: .line 685
aload 1 /* t */
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
istore 2 /* tokens */
start local 2 // int tokens
1: .line 686
aconst_null
astore 3 /* cmd */
start local 3 // sun.jvm.hotspot.CommandProcessor$Command cmd
2: .line 687
iload 2 /* tokens */
iconst_1
if_icmpne 4
3: .line 688
aload 0 /* this */
getfield sun.jvm.hotspot.CommandProcessor$12.this$0:Lsun/jvm/hotspot/CommandProcessor;
aload 1 /* t */
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
invokevirtual sun.jvm.hotspot.CommandProcessor.findCommand:(Ljava/lang/String;)Lsun/jvm/hotspot/CommandProcessor$Command;
astore 3 /* cmd */
4: .line 691
StackMap locals: int sun.jvm.hotspot.CommandProcessor$Command
StackMap stack:
aload 3 /* cmd */
ifnull 7
5: .line 692
aload 3 /* cmd */
invokevirtual sun.jvm.hotspot.CommandProcessor$Command.usage:()V
6: .line 693
goto 17
StackMap locals:
StackMap stack:
7: iload 2 /* tokens */
ifne 17
8: .line 694
aload 0 /* this */
getfield sun.jvm.hotspot.CommandProcessor$12.this$0:Lsun/jvm/hotspot/CommandProcessor;
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc "Available commands:"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
9: .line 695
aload 0 /* this */
getfield sun.jvm.hotspot.CommandProcessor$12.this$0:Lsun/jvm/hotspot/CommandProcessor;
getfield sun.jvm.hotspot.CommandProcessor.commands:Ljava/util/HashMap;
invokevirtual java.util.HashMap.keySet:()Ljava/util/Set;
invokeinterface java.util.Set.toArray:()[Ljava/lang/Object;
astore 4 /* keys */
start local 4 // java.lang.Object[] keys
10: .line 696
aload 4 /* keys */
new sun.jvm.hotspot.CommandProcessor$12$1
dup
aload 0 /* this */
invokespecial sun.jvm.hotspot.CommandProcessor$12$1.<init>:(Lsun/jvm/hotspot/CommandProcessor$12;)V
invokestatic java.util.Arrays.sort:([Ljava/lang/Object;Ljava/util/Comparator;)V
11: .line 701
iconst_0
istore 5 /* i */
start local 5 // int i
12: goto 16
13: .line 702
StackMap locals: java.lang.Object[] int
StackMap stack:
aload 0 /* this */
getfield sun.jvm.hotspot.CommandProcessor$12.this$0:Lsun/jvm/hotspot/CommandProcessor;
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc " "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
14: .line 703
aload 0 /* this */
getfield sun.jvm.hotspot.CommandProcessor$12.this$0:Lsun/jvm/hotspot/CommandProcessor;
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
aload 0 /* this */
getfield sun.jvm.hotspot.CommandProcessor$12.this$0:Lsun/jvm/hotspot/CommandProcessor;
getfield sun.jvm.hotspot.CommandProcessor.commands:Ljava/util/HashMap;
aload 4 /* keys */
iload 5 /* i */
aaload
invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast sun.jvm.hotspot.CommandProcessor$Command
getfield sun.jvm.hotspot.CommandProcessor$Command.usage:Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
15: .line 701
iinc 5 /* i */ 1
StackMap locals:
StackMap stack:
16: iload 5 /* i */
aload 4 /* keys */
arraylength
if_icmplt 13
end local 5 // int i
end local 4 // java.lang.Object[] keys
17: .line 706
StackMap locals:
StackMap stack:
return
end local 3 // sun.jvm.hotspot.CommandProcessor$Command cmd
end local 2 // int tokens
end local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
end local 0 // sun.jvm.hotspot.CommandProcessor$12 this
LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lsun/jvm/hotspot/CommandProcessor$12;
0 18 1 t Lsun/jvm/hotspot/CommandProcessor$Tokens;
1 18 2 tokens I
2 18 3 cmd Lsun/jvm/hotspot/CommandProcessor$Command;
10 17 4 keys [Ljava/lang/Object;
12 17 5 i I
MethodParameters:
Name Flags
t
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
sun.jvm.hotspot.CommandProcessor$12
sun.jvm.hotspot.CommandProcessor$12$1
abstract Command = sun.jvm.hotspot.CommandProcessor$Command of sun.jvm.hotspot.CommandProcessor
Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor