class sun.jvm.hotspot.CommandProcessor$5 extends sun.jvm.hotspot.CommandProcessor$Command
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.CommandProcessor$5
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$5 this
start local 3 // java.lang.String $anonymous0
start local 4 // java.lang.String $anonymous1
start local 5 // boolean $anonymous2
0: .line 504
aload 0 /* this */
aload 2
putfield sun.jvm.hotspot.CommandProcessor$5.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$5 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/CommandProcessor$5;
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=11, args_size=2
start local 0 // sun.jvm.hotspot.CommandProcessor$5 this
start local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
0: .line 509
aload 1 /* t */
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
iconst_1
if_icmpeq 3
1: .line 510
aload 0 /* this */
invokevirtual sun.jvm.hotspot.CommandProcessor$5.usage:()V
2: .line 511
return
3: .line 513
StackMap locals:
StackMap stack:
aload 1 /* t */
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
astore 2 /* name */
start local 2 // java.lang.String name
4: .line 514
aconst_null
astore 3 /* a */
start local 3 // sun.jvm.hotspot.debugger.Address a
5: .line 516
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getDebugger:()Lsun/jvm/hotspot/debugger/JVMDebugger;
aload 2 /* name */
invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
astore 3 /* a */
6: .line 517
goto 8
StackMap locals: sun.jvm.hotspot.CommandProcessor$5 sun.jvm.hotspot.CommandProcessor$Tokens java.lang.String sun.jvm.hotspot.debugger.Address
StackMap stack: java.lang.NumberFormatException
7: pop
8: .line 518
StackMap locals:
StackMap stack:
aload 3 /* a */
ifnull 19
9: .line 522
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getCodeCache:()Lsun/jvm/hotspot/code/CodeCache;
aload 3 /* a */
invokevirtual sun.jvm.hotspot.code.CodeCache.findBlob:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
astore 4 /* cb */
start local 4 // sun.jvm.hotspot.code.CodeBlob cb
10: .line 523
aload 4 /* cb */
ifnull 13
aload 4 /* cb */
instanceof sun.jvm.hotspot.code.NMethod
ifeq 13
11: .line 524
aload 4 /* cb */
checkcast sun.jvm.hotspot.code.NMethod
aload 0 /* this */
getfield sun.jvm.hotspot.CommandProcessor$5.this$0:Lsun/jvm/hotspot/CommandProcessor;
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
invokevirtual sun.jvm.hotspot.code.NMethod.dumpReplayData:(Ljava/io/PrintStream;)V
12: .line 525
return
13: .line 528
StackMap locals: sun.jvm.hotspot.code.CodeBlob
StackMap stack:
aload 3 /* a */
invokestatic sun.jvm.hotspot.oops.Metadata.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/oops/Metadata;
astore 5 /* meta */
start local 5 // sun.jvm.hotspot.oops.Metadata meta
14: .line 529
aload 5 /* meta */
ifnull 17
15: .line 530
aload 5 /* meta */
aload 0 /* this */
getfield sun.jvm.hotspot.CommandProcessor$5.this$0:Lsun/jvm/hotspot/CommandProcessor;
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
invokevirtual sun.jvm.hotspot.oops.Metadata.dumpReplayData:(Ljava/io/PrintStream;)V
16: .line 531
goto 19
17: .line 532
StackMap locals: sun.jvm.hotspot.oops.Metadata
StackMap stack:
aload 0 /* this */
invokevirtual sun.jvm.hotspot.CommandProcessor$5.usage:()V
18: .line 533
return
end local 5 // sun.jvm.hotspot.oops.Metadata meta
end local 4 // sun.jvm.hotspot.code.CodeBlob cb
19: .line 537
StackMap locals:
StackMap stack:
aload 2 /* name */
ldc "-a"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
istore 4 /* all */
start local 4 // boolean all
20: .line 538
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getThreads:()Lsun/jvm/hotspot/runtime/Threads;
astore 5 /* threads */
start local 5 // sun.jvm.hotspot.runtime.Threads threads
21: .line 539
iconst_0
istore 6 /* i */
start local 6 // int i
22: goto 33
23: .line 540
StackMap locals: int sun.jvm.hotspot.runtime.Threads int
StackMap stack:
aload 5 /* threads */
iload 6 /* i */
invokevirtual sun.jvm.hotspot.runtime.Threads.getJavaThreadAt:(I)Lsun/jvm/hotspot/runtime/JavaThread;
astore 7 /* thread */
start local 7 // sun.jvm.hotspot.runtime.JavaThread thread
24: .line 541
new java.io.ByteArrayOutputStream
dup
invokespecial java.io.ByteArrayOutputStream.<init>:()V
astore 8 /* bos */
start local 8 // java.io.ByteArrayOutputStream bos
25: .line 542
aload 7 /* thread */
new java.io.PrintStream
dup
aload 8 /* bos */
invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
invokevirtual sun.jvm.hotspot.runtime.JavaThread.printThreadIDOn:(Ljava/io/PrintStream;)V
26: .line 543
iload 4 /* all */
ifne 27
aload 8 /* bos */
invokevirtual java.io.ByteArrayOutputStream.toString:()Ljava/lang/String;
aload 2 /* name */
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 32
27: .line 544
StackMap locals: sun.jvm.hotspot.runtime.JavaThread java.io.ByteArrayOutputStream
StackMap stack:
aload 7 /* thread */
instanceof sun.jvm.hotspot.runtime.CompilerThread
ifeq 32
28: .line 545
aload 7 /* thread */
checkcast sun.jvm.hotspot.runtime.CompilerThread
astore 9 /* ct */
start local 9 // sun.jvm.hotspot.runtime.CompilerThread ct
29: .line 546
aload 9 /* ct */
invokevirtual sun.jvm.hotspot.runtime.CompilerThread.env:()Lsun/jvm/hotspot/ci/ciEnv;
astore 10 /* env */
start local 10 // sun.jvm.hotspot.ci.ciEnv env
30: .line 547
aload 10 /* env */
ifnull 32
31: .line 548
aload 10 /* env */
aload 0 /* this */
getfield sun.jvm.hotspot.CommandProcessor$5.this$0:Lsun/jvm/hotspot/CommandProcessor;
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
invokevirtual sun.jvm.hotspot.ci.ciEnv.dumpReplayData:(Ljava/io/PrintStream;)V
end local 10 // sun.jvm.hotspot.ci.ciEnv env
end local 9 // sun.jvm.hotspot.runtime.CompilerThread ct
end local 8 // java.io.ByteArrayOutputStream bos
end local 7 // sun.jvm.hotspot.runtime.JavaThread thread
32: .line 539
StackMap locals:
StackMap stack:
iinc 6 /* i */ 1
StackMap locals:
StackMap stack:
33: iload 6 /* i */
aload 5 /* threads */
invokevirtual sun.jvm.hotspot.runtime.Threads.getNumberOfThreads:()I
if_icmplt 23
end local 6 // int i
34: .line 553
return
end local 5 // sun.jvm.hotspot.runtime.Threads threads
end local 4 // boolean all
end local 3 // sun.jvm.hotspot.debugger.Address a
end local 2 // java.lang.String name
end local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
end local 0 // sun.jvm.hotspot.CommandProcessor$5 this
LocalVariableTable:
Start End Slot Name Signature
0 35 0 this Lsun/jvm/hotspot/CommandProcessor$5;
0 35 1 t Lsun/jvm/hotspot/CommandProcessor$Tokens;
4 35 2 name Ljava/lang/String;
5 35 3 a Lsun/jvm/hotspot/debugger/Address;
10 19 4 cb Lsun/jvm/hotspot/code/CodeBlob;
14 19 5 meta Lsun/jvm/hotspot/oops/Metadata;
20 35 4 all Z
21 35 5 threads Lsun/jvm/hotspot/runtime/Threads;
22 34 6 i I
24 32 7 thread Lsun/jvm/hotspot/runtime/JavaThread;
25 32 8 bos Ljava/io/ByteArrayOutputStream;
29 32 9 ct Lsun/jvm/hotspot/runtime/CompilerThread;
30 32 10 env Lsun/jvm/hotspot/ci/ciEnv;
Exception table:
from to target type
5 6 7 Class java.lang.NumberFormatException
MethodParameters:
Name Flags
t
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
sun.jvm.hotspot.CommandProcessor$5
abstract Command = sun.jvm.hotspot.CommandProcessor$Command of sun.jvm.hotspot.CommandProcessor
Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor