public class sun.jvm.hotspot.CommandProcessor
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.CommandProcessor
super_class: java.lang.Object
{
volatile boolean quit;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
private final sun.jvm.hotspot.CommandProcessor$Command[] commandList;
descriptor: [Lsun/jvm/hotspot/CommandProcessor$Command;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private boolean verboseExceptions;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private java.util.ArrayList history;
descriptor: Ljava/util/ArrayList;
flags: (0x0002) ACC_PRIVATE
private java.util.HashMap commands;
descriptor: Ljava/util/HashMap;
flags: (0x0002) ACC_PRIVATE
private boolean doEcho;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.CommandProcessor$DebuggerInterface debugger;
descriptor: Lsun/jvm/hotspot/CommandProcessor$DebuggerInterface;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.HotSpotAgent agent;
descriptor: Lsun/jvm/hotspot/HotSpotAgent;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.utilities.soql.JSJavaScriptEngine jsengine;
descriptor: Lsun/jvm/hotspot/utilities/soql/JSJavaScriptEngine;
flags: (0x0002) ACC_PRIVATE
private java.io.BufferedReader in;
descriptor: Ljava/io/BufferedReader;
flags: (0x0002) ACC_PRIVATE
private java.io.PrintStream out;
descriptor: Ljava/io/PrintStream;
flags: (0x0002) ACC_PRIVATE
private java.io.PrintStream err;
descriptor: Ljava/io/PrintStream;
flags: (0x0002) ACC_PRIVATE
static java.util.regex.Pattern historyPattern;
descriptor: Ljava/util/regex/Pattern;
flags: (0x0008) ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc "((!\\*)|(!\\$)|(!!-?)|(!-?[0-9][0-9]*)|(![a-zA-Z][^ ]*))"
invokestatic java.util.regex.Pattern.compile:(Ljava/lang/String;)Ljava/util/regex/Pattern;
putstatic sun.jvm.hotspot.CommandProcessor.historyPattern:Ljava/util/regex/Pattern;
return
LocalVariableTable:
Start End Slot Name Signature
void quote(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ldc " "
invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
iconst_m1
if_icmpne 3
1: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
aload 1
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
2: goto 6
3: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc "\""
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
4: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
aload 1
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
5: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc "\""
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/jvm/hotspot/CommandProcessor;
0 7 1 s Ljava/lang/String;
MethodParameters:
Name Flags
s
void dumpType(sun.jvm.hotspot.types.Type);
descriptor: (Lsun/jvm/hotspot/types/Type;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc "type "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
1: aload 0
aload 1
invokeinterface sun.jvm.hotspot.types.Type.getName:()Ljava/lang/String;
invokevirtual sun.jvm.hotspot.CommandProcessor.quote:(Ljava/lang/String;)V
2: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc " "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
3: aload 1
invokeinterface sun.jvm.hotspot.types.Type.getSuperclass:()Lsun/jvm/hotspot/types/Type;
ifnull 7
4: aload 0
aload 1
invokeinterface sun.jvm.hotspot.types.Type.getSuperclass:()Lsun/jvm/hotspot/types/Type;
invokeinterface sun.jvm.hotspot.types.Type.getName:()Ljava/lang/String;
invokevirtual sun.jvm.hotspot.CommandProcessor.quote:(Ljava/lang/String;)V
5: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc " "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
6: goto 8
7: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc "null "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
8: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
aload 1
invokeinterface sun.jvm.hotspot.types.Type.isOopType:()Z
invokevirtual java.io.PrintStream.print:(Z)V
9: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc " "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
10: aload 1
invokeinterface sun.jvm.hotspot.types.Type.isCIntegerType:()Z
ifeq 15
11: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc "true "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
12: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
aload 1
checkcast sun.jvm.hotspot.types.CIntegerType
invokeinterface sun.jvm.hotspot.types.CIntegerType.isUnsigned:()Z
invokevirtual java.io.PrintStream.print:(Z)V
13: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc " "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
14: goto 16
15: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc "false false "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
16: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
aload 1
invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
invokevirtual java.io.PrintStream.print:(J)V
17: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
invokevirtual java.io.PrintStream.println:()V
18: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lsun/jvm/hotspot/CommandProcessor;
0 19 1 type Lsun/jvm/hotspot/types/Type;
MethodParameters:
Name Flags
type
void dumpFields(sun.jvm.hotspot.types.Type);
descriptor: (Lsun/jvm/hotspot/types/Type;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_1
invokevirtual sun.jvm.hotspot.CommandProcessor.dumpFields:(Lsun/jvm/hotspot/types/Type;Z)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/CommandProcessor;
0 2 1 type Lsun/jvm/hotspot/types/Type;
MethodParameters:
Name Flags
type
void dumpFields(sun.jvm.hotspot.types.Type, boolean);
descriptor: (Lsun/jvm/hotspot/types/Type;Z)V
flags: (0x0000)
Code:
stack=3, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokeinterface sun.jvm.hotspot.types.Type.getFields:()Ljava/util/Iterator;
astore 3
start local 3 1: goto 20
2: StackMap locals: java.util.Iterator
StackMap stack:
aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast sun.jvm.hotspot.types.Field
astore 4
start local 4 3: iload 2
ifne 4
aload 4
invokeinterface sun.jvm.hotspot.types.Field.isStatic:()Z
ifeq 4
goto 20
4: StackMap locals: sun.jvm.hotspot.types.Field
StackMap stack:
aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc "field "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
5: aload 0
aload 1
invokeinterface sun.jvm.hotspot.types.Type.getName:()Ljava/lang/String;
invokevirtual sun.jvm.hotspot.CommandProcessor.quote:(Ljava/lang/String;)V
6: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc " "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
7: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
aload 4
invokeinterface sun.jvm.hotspot.types.Field.getName:()Ljava/lang/String;
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
8: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc " "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
9: aload 0
aload 4
invokeinterface sun.jvm.hotspot.types.Field.getType:()Lsun/jvm/hotspot/types/Type;
invokeinterface sun.jvm.hotspot.types.Type.getName:()Ljava/lang/String;
invokevirtual sun.jvm.hotspot.CommandProcessor.quote:(Ljava/lang/String;)V
10: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc " "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
11: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
aload 4
invokeinterface sun.jvm.hotspot.types.Field.isStatic:()Z
invokevirtual java.io.PrintStream.print:(Z)V
12: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc " "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
13: aload 4
invokeinterface sun.jvm.hotspot.types.Field.isStatic:()Z
ifeq 17
14: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc "0 "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
15: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
aload 4
invokeinterface sun.jvm.hotspot.types.Field.getStaticFieldAddress:()Lsun/jvm/hotspot/debugger/Address;
invokevirtual java.io.PrintStream.print:(Ljava/lang/Object;)V
16: goto 19
17: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
aload 4
invokeinterface sun.jvm.hotspot.types.Field.getOffset:()J
invokevirtual java.io.PrintStream.print:(J)V
18: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc " 0x0"
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
19: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
invokevirtual java.io.PrintStream.println:()V
end local 4 20: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
21: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lsun/jvm/hotspot/CommandProcessor;
0 22 1 type Lsun/jvm/hotspot/types/Type;
0 22 2 allowStatic Z
1 22 3 i Ljava/util/Iterator;
3 20 4 f Lsun/jvm/hotspot/types/Field;
MethodParameters:
Name Flags
type
allowStatic
sun.jvm.hotspot.debugger.Address lookup(java.lang.String);
descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0000)
Code:
stack=4, locals=6, args_size=2
start local 0 start local 1 0: aload 1
ldc "::"
invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
iconst_m1
if_icmpeq 15
1: aload 1
ldc "::"
invokevirtual java.lang.String.split:(Ljava/lang/String;)[Ljava/lang/String;
astore 2
start local 2 2: new java.lang.StringBuffer
dup
ldc "__1c"
invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
astore 3
start local 3 3: iconst_0
istore 4
start local 4 4: goto 12
5: StackMap locals: java.lang.String[] java.lang.StringBuffer int
StackMap stack:
aload 2
iload 4
aaload
invokevirtual java.lang.String.length:()I
istore 5
start local 5 6: iload 5
bipush 26
if_icmplt 9
7: aload 3
bipush 97
iload 5
bipush 26
idiv
iadd
i2c
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
8: iload 5
bipush 26
irem
istore 5
9: StackMap locals: int
StackMap stack:
aload 3
bipush 65
iload 5
iadd
i2c
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
10: aload 3
aload 2
iload 4
aaload
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
end local 5 11: iinc 4 1
StackMap locals:
StackMap stack:
12: iload 4
aload 2
arraylength
if_icmplt 5
end local 4 13: aload 3
ldc "_"
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
14: aload 3
invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
astore 1
end local 3 end local 2 15: StackMap locals:
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;
aconst_null
aload 1
invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.lookup:(Ljava/lang/String;Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lsun/jvm/hotspot/CommandProcessor;
0 16 1 symbol Ljava/lang/String;
2 15 2 parts [Ljava/lang/String;
3 15 3 mangled Ljava/lang/StringBuffer;
4 13 4 i I
6 11 5 len I
MethodParameters:
Name Flags
symbol
sun.jvm.hotspot.debugger.Address parseAddress(java.lang.String);
descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: 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
invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/CommandProcessor;
0 1 1 addr Ljava/lang/String;
MethodParameters:
Name Flags
addr
private sun.jvm.hotspot.CommandProcessor$Command findCommand(java.lang.String);
descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/CommandProcessor$Command;
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.jvm.hotspot.CommandProcessor.commands:Ljava/util/HashMap;
aload 1
invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast sun.jvm.hotspot.CommandProcessor$Command
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/CommandProcessor;
0 1 1 key Ljava/lang/String;
MethodParameters:
Name Flags
key
public void printPrompt();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc "hsdb> "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/CommandProcessor;
private void preAttach();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/CommandProcessor;
private void postAttach();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=8, locals=2, args_size=1
start local 0 0: aload 0
new sun.jvm.hotspot.CommandProcessor$50
dup
aload 0
invokespecial sun.jvm.hotspot.CommandProcessor$50.<init>:(Lsun/jvm/hotspot/CommandProcessor;)V
putfield sun.jvm.hotspot.CommandProcessor.jsengine:Lsun/jvm/hotspot/utilities/soql/JSJavaScriptEngine;
1: aload 0
getfield sun.jvm.hotspot.CommandProcessor.jsengine:Lsun/jvm/hotspot/utilities/soql/JSJavaScriptEngine;
aload 0
2: aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
ldc "registerCommand"
3: iconst_3
anewarray java.lang.Class
dup
iconst_0
4: ldc Ljava/lang/String;
aastore
dup
iconst_1
ldc Ljava/lang/String;
aastore
dup
iconst_2
ldc Ljava/lang/String;
aastore
5: invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
6: invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaScriptEngine.defineFunction:(Ljava/lang/Object;Ljava/lang/reflect/Method;)V
7: goto 10
StackMap locals:
StackMap stack: java.lang.NoSuchMethodException
8: astore 1
start local 1 9: aload 1
invokevirtual java.lang.NoSuchMethodException.printStackTrace:()V
end local 1 10: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.CommandProcessor.jsengine:Lsun/jvm/hotspot/utilities/soql/JSJavaScriptEngine;
invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaScriptEngine.start:()V
11: goto 16
12: StackMap locals:
StackMap stack: java.lang.Exception
astore 1
start local 1 13: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "Warning! JS Engine can't start, some commands will not be available."
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
14: aload 0
getfield sun.jvm.hotspot.CommandProcessor.verboseExceptions:Z
ifeq 16
15: aload 1
aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
invokevirtual java.lang.Exception.printStackTrace:(Ljava/io/PrintStream;)V
end local 1 16: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lsun/jvm/hotspot/CommandProcessor;
9 10 1 exp Ljava/lang/NoSuchMethodException;
13 16 1 ex Ljava/lang/Exception;
Exception table:
from to target type
1 7 8 Class java.lang.NoSuchMethodException
0 11 12 Class java.lang.Exception
public void registerCommand(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=10, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield sun.jvm.hotspot.CommandProcessor.commands:Ljava/util/HashMap;
aload 1
new sun.jvm.hotspot.CommandProcessor$51
dup
aload 0
aload 0
aload 1
aload 2
iconst_0
aload 3
invokespecial sun.jvm.hotspot.CommandProcessor$51.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;)V
invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/CommandProcessor;
0 2 1 cmd Ljava/lang/String;
0 2 2 usage Ljava/lang/String;
0 2 3 func Ljava/lang/String;
MethodParameters:
Name Flags
cmd
usage
func final
public void setOutput(java.io.PrintStream);
descriptor: (Ljava/io/PrintStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/CommandProcessor;
0 2 1 o Ljava/io/PrintStream;
MethodParameters:
Name Flags
o
public void setErr(java.io.PrintStream);
descriptor: (Ljava/io/PrintStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield sun.jvm.hotspot.CommandProcessor.err:Ljava/io/PrintStream;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/CommandProcessor;
0 2 1 e Ljava/io/PrintStream;
MethodParameters:
Name Flags
e
public void <init>(sun.jvm.hotspot.CommandProcessor$DebuggerInterface, java.io.BufferedReader, java.io.PrintStream, java.io.PrintStream);
descriptor: (Lsun/jvm/hotspot/CommandProcessor$DebuggerInterface;Ljava/io/BufferedReader;Ljava/io/PrintStream;Ljava/io/PrintStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=11, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
bipush 49
anewarray sun.jvm.hotspot.CommandProcessor$Command
dup
iconst_0
2: new sun.jvm.hotspot.CommandProcessor$1
dup
aload 0
aload 0
ldc "reattach"
iconst_1
invokespecial sun.jvm.hotspot.CommandProcessor$1.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
aastore
dup
iconst_1
3: new sun.jvm.hotspot.CommandProcessor$2
dup
aload 0
aload 0
ldc "attach"
ldc "attach pid | exec core"
iconst_1
invokespecial sun.jvm.hotspot.CommandProcessor$2.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
iconst_2
4: new sun.jvm.hotspot.CommandProcessor$3
dup
aload 0
aload 0
ldc "detach"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$3.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
aastore
dup
iconst_3
5: new sun.jvm.hotspot.CommandProcessor$4
dup
aload 0
aload 0
ldc "examine"
ldc "examine [ address/count ] | [ address,address]"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$4.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
iconst_4
6: new sun.jvm.hotspot.CommandProcessor$5
dup
aload 0
aload 0
ldc "dumpreplaydata"
ldc "dumpreplaydata { <address > | -a | <thread_id> }"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$5.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
iconst_5
7: new sun.jvm.hotspot.CommandProcessor$6
dup
aload 0
aload 0
ldc "buildreplayjars"
ldc "buildreplayjars [ all | app | boot ] | [ prefix ]"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$6.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 6
8: new sun.jvm.hotspot.CommandProcessor$7
dup
aload 0
aload 0
ldc "findpc"
ldc "findpc address"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$7.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 7
9: new sun.jvm.hotspot.CommandProcessor$8
dup
aload 0
aload 0
ldc "symbol"
ldc "symbol address"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$8.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 8
10: new sun.jvm.hotspot.CommandProcessor$9
dup
aload 0
aload 0
ldc "flags"
ldc "flags [ flag | -nd ]"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$9.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 9
11: new sun.jvm.hotspot.CommandProcessor$10
dup
aload 0
aload 0
ldc "help"
ldc "help [ command ]"
iconst_1
invokespecial sun.jvm.hotspot.CommandProcessor$10.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 10
12: new sun.jvm.hotspot.CommandProcessor$11
dup
aload 0
aload 0
ldc "history"
ldc "history"
iconst_1
invokespecial sun.jvm.hotspot.CommandProcessor$11.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 11
13: new sun.jvm.hotspot.CommandProcessor$12
dup
aload 0
aload 0
ldc "dis"
ldc "dis address [length]"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$12.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 12
14: new sun.jvm.hotspot.CommandProcessor$13
dup
aload 0
aload 0
ldc "disassemble"
ldc "disassemble address"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$13.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 13
15: new sun.jvm.hotspot.CommandProcessor$14
dup
aload 0
aload 0
ldc "jdis"
ldc "jdis address"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$14.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 14
16: new sun.jvm.hotspot.CommandProcessor$15
dup
aload 0
aload 0
ldc "revptrs"
ldc "revptrs address"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$15.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 15
17: new sun.jvm.hotspot.CommandProcessor$16
dup
aload 0
aload 0
ldc "printmdo"
ldc "printmdo [ -a | expression ]"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$16.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 16
18: new sun.jvm.hotspot.CommandProcessor$17
dup
aload 0
aload 0
ldc "printall"
ldc "printall"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$17.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 17
19: new sun.jvm.hotspot.CommandProcessor$18
dup
aload 0
aload 0
ldc "dumpideal"
ldc "dumpideal { -a | id }"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$18.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 18
20: new sun.jvm.hotspot.CommandProcessor$19
dup
aload 0
aload 0
ldc "dumpcfg"
ldc "dumpcfg { -a | id }"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$19.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 19
21: new sun.jvm.hotspot.CommandProcessor$20
dup
aload 0
aload 0
ldc "dumpilt"
ldc "dumpilt { -a | id }"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$20.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 20
22: new sun.jvm.hotspot.CommandProcessor$21
dup
aload 0
aload 0
ldc "vmstructsdump"
ldc "vmstructsdump"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$21.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 21
23: new sun.jvm.hotspot.CommandProcessor$22
dup
aload 0
aload 0
ldc "inspect"
ldc "inspect expression"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$22.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 22
24: new sun.jvm.hotspot.CommandProcessor$23
dup
aload 0
aload 0
ldc "jhisto"
ldc "jhisto"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$23.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 23
25: new sun.jvm.hotspot.CommandProcessor$24
dup
aload 0
aload 0
ldc "jstack"
ldc "jstack [-v]"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$24.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 24
26: new sun.jvm.hotspot.CommandProcessor$25
dup
aload 0
aload 0
ldc "print"
ldc "print expression"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$25.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 25
27: new sun.jvm.hotspot.CommandProcessor$26
dup
aload 0
aload 0
ldc "printas"
ldc "printas type expression"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$26.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 26
28: new sun.jvm.hotspot.CommandProcessor$27
dup
aload 0
aload 0
ldc "printstatics"
ldc "printstatics [ type ]"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$27.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 27
29: new sun.jvm.hotspot.CommandProcessor$28
dup
aload 0
aload 0
ldc "pmap"
ldc "pmap"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$28.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 28
30: new sun.jvm.hotspot.CommandProcessor$29
dup
aload 0
aload 0
ldc "pstack"
ldc "pstack [-v]"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$29.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 29
31: new sun.jvm.hotspot.CommandProcessor$30
dup
aload 0
aload 0
ldc "quit"
iconst_1
invokespecial sun.jvm.hotspot.CommandProcessor$30.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
aastore
dup
bipush 30
32: new sun.jvm.hotspot.CommandProcessor$31
dup
aload 0
aload 0
ldc "echo"
ldc "echo [ true | false ]"
iconst_1
invokespecial sun.jvm.hotspot.CommandProcessor$31.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 31
33: new sun.jvm.hotspot.CommandProcessor$32
dup
aload 0
aload 0
ldc "versioncheck"
ldc "versioncheck [ true | false ]"
iconst_1
invokespecial sun.jvm.hotspot.CommandProcessor$32.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 32
34: new sun.jvm.hotspot.CommandProcessor$33
dup
aload 0
aload 0
ldc "scanoops"
ldc "scanoops start end [ type ]"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$33.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 33
35: new sun.jvm.hotspot.CommandProcessor$34
dup
aload 0
aload 0
ldc "intConstant"
ldc "intConstant [ name [ value ] ]"
iconst_1
invokespecial sun.jvm.hotspot.CommandProcessor$34.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 34
36: new sun.jvm.hotspot.CommandProcessor$35
dup
aload 0
aload 0
ldc "longConstant"
ldc "longConstant [ name [ value ] ]"
iconst_1
invokespecial sun.jvm.hotspot.CommandProcessor$35.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 35
37: new sun.jvm.hotspot.CommandProcessor$36
dup
aload 0
aload 0
ldc "field"
ldc "field [ type [ name fieldtype isStatic offset address ] ]"
iconst_1
invokespecial sun.jvm.hotspot.CommandProcessor$36.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 36
38: new sun.jvm.hotspot.CommandProcessor$37
dup
aload 0
aload 0
ldc "tokenize"
ldc "tokenize ..."
iconst_1
invokespecial sun.jvm.hotspot.CommandProcessor$37.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 37
39: new sun.jvm.hotspot.CommandProcessor$38
dup
aload 0
aload 0
ldc "type"
ldc "type [ type [ name super isOop isInteger isUnsigned size ] ]"
iconst_1
invokespecial sun.jvm.hotspot.CommandProcessor$38.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 38
40: new sun.jvm.hotspot.CommandProcessor$39
dup
aload 0
aload 0
ldc "source"
ldc "source filename"
iconst_1
invokespecial sun.jvm.hotspot.CommandProcessor$39.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 39
41: new sun.jvm.hotspot.CommandProcessor$40
dup
aload 0
aload 0
ldc "search"
ldc "search [ heap | perm | rawheap | codecache | threads ] value"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$40.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 40
42: new sun.jvm.hotspot.CommandProcessor$41
dup
aload 0
aload 0
ldc "dumpcodecache"
ldc "dumpcodecache"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$41.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 41
43: new sun.jvm.hotspot.CommandProcessor$42
dup
aload 0
aload 0
ldc "where"
ldc "where { -a | id }"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$42.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 42
44: new sun.jvm.hotspot.CommandProcessor$43
dup
aload 0
aload 0
ldc "thread"
ldc "thread { -a | id }"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$43.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 43
45: new sun.jvm.hotspot.CommandProcessor$44
dup
aload 0
aload 0
ldc "threads"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$44.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
aastore
dup
bipush 44
46: new sun.jvm.hotspot.CommandProcessor$45
dup
aload 0
aload 0
ldc "livenmethods"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$45.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
aastore
dup
bipush 45
47: new sun.jvm.hotspot.CommandProcessor$46
dup
aload 0
aload 0
ldc "g1regiondetails"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$46.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
aastore
dup
bipush 46
48: new sun.jvm.hotspot.CommandProcessor$47
dup
aload 0
aload 0
ldc "universe"
iconst_0
invokespecial sun.jvm.hotspot.CommandProcessor$47.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
aastore
dup
bipush 47
49: new sun.jvm.hotspot.CommandProcessor$48
dup
aload 0
aload 0
ldc "verbose"
ldc "verbose true | false"
iconst_1
invokespecial sun.jvm.hotspot.CommandProcessor$48.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
dup
bipush 48
50: new sun.jvm.hotspot.CommandProcessor$49
dup
aload 0
aload 0
ldc "assert"
ldc "assert true | false"
iconst_1
invokespecial sun.jvm.hotspot.CommandProcessor$49.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
aastore
putfield sun.jvm.hotspot.CommandProcessor.commandList:[Lsun/jvm/hotspot/CommandProcessor$Command;
51: aload 0
iconst_0
putfield sun.jvm.hotspot.CommandProcessor.verboseExceptions:Z
52: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
53: aload 0
new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
putfield sun.jvm.hotspot.CommandProcessor.commands:Ljava/util/HashMap;
54: aload 0
iconst_0
putfield sun.jvm.hotspot.CommandProcessor.doEcho:Z
55: aload 0
aload 1
putfield sun.jvm.hotspot.CommandProcessor.debugger:Lsun/jvm/hotspot/CommandProcessor$DebuggerInterface;
56: aload 0
aload 1
invokevirtual sun.jvm.hotspot.CommandProcessor$DebuggerInterface.getAgent:()Lsun/jvm/hotspot/HotSpotAgent;
putfield sun.jvm.hotspot.CommandProcessor.agent:Lsun/jvm/hotspot/HotSpotAgent;
57: aload 0
aload 2
putfield sun.jvm.hotspot.CommandProcessor.in:Ljava/io/BufferedReader;
58: aload 0
aload 3
putfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
59: aload 0
aload 4
putfield sun.jvm.hotspot.CommandProcessor.err:Ljava/io/PrintStream;
60: iconst_0
istore 5
start local 5 61: goto 67
62: StackMap locals: sun.jvm.hotspot.CommandProcessor sun.jvm.hotspot.CommandProcessor$DebuggerInterface java.io.BufferedReader java.io.PrintStream java.io.PrintStream int
StackMap stack:
aload 0
getfield sun.jvm.hotspot.CommandProcessor.commandList:[Lsun/jvm/hotspot/CommandProcessor$Command;
iload 5
aaload
astore 6
start local 6 63: aload 0
getfield sun.jvm.hotspot.CommandProcessor.commands:Ljava/util/HashMap;
aload 6
getfield sun.jvm.hotspot.CommandProcessor$Command.name:Ljava/lang/String;
invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
ifnull 65
64: new java.lang.InternalError
dup
new java.lang.StringBuilder
dup
aload 6
getfield sun.jvm.hotspot.CommandProcessor$Command.name:Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc " has multiple definitions"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
athrow
65: StackMap locals: sun.jvm.hotspot.CommandProcessor$Command
StackMap stack:
aload 0
getfield sun.jvm.hotspot.CommandProcessor.commands:Ljava/util/HashMap;
aload 6
getfield sun.jvm.hotspot.CommandProcessor$Command.name:Ljava/lang/String;
aload 6
invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
end local 6 66: iinc 5 1
StackMap locals:
StackMap stack:
67: iload 5
aload 0
getfield sun.jvm.hotspot.CommandProcessor.commandList:[Lsun/jvm/hotspot/CommandProcessor$Command;
arraylength
if_icmplt 62
end local 5 68: aload 1
invokevirtual sun.jvm.hotspot.CommandProcessor$DebuggerInterface.isAttached:()Z
ifeq 70
69: aload 0
invokevirtual sun.jvm.hotspot.CommandProcessor.postAttach:()V
70: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 71 0 this Lsun/jvm/hotspot/CommandProcessor;
0 71 1 debugger Lsun/jvm/hotspot/CommandProcessor$DebuggerInterface;
0 71 2 in Ljava/io/BufferedReader;
0 71 3 out Ljava/io/PrintStream;
0 71 4 err Ljava/io/PrintStream;
61 68 5 i I
63 66 6 c Lsun/jvm/hotspot/CommandProcessor$Command;
MethodParameters:
Name Flags
debugger
in
out
err
public void run(boolean);
descriptor: (Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: goto 10
1: StackMap locals:
StackMap stack:
iload 1
ifeq 2
aload 0
invokevirtual sun.jvm.hotspot.CommandProcessor.printPrompt:()V
2: StackMap locals:
StackMap stack:
aconst_null
astore 2
start local 2 3: aload 0
getfield sun.jvm.hotspot.CommandProcessor.in:Ljava/io/BufferedReader;
invokevirtual java.io.BufferedReader.readLine:()Ljava/lang/String;
astore 2
4: goto 6
StackMap locals: sun.jvm.hotspot.CommandProcessor int java.lang.String
StackMap stack: java.io.IOException
5: pop
6: StackMap locals:
StackMap stack:
aload 2
ifnonnull 9
7: iload 1
ifeq 8
aload 0
getfield sun.jvm.hotspot.CommandProcessor.err:Ljava/io/PrintStream;
ldc "Input stream closed."
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
8: StackMap locals:
StackMap stack:
return
9: StackMap locals:
StackMap stack:
aload 0
aload 2
iload 1
invokevirtual sun.jvm.hotspot.CommandProcessor.executeCommand:(Ljava/lang/String;Z)V
end local 2 10: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.CommandProcessor.quit:Z
ifeq 1
11: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lsun/jvm/hotspot/CommandProcessor;
0 12 1 prompt Z
3 10 2 ln Ljava/lang/String;
Exception table:
from to target type
3 4 5 Class java.io.IOException
MethodParameters:
Name Flags
prompt
public void executeCommand(java.lang.String, boolean);
descriptor: (Ljava/lang/String;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=11, args_size=3
start local 0 start local 1 start local 2 0: aload 1
bipush 33
invokevirtual java.lang.String.indexOf:(I)I
iconst_m1
if_icmpeq 58
1: aload 0
getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
invokevirtual java.util.ArrayList.size:()I
istore 3
start local 3 2: iload 3
ifne 6
3: ldc ""
astore 1
4: aload 0
getfield sun.jvm.hotspot.CommandProcessor.err:Ljava/io/PrintStream;
ldc "History is empty"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
5: goto 58
6: StackMap locals: int
StackMap stack:
new java.lang.StringBuffer
dup
invokespecial java.lang.StringBuffer.<init>:()V
astore 4
start local 4 7: getstatic sun.jvm.hotspot.CommandProcessor.historyPattern:Ljava/util/regex/Pattern;
aload 1
invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
astore 5
start local 5 8: iconst_0
istore 6
start local 6 9: goto 48
10: StackMap locals: java.lang.StringBuffer java.util.regex.Matcher int
StackMap stack:
aload 5
invokevirtual java.util.regex.Matcher.start:()I
iload 6
if_icmple 12
11: aload 4
aload 1
iload 6
aload 5
invokevirtual java.util.regex.Matcher.start:()I
iload 6
isub
invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
12: StackMap locals:
StackMap stack:
aload 5
invokevirtual java.util.regex.Matcher.end:()I
istore 6
13: aload 5
invokevirtual java.util.regex.Matcher.group:()Ljava/lang/String;
astore 7
start local 7 14: aload 7
ldc "!!"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 17
15: aload 4
aload 0
getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
aload 0
getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
invokevirtual java.util.ArrayList.size:()I
iconst_1
isub
invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
checkcast java.lang.String
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
16: goto 48
StackMap locals: java.lang.String
StackMap stack:
17: aload 7
ldc "!!-"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 22
18: new sun.jvm.hotspot.CommandProcessor$Tokens
dup
aload 0
getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
aload 0
getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
invokevirtual java.util.ArrayList.size:()I
iconst_1
isub
invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
checkcast java.lang.String
invokespecial sun.jvm.hotspot.CommandProcessor$Tokens.<init>:(Ljava/lang/String;)V
astore 8
start local 8 19: aload 8
iconst_1
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.trim:(I)V
20: aload 4
aload 8
ldc " "
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.join:(Ljava/lang/String;)Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
end local 8 21: goto 48
StackMap locals:
StackMap stack:
22: aload 7
ldc "!*"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 27
23: new sun.jvm.hotspot.CommandProcessor$Tokens
dup
aload 0
getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
aload 0
getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
invokevirtual java.util.ArrayList.size:()I
iconst_1
isub
invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
checkcast java.lang.String
invokespecial sun.jvm.hotspot.CommandProcessor$Tokens.<init>:(Ljava/lang/String;)V
astore 8
start local 8 24: aload 8
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
pop
25: aload 4
aload 8
ldc " "
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.join:(Ljava/lang/String;)Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
end local 8 26: goto 48
StackMap locals:
StackMap stack:
27: aload 7
ldc "!$"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 31
28: new sun.jvm.hotspot.CommandProcessor$Tokens
dup
aload 0
getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
aload 0
getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
invokevirtual java.util.ArrayList.size:()I
iconst_1
isub
invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
checkcast java.lang.String
invokespecial sun.jvm.hotspot.CommandProcessor$Tokens.<init>:(Ljava/lang/String;)V
astore 8
start local 8 29: aload 4
aload 8
aload 8
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
iconst_1
isub
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.at:(I)Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
end local 8 30: goto 48
31: StackMap locals:
StackMap stack:
aload 7
iconst_1
invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
astore 8
start local 8 32: aload 8
iconst_0
invokevirtual java.lang.String.charAt:(I)C
tableswitch { // 45 - 57
45: 33
46: 41
47: 41
48: 33
49: 33
50: 33
51: 33
52: 33
53: 33
54: 33
55: 33
56: 33
57: 33
default: 41
}
33: StackMap locals: java.lang.String
StackMap stack:
aload 8
invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
istore 9
start local 9 34: iload 9
ifge 36
35: aload 0
getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
invokevirtual java.util.ArrayList.size:()I
iload 9
iadd
istore 9
36: StackMap locals: int
StackMap stack:
iload 9
iload 3
if_icmple 39
37: aload 0
getfield sun.jvm.hotspot.CommandProcessor.err:Ljava/io/PrintStream;
ldc "No such history item"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
38: goto 48
39: StackMap locals:
StackMap stack:
aload 4
aload 0
getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
iload 9
invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
checkcast java.lang.String
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
40: goto 48
end local 9 41: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
invokevirtual java.util.ArrayList.size:()I
iconst_1
isub
istore 9
start local 9 42: goto 47
43: StackMap locals: int
StackMap stack:
aload 0
getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
iload 9
invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
checkcast java.lang.String
astore 10
start local 10 44: aload 10
aload 8
invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
ifeq 46
45: aload 4
aload 10
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
end local 10 46: StackMap locals:
StackMap stack:
iinc 9 -1
StackMap locals:
StackMap stack:
47: iload 9
ifge 43
end local 9 end local 8 end local 7 48: StackMap locals:
StackMap stack:
aload 5
invokevirtual java.util.regex.Matcher.find:()Z
ifne 10
49: aload 4
invokevirtual java.lang.StringBuffer.length:()I
ifne 53
50: aload 0
getfield sun.jvm.hotspot.CommandProcessor.err:Ljava/io/PrintStream;
ldc "malformed history reference"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
51: ldc ""
astore 1
52: goto 58
53: StackMap locals:
StackMap stack:
iload 6
aload 1
invokevirtual java.lang.String.length:()I
if_icmpge 55
54: aload 4
aload 1
iload 6
invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
55: StackMap locals:
StackMap stack:
aload 4
invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
astore 1
56: aload 0
getfield sun.jvm.hotspot.CommandProcessor.doEcho:Z
ifne 58
57: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
aload 1
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
end local 6 end local 5 end local 4 end local 3 58: StackMap locals: sun.jvm.hotspot.CommandProcessor java.lang.String int
StackMap stack:
aload 0
getfield sun.jvm.hotspot.CommandProcessor.doEcho:Z
ifeq 60
59: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "+ "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
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
60: StackMap locals:
StackMap stack:
aconst_null
astore 3
start local 3 61: new sun.jvm.hotspot.CommandProcessor$Tokens
dup
aload 1
invokespecial sun.jvm.hotspot.CommandProcessor$Tokens.<init>:(Ljava/lang/String;)V
astore 4
start local 4 62: aload 4
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.hasMoreTokens:()Z
ifeq 102
63: iconst_0
istore 5
start local 5 64: iload 2
ifeq 65
aload 0
getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
aload 1
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
65: StackMap locals: java.io.PrintStream sun.jvm.hotspot.CommandProcessor$Tokens int
StackMap stack:
aload 4
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
istore 6
start local 6 66: iload 6
iconst_2
if_icmple 81
67: aload 4
iload 6
iconst_2
isub
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.at:(I)Ljava/lang/String;
astore 7
start local 7 68: aload 7
ldc ">"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 69
aload 7
ldc ">>"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 81
69: StackMap locals: int java.lang.String
StackMap stack:
aload 7
invokevirtual java.lang.String.length:()I
iconst_2
if_icmpne 70
iconst_1
goto 71
StackMap locals:
StackMap stack:
70: iconst_0
StackMap locals:
StackMap stack: int
71: istore 8
start local 8 72: aload 4
iload 6
iconst_1
isub
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.at:(I)Ljava/lang/String;
astore 9
start local 9 73: new java.io.PrintStream
dup
new java.io.BufferedOutputStream
dup
new java.io.FileOutputStream
dup
aload 9
iload 8
invokespecial java.io.FileOutputStream.<init>:(Ljava/lang/String;Z)V
invokespecial java.io.BufferedOutputStream.<init>:(Ljava/io/OutputStream;)V
invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
astore 3
74: aload 4
iconst_2
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.trim:(I)V
75: goto 81
StackMap locals: sun.jvm.hotspot.CommandProcessor java.lang.String int java.io.PrintStream sun.jvm.hotspot.CommandProcessor$Tokens int int java.lang.String int java.lang.String
StackMap stack: java.lang.Exception
76: astore 10
start local 10 77: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "Error: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 10
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
78: aload 0
getfield sun.jvm.hotspot.CommandProcessor.verboseExceptions:Z
ifeq 80
79: aload 10
aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
invokevirtual java.lang.Exception.printStackTrace:(Ljava/io/PrintStream;)V
80: StackMap locals: java.lang.Exception
StackMap stack:
iconst_1
istore 5
end local 10 end local 9 end local 8 end local 7 81: StackMap locals: sun.jvm.hotspot.CommandProcessor java.lang.String int java.io.PrintStream sun.jvm.hotspot.CommandProcessor$Tokens int int
StackMap stack:
iload 5
ifne 102
82: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
astore 7
start local 7 83: aload 3
ifnull 85
84: aload 0
aload 3
putfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
85: StackMap locals: java.io.PrintStream
StackMap stack:
aload 0
aload 4
invokevirtual sun.jvm.hotspot.CommandProcessor.executeCommand:(Lsun/jvm/hotspot/CommandProcessor$Tokens;)V
86: goto 99
StackMap locals:
StackMap stack: java.lang.Exception
87: astore 8
start local 8 88: aload 0
getfield sun.jvm.hotspot.CommandProcessor.err:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "Error: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 8
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
89: aload 0
getfield sun.jvm.hotspot.CommandProcessor.verboseExceptions:Z
ifeq 91
90: aload 8
aload 0
getfield sun.jvm.hotspot.CommandProcessor.err:Ljava/io/PrintStream;
invokevirtual java.lang.Exception.printStackTrace:(Ljava/io/PrintStream;)V
end local 8 91: StackMap locals:
StackMap stack:
aload 3
ifnull 102
92: aload 0
aload 7
putfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
93: aload 3
invokevirtual java.io.PrintStream.close:()V
goto 102
94: StackMap locals:
StackMap stack: java.lang.Throwable
astore 9
95: aload 3
ifnull 98
96: aload 0
aload 7
putfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
97: aload 3
invokevirtual java.io.PrintStream.close:()V
98: StackMap locals: sun.jvm.hotspot.CommandProcessor java.lang.String int java.io.PrintStream sun.jvm.hotspot.CommandProcessor$Tokens int int java.io.PrintStream top java.lang.Throwable
StackMap stack:
aload 9
athrow
99: StackMap locals: sun.jvm.hotspot.CommandProcessor java.lang.String int java.io.PrintStream sun.jvm.hotspot.CommandProcessor$Tokens int int java.io.PrintStream
StackMap stack:
aload 3
ifnull 102
100: aload 0
aload 7
putfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
101: aload 3
invokevirtual java.io.PrintStream.close:()V
end local 7 end local 6 end local 5 102: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 103 0 this Lsun/jvm/hotspot/CommandProcessor;
0 103 1 ln Ljava/lang/String;
0 103 2 putInHistory Z
2 58 3 size I
7 58 4 result Ljava/lang/StringBuffer;
8 58 5 m Ljava/util/regex/Matcher;
9 58 6 start I
14 48 7 cmd Ljava/lang/String;
19 21 8 item Lsun/jvm/hotspot/CommandProcessor$Tokens;
24 26 8 item Lsun/jvm/hotspot/CommandProcessor$Tokens;
29 30 8 item Lsun/jvm/hotspot/CommandProcessor$Tokens;
32 48 8 tail Ljava/lang/String;
34 41 9 index I
42 48 9 i I
44 46 10 s Ljava/lang/String;
61 103 3 redirect Ljava/io/PrintStream;
62 103 4 t Lsun/jvm/hotspot/CommandProcessor$Tokens;
64 102 5 error Z
66 102 6 len I
68 81 7 r Ljava/lang/String;
72 81 8 append Z
73 81 9 file Ljava/lang/String;
77 81 10 e Ljava/lang/Exception;
83 102 7 savedout Ljava/io/PrintStream;
88 91 8 e Ljava/lang/Exception;
Exception table:
from to target type
73 75 76 Class java.lang.Exception
85 86 87 Class java.lang.Exception
85 91 94 any
MethodParameters:
Name Flags
ln
putInHistory
void executeCommand(sun.jvm.hotspot.CommandProcessor$Tokens);
descriptor: (Lsun/jvm/hotspot/CommandProcessor$Tokens;)V
flags: (0x0000)
Code:
stack=4, locals=5, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
astore 2
start local 2 1: aload 0
aload 2
invokevirtual sun.jvm.hotspot.CommandProcessor.findCommand:(Ljava/lang/String;)Lsun/jvm/hotspot/CommandProcessor$Command;
astore 3
start local 3 2: aload 3
ifnonnull 5
3: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc "Unrecognized command. Try help..."
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
4: goto 14
StackMap locals: java.lang.String sun.jvm.hotspot.CommandProcessor$Command
StackMap stack:
5: aload 0
getfield sun.jvm.hotspot.CommandProcessor.debugger:Lsun/jvm/hotspot/CommandProcessor$DebuggerInterface;
invokevirtual sun.jvm.hotspot.CommandProcessor$DebuggerInterface.isAttached:()Z
ifne 8
aload 3
getfield sun.jvm.hotspot.CommandProcessor$Command.okIfDisconnected:Z
ifne 8
6: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
ldc "Command not valid until attached to a VM"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
7: goto 14
8: StackMap locals:
StackMap stack:
aload 3
aload 1
invokevirtual sun.jvm.hotspot.CommandProcessor$Command.doit:(Lsun/jvm/hotspot/CommandProcessor$Tokens;)V
9: goto 14
StackMap locals:
StackMap stack: java.lang.Exception
10: astore 4
start local 4 11: aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "Error: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 4
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
12: aload 0
getfield sun.jvm.hotspot.CommandProcessor.verboseExceptions:Z
ifeq 14
13: aload 4
aload 0
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
invokevirtual java.lang.Exception.printStackTrace:(Ljava/io/PrintStream;)V
end local 4 14: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lsun/jvm/hotspot/CommandProcessor;
0 15 1 args Lsun/jvm/hotspot/CommandProcessor$Tokens;
1 15 2 cmd Ljava/lang/String;
2 15 3 doit Lsun/jvm/hotspot/CommandProcessor$Command;
11 14 4 e Ljava/lang/Exception;
Exception table:
from to target type
8 9 10 Class java.lang.Exception
MethodParameters:
Name Flags
args
}
SourceFile: "CommandProcessor.java"
NestMembers:
sun.jvm.hotspot.CommandProcessor$1 sun.jvm.hotspot.CommandProcessor$10 sun.jvm.hotspot.CommandProcessor$10$1 sun.jvm.hotspot.CommandProcessor$11 sun.jvm.hotspot.CommandProcessor$12 sun.jvm.hotspot.CommandProcessor$13 sun.jvm.hotspot.CommandProcessor$14 sun.jvm.hotspot.CommandProcessor$15 sun.jvm.hotspot.CommandProcessor$15$1 sun.jvm.hotspot.CommandProcessor$16 sun.jvm.hotspot.CommandProcessor$16$1 sun.jvm.hotspot.CommandProcessor$17 sun.jvm.hotspot.CommandProcessor$17$1 sun.jvm.hotspot.CommandProcessor$18 sun.jvm.hotspot.CommandProcessor$19 sun.jvm.hotspot.CommandProcessor$2 sun.jvm.hotspot.CommandProcessor$20 sun.jvm.hotspot.CommandProcessor$21 sun.jvm.hotspot.CommandProcessor$22 sun.jvm.hotspot.CommandProcessor$23 sun.jvm.hotspot.CommandProcessor$24 sun.jvm.hotspot.CommandProcessor$25 sun.jvm.hotspot.CommandProcessor$26 sun.jvm.hotspot.CommandProcessor$27 sun.jvm.hotspot.CommandProcessor$28 sun.jvm.hotspot.CommandProcessor$29 sun.jvm.hotspot.CommandProcessor$3 sun.jvm.hotspot.CommandProcessor$30 sun.jvm.hotspot.CommandProcessor$31 sun.jvm.hotspot.CommandProcessor$32 sun.jvm.hotspot.CommandProcessor$33 sun.jvm.hotspot.CommandProcessor$34 sun.jvm.hotspot.CommandProcessor$35 sun.jvm.hotspot.CommandProcessor$36 sun.jvm.hotspot.CommandProcessor$37 sun.jvm.hotspot.CommandProcessor$38 sun.jvm.hotspot.CommandProcessor$39 sun.jvm.hotspot.CommandProcessor$4 sun.jvm.hotspot.CommandProcessor$40 sun.jvm.hotspot.CommandProcessor$40$1 sun.jvm.hotspot.CommandProcessor$40$2 sun.jvm.hotspot.CommandProcessor$40$3 sun.jvm.hotspot.CommandProcessor$41 sun.jvm.hotspot.CommandProcessor$41$1 sun.jvm.hotspot.CommandProcessor$42 sun.jvm.hotspot.CommandProcessor$43 sun.jvm.hotspot.CommandProcessor$44 sun.jvm.hotspot.CommandProcessor$45 sun.jvm.hotspot.CommandProcessor$46 sun.jvm.hotspot.CommandProcessor$47 sun.jvm.hotspot.CommandProcessor$48 sun.jvm.hotspot.CommandProcessor$49 sun.jvm.hotspot.CommandProcessor$5 sun.jvm.hotspot.CommandProcessor$50 sun.jvm.hotspot.CommandProcessor$51 sun.jvm.hotspot.CommandProcessor$6 sun.jvm.hotspot.CommandProcessor$7 sun.jvm.hotspot.CommandProcessor$8 sun.jvm.hotspot.CommandProcessor$9 sun.jvm.hotspot.CommandProcessor$BootFilter sun.jvm.hotspot.CommandProcessor$Command sun.jvm.hotspot.CommandProcessor$DebuggerInterface sun.jvm.hotspot.CommandProcessor$NonBootFilter sun.jvm.hotspot.CommandProcessor$Tokens
InnerClasses:
sun.jvm.hotspot.CommandProcessor$1
sun.jvm.hotspot.CommandProcessor$10
sun.jvm.hotspot.CommandProcessor$11
sun.jvm.hotspot.CommandProcessor$12
sun.jvm.hotspot.CommandProcessor$13
sun.jvm.hotspot.CommandProcessor$14
sun.jvm.hotspot.CommandProcessor$15
sun.jvm.hotspot.CommandProcessor$16
sun.jvm.hotspot.CommandProcessor$17
sun.jvm.hotspot.CommandProcessor$18
sun.jvm.hotspot.CommandProcessor$19
sun.jvm.hotspot.CommandProcessor$2
sun.jvm.hotspot.CommandProcessor$20
sun.jvm.hotspot.CommandProcessor$21
sun.jvm.hotspot.CommandProcessor$22
sun.jvm.hotspot.CommandProcessor$23
sun.jvm.hotspot.CommandProcessor$24
sun.jvm.hotspot.CommandProcessor$25
sun.jvm.hotspot.CommandProcessor$26
sun.jvm.hotspot.CommandProcessor$27
sun.jvm.hotspot.CommandProcessor$28
sun.jvm.hotspot.CommandProcessor$29
sun.jvm.hotspot.CommandProcessor$3
sun.jvm.hotspot.CommandProcessor$30
sun.jvm.hotspot.CommandProcessor$31
sun.jvm.hotspot.CommandProcessor$32
sun.jvm.hotspot.CommandProcessor$33
sun.jvm.hotspot.CommandProcessor$34
sun.jvm.hotspot.CommandProcessor$35
sun.jvm.hotspot.CommandProcessor$36
sun.jvm.hotspot.CommandProcessor$37
sun.jvm.hotspot.CommandProcessor$38
sun.jvm.hotspot.CommandProcessor$39
sun.jvm.hotspot.CommandProcessor$4
sun.jvm.hotspot.CommandProcessor$40
sun.jvm.hotspot.CommandProcessor$41
sun.jvm.hotspot.CommandProcessor$42
sun.jvm.hotspot.CommandProcessor$43
sun.jvm.hotspot.CommandProcessor$44
sun.jvm.hotspot.CommandProcessor$45
sun.jvm.hotspot.CommandProcessor$46
sun.jvm.hotspot.CommandProcessor$47
sun.jvm.hotspot.CommandProcessor$48
sun.jvm.hotspot.CommandProcessor$49
sun.jvm.hotspot.CommandProcessor$5
sun.jvm.hotspot.CommandProcessor$50
sun.jvm.hotspot.CommandProcessor$51
sun.jvm.hotspot.CommandProcessor$6
sun.jvm.hotspot.CommandProcessor$7
sun.jvm.hotspot.CommandProcessor$8
sun.jvm.hotspot.CommandProcessor$9
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 abstract DebuggerInterface = sun.jvm.hotspot.CommandProcessor$DebuggerInterface 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