class sun.jvm.hotspot.CommandProcessor$50 extends sun.jvm.hotspot.utilities.soql.JSJavaScriptEngine
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.CommandProcessor$50
super_class: sun.jvm.hotspot.utilities.soql.JSJavaScriptEngine
{
private sun.jvm.hotspot.utilities.ObjectReader reader;
descriptor: Lsun/jvm/hotspot/utilities/ObjectReader;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.utilities.soql.JSJavaFactory factory;
descriptor: Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;
flags: (0x0002) ACC_PRIVATE
final sun.jvm.hotspot.CommandProcessor this$0;
descriptor: Lsun/jvm/hotspot/CommandProcessor;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.jvm.hotspot.CommandProcessor);
descriptor: (Lsun/jvm/hotspot/CommandProcessor;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.jvm.hotspot.CommandProcessor$50.this$0:Lsun/jvm/hotspot/CommandProcessor;
aload 0
invokespecial sun.jvm.hotspot.utilities.soql.JSJavaScriptEngine.<init>:()V
1: aload 0
new sun.jvm.hotspot.utilities.ObjectReader
dup
invokespecial sun.jvm.hotspot.utilities.ObjectReader.<init>:()V
putfield sun.jvm.hotspot.CommandProcessor$50.reader:Lsun/jvm/hotspot/utilities/ObjectReader;
2: aload 0
new sun.jvm.hotspot.utilities.soql.JSJavaFactoryImpl
dup
invokespecial sun.jvm.hotspot.utilities.soql.JSJavaFactoryImpl.<init>:()V
putfield sun.jvm.hotspot.CommandProcessor$50.factory:Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/CommandProcessor$50;
MethodParameters:
Name Flags
this$0 final
public sun.jvm.hotspot.utilities.ObjectReader getObjectReader();
descriptor: ()Lsun/jvm/hotspot/utilities/ObjectReader;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.CommandProcessor$50.reader:Lsun/jvm/hotspot/utilities/ObjectReader;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/CommandProcessor$50;
public sun.jvm.hotspot.utilities.soql.JSJavaFactory getJSJavaFactory();
descriptor: ()Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.CommandProcessor$50.factory:Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/CommandProcessor$50;
protected void quit();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.CommandProcessor$50.this$0:Lsun/jvm/hotspot/CommandProcessor;
getfield sun.jvm.hotspot.CommandProcessor.debugger:Lsun/jvm/hotspot/CommandProcessor$DebuggerInterface;
invokevirtual sun.jvm.hotspot.CommandProcessor$DebuggerInterface.detach:()V
1: aload 0
getfield sun.jvm.hotspot.CommandProcessor$50.this$0:Lsun/jvm/hotspot/CommandProcessor;
iconst_1
putfield sun.jvm.hotspot.CommandProcessor.quit:Z
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/CommandProcessor$50;
protected java.io.BufferedReader getInputReader();
descriptor: ()Ljava/io/BufferedReader;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.CommandProcessor$50.this$0:Lsun/jvm/hotspot/CommandProcessor;
getfield sun.jvm.hotspot.CommandProcessor.in:Ljava/io/BufferedReader;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/CommandProcessor$50;
protected java.io.PrintStream getOutputStream();
descriptor: ()Ljava/io/PrintStream;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.CommandProcessor$50.this$0:Lsun/jvm/hotspot/CommandProcessor;
getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/CommandProcessor$50;
protected java.io.PrintStream getErrorStream();
descriptor: ()Ljava/io/PrintStream;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.CommandProcessor$50.this$0:Lsun/jvm/hotspot/CommandProcessor;
getfield sun.jvm.hotspot.CommandProcessor.err:Ljava/io/PrintStream;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/CommandProcessor$50;
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor.postAttach:()V
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
sun.jvm.hotspot.CommandProcessor$50
public abstract DebuggerInterface = sun.jvm.hotspot.CommandProcessor$DebuggerInterface of sun.jvm.hotspot.CommandProcessor