class sun.jvm.hotspot.CommandProcessor$18 extends sun.jvm.hotspot.CommandProcessor$Command
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.CommandProcessor$18
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 start local 3 start local 4 start local 5 0: aload 0
aload 2
putfield sun.jvm.hotspot.CommandProcessor$18.this$0:Lsun/jvm/hotspot/CommandProcessor;
aload 0
aload 1
aload 3
aload 4
iload 5
invokespecial sun.jvm.hotspot.CommandProcessor$Command.<init>:(Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
return
end local 5 end local 4 end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/CommandProcessor$18;
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=5, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
iconst_1
if_icmpeq 3
1: aload 0
invokevirtual sun.jvm.hotspot.CommandProcessor$18.usage:()V
2: goto 11
3: StackMap locals:
StackMap stack:
aload 1
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
astore 2
start local 2 4: aload 2
ldc "-a"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 8
5: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getClassLoaderDataGraph:()Lsun/jvm/hotspot/classfile/ClassLoaderDataGraph;
astore 3
start local 3 6: aload 3
new sun.jvm.hotspot.CommandProcessor$18$1
dup
aload 0
invokespecial sun.jvm.hotspot.CommandProcessor$18$1.<init>:(Lsun/jvm/hotspot/CommandProcessor$18;)V
invokevirtual sun.jvm.hotspot.classfile.ClassLoaderDataGraph.classesDo:(Lsun/jvm/hotspot/classfile/ClassLoaderDataGraph$ClassVisitor;)V
end local 3 7: goto 11
8: StackMap locals: java.lang.String
StackMap stack:
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
invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
astore 3
start local 3 9: aload 3
invokestatic sun.jvm.hotspot.oops.Metadata.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/oops/Metadata;
checkcast sun.jvm.hotspot.oops.MethodData
astore 4
start local 4 10: aload 4
aload 0
getfield sun.jvm.hotspot.CommandProcessor$18.this$0:Lsun/jvm/hotspot/CommandProcessor;
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
invokevirtual sun.jvm.hotspot.oops.MethodData.printDataOn:(Ljava/io/PrintStream;)V
end local 4 end local 3 end local 2 11: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lsun/jvm/hotspot/CommandProcessor$18;
0 12 1 t Lsun/jvm/hotspot/CommandProcessor$Tokens;
4 11 2 s Ljava/lang/String;
6 7 3 cldg Lsun/jvm/hotspot/classfile/ClassLoaderDataGraph;
9 11 3 a Lsun/jvm/hotspot/debugger/Address;
10 11 4 mdo Lsun/jvm/hotspot/oops/MethodData;
MethodParameters:
Name Flags
t
static sun.jvm.hotspot.CommandProcessor access$0(sun.jvm.hotspot.CommandProcessor$18);
descriptor: (Lsun/jvm/hotspot/CommandProcessor$18;)Lsun/jvm/hotspot/CommandProcessor;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
getfield sun.jvm.hotspot.CommandProcessor$18.this$0:Lsun/jvm/hotspot/CommandProcessor;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
sun.jvm.hotspot.CommandProcessor$18
sun.jvm.hotspot.CommandProcessor$18$1
abstract Command = sun.jvm.hotspot.CommandProcessor$Command of sun.jvm.hotspot.CommandProcessor
Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor
public abstract ClassVisitor = sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassVisitor of sun.jvm.hotspot.classfile.ClassLoaderDataGraph