class sun.jvm.hotspot.CommandProcessor$35 extends sun.jvm.hotspot.CommandProcessor$Command
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.CommandProcessor$35
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$35 this
start local 3 // java.lang.String $anonymous0
start local 4 // java.lang.String $anonymous1
start local 5 // boolean $anonymous2
0: .line 1171
aload 0 /* this */
aload 2
putfield sun.jvm.hotspot.CommandProcessor$35.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$35 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/CommandProcessor$35;
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$35 this
start local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
0: .line 1173
aload 1 /* t */
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
iconst_2
if_icmpeq 3
aload 1 /* t */
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
iconst_3
if_icmpeq 3
1: .line 1174
aload 0 /* this */
invokevirtual sun.jvm.hotspot.CommandProcessor$35.usage:()V
2: .line 1175
goto 25
3: .line 1176
StackMap locals:
StackMap stack:
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lstore 2 /* stride */
start local 2 // long stride
4: .line 1177
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 1 /* t */
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
astore 4 /* base */
start local 4 // sun.jvm.hotspot.debugger.Address base
5: .line 1178
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 1 /* t */
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
astore 5 /* end */
start local 5 // sun.jvm.hotspot.debugger.Address end
6: .line 1179
aconst_null
astore 6 /* klass */
start local 6 // sun.jvm.hotspot.oops.Klass klass
7: .line 1180
aload 1 /* t */
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
iconst_1
if_icmpne 24
8: .line 1181
aload 1 /* t */
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
invokestatic sun.jvm.hotspot.utilities.SystemDictionaryHelper.findInstanceKlass:(Ljava/lang/String;)Lsun/jvm/hotspot/oops/InstanceKlass;
astore 6 /* klass */
9: .line 1182
aload 6 /* klass */
ifnonnull 24
10: .line 1183
aload 0 /* this */
getfield sun.jvm.hotspot.CommandProcessor$35.this$0:Lsun/jvm/hotspot/CommandProcessor;
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc "No such type."
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
11: .line 1184
return
12: .line 1188
StackMap locals: sun.jvm.hotspot.CommandProcessor$35 sun.jvm.hotspot.CommandProcessor$Tokens long sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.oops.Klass
StackMap stack:
lload 2 /* stride */
lstore 7 /* step */
start local 7 // long step
13: .line 1189
aload 4 /* base */
lconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetToAsOopHandle:(J)Lsun/jvm/hotspot/debugger/OopHandle;
astore 9 /* handle */
start local 9 // sun.jvm.hotspot.debugger.OopHandle handle
14: .line 1190
aload 9 /* handle */
invokestatic sun.jvm.hotspot.utilities.RobustOopDeterminator.oopLooksValid:(Lsun/jvm/hotspot/debugger/OopHandle;)Z
ifeq 23
15: .line 1192
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getObjectHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
aload 9 /* handle */
invokevirtual sun.jvm.hotspot.oops.ObjectHeap.newOop:(Lsun/jvm/hotspot/debugger/OopHandle;)Lsun/jvm/hotspot/oops/Oop;
astore 10 /* oop */
start local 10 // sun.jvm.hotspot.oops.Oop oop
16: .line 1193
aload 6 /* klass */
ifnull 17
aload 10 /* oop */
invokevirtual sun.jvm.hotspot.oops.Oop.getKlass:()Lsun/jvm/hotspot/oops/Klass;
aload 6 /* klass */
invokevirtual sun.jvm.hotspot.oops.Klass.isSubtypeOf:(Lsun/jvm/hotspot/oops/Klass;)Z
ifeq 18
17: .line 1194
StackMap locals: long sun.jvm.hotspot.debugger.OopHandle sun.jvm.hotspot.oops.Oop
StackMap stack:
aload 0 /* this */
getfield sun.jvm.hotspot.CommandProcessor$35.this$0:Lsun/jvm/hotspot/CommandProcessor;
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
aload 9 /* handle */
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc " "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 10 /* oop */
invokevirtual sun.jvm.hotspot.oops.Oop.getKlass:()Lsun/jvm/hotspot/oops/Klass;
invokevirtual sun.jvm.hotspot.oops.Klass.getName:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
18: .line 1195
StackMap locals:
StackMap stack:
aload 10 /* oop */
invokevirtual sun.jvm.hotspot.oops.Oop.getObjectSize:()J
lstore 7 /* step */
end local 10 // sun.jvm.hotspot.oops.Oop oop
19: .line 1196
goto 23
StackMap locals: sun.jvm.hotspot.CommandProcessor$35 sun.jvm.hotspot.CommandProcessor$Tokens long sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.oops.Klass long sun.jvm.hotspot.debugger.OopHandle
StackMap stack: sun.jvm.hotspot.oops.UnknownOopException
20: pop
goto 23
21: .line 1198
StackMap locals:
StackMap stack: java.lang.RuntimeException
astore 10 /* ex */
start local 10 // java.lang.RuntimeException ex
22: .line 1199
aload 10 /* ex */
invokevirtual java.lang.RuntimeException.printStackTrace:()V
end local 10 // java.lang.RuntimeException ex
23: .line 1202
StackMap locals:
StackMap stack:
aload 4 /* base */
lload 7 /* step */
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
astore 4 /* base */
end local 9 // sun.jvm.hotspot.debugger.OopHandle handle
end local 7 // long step
24: .line 1187
StackMap locals:
StackMap stack:
aload 4 /* base */
ifnull 25
aload 4 /* base */
aload 5 /* end */
invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
ifne 12
end local 6 // sun.jvm.hotspot.oops.Klass klass
end local 5 // sun.jvm.hotspot.debugger.Address end
end local 4 // sun.jvm.hotspot.debugger.Address base
end local 2 // long stride
25: .line 1205
StackMap locals: sun.jvm.hotspot.CommandProcessor$35 sun.jvm.hotspot.CommandProcessor$Tokens
StackMap stack:
return
end local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
end local 0 // sun.jvm.hotspot.CommandProcessor$35 this
LocalVariableTable:
Start End Slot Name Signature
0 26 0 this Lsun/jvm/hotspot/CommandProcessor$35;
0 26 1 t Lsun/jvm/hotspot/CommandProcessor$Tokens;
4 25 2 stride J
5 25 4 base Lsun/jvm/hotspot/debugger/Address;
6 25 5 end Lsun/jvm/hotspot/debugger/Address;
7 25 6 klass Lsun/jvm/hotspot/oops/Klass;
13 24 7 step J
14 24 9 handle Lsun/jvm/hotspot/debugger/OopHandle;
16 19 10 oop Lsun/jvm/hotspot/oops/Oop;
22 23 10 ex Ljava/lang/RuntimeException;
Exception table:
from to target type
15 19 20 Class sun.jvm.hotspot.oops.UnknownOopException
15 19 21 Class java.lang.RuntimeException
MethodParameters:
Name Flags
t
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
sun.jvm.hotspot.CommandProcessor$35
abstract Command = sun.jvm.hotspot.CommandProcessor$Command of sun.jvm.hotspot.CommandProcessor
Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor