class sun.jvm.hotspot.CommandProcessor$6 extends sun.jvm.hotspot.CommandProcessor$Command
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.CommandProcessor$6
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$6 this
start local 3 // java.lang.String $anonymous0
start local 4 // java.lang.String $anonymous1
start local 5 // boolean $anonymous2
0: .line 551
aload 0 /* this */
aload 2
putfield sun.jvm.hotspot.CommandProcessor$6.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$6 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/CommandProcessor$6;
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$6 this
start local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
0: .line 557
aload 1 /* t */
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
istore 2 /* tcount */
start local 2 // int tcount
1: .line 558
iload 2 /* tcount */
iconst_2
if_icmple 4
2: .line 559
aload 0 /* this */
invokevirtual sun.jvm.hotspot.CommandProcessor$6.usage:()V
3: .line 560
return
4: .line 563
StackMap locals: int
StackMap stack:
ldc ""
astore 3 /* prefix */
start local 3 // java.lang.String prefix
5: .line 564
ldc "all"
astore 4 /* option */
start local 4 // java.lang.String option
6: .line 565
iload 2 /* tcount */
tableswitch { // 0 - 2
0: 7
1: 8
2: 14
default: 17
}
7: .line 567
StackMap locals: java.lang.String java.lang.String
StackMap stack:
goto 19
8: .line 569
StackMap locals:
StackMap stack:
aload 1 /* t */
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
astore 4 /* option */
9: .line 570
aload 4 /* option */
ldc "all"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 19
aload 4 /* option */
ldc "app"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 19
10: .line 571
aload 4 /* option */
ldc "root"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 19
11: .line 572
aload 4 /* option */
astore 3 /* prefix */
12: .line 573
ldc "all"
astore 4 /* option */
13: .line 575
goto 19
14: .line 577
StackMap locals:
StackMap stack:
aload 1 /* t */
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
astore 4 /* option */
15: .line 578
aload 1 /* t */
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
astore 3 /* prefix */
16: .line 579
goto 19
17: .line 581
StackMap locals:
StackMap stack:
aload 0 /* this */
invokevirtual sun.jvm.hotspot.CommandProcessor$6.usage:()V
18: .line 582
return
19: .line 584
StackMap locals:
StackMap stack:
aload 4 /* option */
ldc "all"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 23
aload 4 /* option */
ldc "app"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 23
20: .line 585
aload 4 /* option */
ldc "boot"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 23
21: .line 586
aload 0 /* this */
invokevirtual sun.jvm.hotspot.CommandProcessor$6.usage:()V
22: .line 587
return
23: .line 589
StackMap locals:
StackMap stack:
new sun.jvm.hotspot.tools.jcore.ClassDump
dup
invokespecial sun.jvm.hotspot.tools.jcore.ClassDump.<init>:()V
astore 5 /* cd */
start local 5 // sun.jvm.hotspot.tools.jcore.ClassDump cd
24: .line 590
aload 4 /* option */
ldc "all"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 25
aload 4 /* option */
ldc "boot"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 28
25: .line 591
StackMap locals: sun.jvm.hotspot.tools.jcore.ClassDump
StackMap stack:
aload 5 /* cd */
new sun.jvm.hotspot.CommandProcessor$BootFilter
dup
invokespecial sun.jvm.hotspot.CommandProcessor$BootFilter.<init>:()V
invokevirtual sun.jvm.hotspot.tools.jcore.ClassDump.setClassFilter:(Lsun/jvm/hotspot/tools/jcore/ClassFilter;)V
26: .line 592
aload 5 /* cd */
new java.lang.StringBuilder
dup
aload 3 /* prefix */
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc "boot.jar"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual sun.jvm.hotspot.tools.jcore.ClassDump.setJarOutput:(Ljava/lang/String;)V
27: .line 593
aload 5 /* cd */
invokevirtual sun.jvm.hotspot.tools.jcore.ClassDump.run:()V
28: .line 595
StackMap locals:
StackMap stack:
aload 4 /* option */
ldc "all"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 29
aload 4 /* option */
ldc "app"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 35
29: .line 596
StackMap locals:
StackMap stack:
aload 5 /* cd */
new sun.jvm.hotspot.CommandProcessor$NonBootFilter
dup
invokespecial sun.jvm.hotspot.CommandProcessor$NonBootFilter.<init>:()V
invokevirtual sun.jvm.hotspot.tools.jcore.ClassDump.setClassFilter:(Lsun/jvm/hotspot/tools/jcore/ClassFilter;)V
30: .line 597
aload 5 /* cd */
new java.lang.StringBuilder
dup
aload 3 /* prefix */
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc "app.jar"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual sun.jvm.hotspot.tools.jcore.ClassDump.setJarOutput:(Ljava/lang/String;)V
31: .line 598
aload 5 /* cd */
invokevirtual sun.jvm.hotspot.tools.jcore.ClassDump.run:()V
end local 5 // sun.jvm.hotspot.tools.jcore.ClassDump cd
end local 4 // java.lang.String option
end local 3 // java.lang.String prefix
32: .line 600
goto 35
StackMap locals: sun.jvm.hotspot.CommandProcessor$6 sun.jvm.hotspot.CommandProcessor$Tokens int
StackMap stack: java.io.IOException
33: astore 3 /* ioe */
start local 3 // java.io.IOException ioe
34: .line 601
aload 3 /* ioe */
invokevirtual java.io.IOException.printStackTrace:()V
end local 3 // java.io.IOException ioe
35: .line 603
StackMap locals:
StackMap stack:
return
end local 2 // int tcount
end local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
end local 0 // sun.jvm.hotspot.CommandProcessor$6 this
LocalVariableTable:
Start End Slot Name Signature
0 36 0 this Lsun/jvm/hotspot/CommandProcessor$6;
0 36 1 t Lsun/jvm/hotspot/CommandProcessor$Tokens;
1 36 2 tcount I
5 32 3 prefix Ljava/lang/String;
6 32 4 option Ljava/lang/String;
24 32 5 cd Lsun/jvm/hotspot/tools/jcore/ClassDump;
34 35 3 ioe Ljava/io/IOException;
Exception table:
from to target type
4 18 33 Class java.io.IOException
19 22 33 Class java.io.IOException
23 32 33 Class java.io.IOException
MethodParameters:
Name Flags
t
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
sun.jvm.hotspot.CommandProcessor$6
public BootFilter = sun.jvm.hotspot.CommandProcessor$BootFilter of sun.jvm.hotspot.CommandProcessor
abstract Command = sun.jvm.hotspot.CommandProcessor$Command of sun.jvm.hotspot.CommandProcessor
public NonBootFilter = sun.jvm.hotspot.CommandProcessor$NonBootFilter of sun.jvm.hotspot.CommandProcessor
Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor