class jdk.jshell.execution.ExecutionControlForwarder
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.jshell.execution.ExecutionControlForwarder
super_class: java.lang.Object
{
static final java.lang.String NULL_MARKER;
descriptor: Ljava/lang/String;
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: "\u0002*\u03C0*NULL*\u03C0*\u0003"
private static final int MAX_UTF_CHARS;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 21844
private final jdk.jshell.spi.ExecutionControl ec;
descriptor: Ljdk/jshell/spi/ExecutionControl;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.io.ObjectInput in;
descriptor: Ljava/io/ObjectInput;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.io.ObjectOutput out;
descriptor: Ljava/io/ObjectOutput;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(jdk.jshell.spi.ExecutionControl, java.io.ObjectInput, java.io.ObjectOutput);
descriptor: (Ljdk/jshell/spi/ExecutionControl;Ljava/io/ObjectInput;Ljava/io/ObjectOutput;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield jdk.jshell.execution.ExecutionControlForwarder.ec:Ljdk/jshell/spi/ExecutionControl;
2: aload 0
aload 2
putfield jdk.jshell.execution.ExecutionControlForwarder.in:Ljava/io/ObjectInput;
3: aload 0
aload 3
putfield jdk.jshell.execution.ExecutionControlForwarder.out:Ljava/io/ObjectOutput;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljdk/jshell/execution/ExecutionControlForwarder;
0 5 1 ec Ljdk/jshell/spi/ExecutionControl;
0 5 2 in Ljava/io/ObjectInput;
0 5 3 out Ljava/io/ObjectOutput;
MethodParameters:
Name Flags
ec
in
out
private boolean writeSuccess();
descriptor: ()Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
bipush 100
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeStatus:(I)V
1: aload 0
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.flush:()V
2: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/jshell/execution/ExecutionControlForwarder;
Exceptions:
throws java.io.IOException
private boolean writeSuccessAndResult(java.lang.String);
descriptor: (Ljava/lang/String;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
bipush 100
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeStatus:(I)V
1: aload 0
aload 1
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeUTF:(Ljava/lang/String;)V
2: aload 0
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.flush:()V
3: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/jshell/execution/ExecutionControlForwarder;
0 4 1 result Ljava/lang/String;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
result
private boolean writeSuccessAndResult(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
bipush 100
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeStatus:(I)V
1: aload 0
aload 1
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeObject:(Ljava/lang/Object;)V
2: aload 0
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.flush:()V
3: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/jshell/execution/ExecutionControlForwarder;
0 4 1 result Ljava/lang/Object;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
result
private void writeStatus(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.out:Ljava/io/ObjectOutput;
iload 1
invokeinterface java.io.ObjectOutput.writeInt:(I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/jshell/execution/ExecutionControlForwarder;
0 2 1 status I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
status
private void writeObject(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.out:Ljava/io/ObjectOutput;
aload 1
invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/jshell/execution/ExecutionControlForwarder;
0 2 1 o Ljava/lang/Object;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
o
private void writeInt(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.out:Ljava/io/ObjectOutput;
iload 1
invokeinterface java.io.ObjectOutput.writeInt:(I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/jshell/execution/ExecutionControlForwarder;
0 2 1 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
i
private void writeNullOrUTF(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
ifnonnull 1
ldc "\u0002*\u03C0*NULL*\u03C0*\u0003"
goto 2
StackMap locals:
StackMap stack: jdk.jshell.execution.ExecutionControlForwarder
1: aload 1
StackMap locals: jdk.jshell.execution.ExecutionControlForwarder java.lang.String
StackMap stack: jdk.jshell.execution.ExecutionControlForwarder java.lang.String
2: invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeUTF:(Ljava/lang/String;)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/jshell/execution/ExecutionControlForwarder;
0 4 1 s Ljava/lang/String;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
s
private void writeUTF(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 3
1: ldc ""
astore 1
2: goto 5
StackMap locals:
StackMap stack:
3: aload 1
invokevirtual java.lang.String.length:()I
sipush 21844
if_icmple 5
4: aload 1
iconst_0
sipush 21844
invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
astore 1
5: StackMap locals:
StackMap stack:
aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.out:Ljava/io/ObjectOutput;
aload 1
invokeinterface java.io.ObjectOutput.writeUTF:(Ljava/lang/String;)V
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljdk/jshell/execution/ExecutionControlForwarder;
0 7 1 s Ljava/lang/String;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
s
private void flush();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.out:Ljava/io/ObjectOutput;
invokeinterface java.io.ObjectOutput.flush:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/jshell/execution/ExecutionControlForwarder;
Exceptions:
throws java.io.IOException
private boolean processCommand();
descriptor: ()Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=7, args_size=1
start local 0 0: aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.in:Ljava/io/ObjectInput;
invokeinterface java.io.ObjectInput.readInt:()I
istore 1
start local 1 1: iload 1
ldc -1069694915
if_icmpeq 3
2: new jdk.jshell.spi.ExecutionControl$EngineTerminationException
dup
new java.lang.StringBuilder
dup
ldc "Invalid command prefix: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 1
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial jdk.jshell.spi.ExecutionControl$EngineTerminationException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.in:Ljava/io/ObjectInput;
invokeinterface java.io.ObjectInput.readUTF:()Ljava/lang/String;
astore 2
start local 2 4: aload 2
dup
astore 3
invokevirtual java.lang.String.hashCode:()I
lookupswitch { // 7
-1835626261: 5
-1835412473: 6
-1252757709: 7
-1197896396: 8
-1078226317: 9
418417882: 10
1108549437: 11
default: 42
}
StackMap locals: java.lang.String java.lang.String
StackMap stack:
5: aload 3
ldc "CMD_LOAD"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 12
goto 42
StackMap locals:
StackMap stack:
6: aload 3
ldc "CMD_STOP"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 34
goto 42
StackMap locals:
StackMap stack:
7: aload 3
ldc "CMD_REDEFINE"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 16
goto 42
StackMap locals:
StackMap stack:
8: aload 3
ldc "CMD_VAR_VALUE"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 25
goto 42
StackMap locals:
StackMap stack:
9: aload 3
ldc "CMD_CLOSE"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 38
goto 42
StackMap locals:
StackMap stack:
10: aload 3
ldc "CMD_ADD_CLASSPATH"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 30
goto 42
StackMap locals:
StackMap stack:
11: aload 3
ldc "CMD_INVOKE"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 20
goto 42
12: StackMap locals:
StackMap stack:
aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.in:Ljava/io/ObjectInput;
invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
checkcast jdk.jshell.spi.ExecutionControl$ClassBytecodes[]
astore 4
start local 4 13: aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.ec:Ljdk/jshell/spi/ExecutionControl;
aload 4
invokeinterface jdk.jshell.spi.ExecutionControl.load:([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V
14: aload 0
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeSuccess:()Z
15: ireturn
end local 4 16: StackMap locals:
StackMap stack:
aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.in:Ljava/io/ObjectInput;
invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
checkcast jdk.jshell.spi.ExecutionControl$ClassBytecodes[]
astore 4
start local 4 17: aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.ec:Ljdk/jshell/spi/ExecutionControl;
aload 4
invokeinterface jdk.jshell.spi.ExecutionControl.redefine:([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V
18: aload 0
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeSuccess:()Z
19: ireturn
end local 4 20: StackMap locals:
StackMap stack:
aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.in:Ljava/io/ObjectInput;
invokeinterface java.io.ObjectInput.readUTF:()Ljava/lang/String;
astore 4
start local 4 21: aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.in:Ljava/io/ObjectInput;
invokeinterface java.io.ObjectInput.readUTF:()Ljava/lang/String;
astore 5
start local 5 22: aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.ec:Ljdk/jshell/spi/ExecutionControl;
aload 4
aload 5
invokeinterface jdk.jshell.spi.ExecutionControl.invoke:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
astore 6
start local 6 23: aload 0
aload 6
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeSuccessAndResult:(Ljava/lang/String;)Z
24: ireturn
end local 6 end local 5 end local 4 25: StackMap locals:
StackMap stack:
aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.in:Ljava/io/ObjectInput;
invokeinterface java.io.ObjectInput.readUTF:()Ljava/lang/String;
astore 4
start local 4 26: aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.in:Ljava/io/ObjectInput;
invokeinterface java.io.ObjectInput.readUTF:()Ljava/lang/String;
astore 5
start local 5 27: aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.ec:Ljdk/jshell/spi/ExecutionControl;
aload 4
aload 5
invokeinterface jdk.jshell.spi.ExecutionControl.varValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
astore 6
start local 6 28: aload 0
aload 6
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeSuccessAndResult:(Ljava/lang/String;)Z
29: ireturn
end local 6 end local 5 end local 4 30: StackMap locals:
StackMap stack:
aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.in:Ljava/io/ObjectInput;
invokeinterface java.io.ObjectInput.readUTF:()Ljava/lang/String;
astore 4
start local 4 31: aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.ec:Ljdk/jshell/spi/ExecutionControl;
aload 4
invokeinterface jdk.jshell.spi.ExecutionControl.addToClasspath:(Ljava/lang/String;)V
32: aload 0
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeSuccess:()Z
33: ireturn
end local 4 34: StackMap locals:
StackMap stack:
aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.ec:Ljdk/jshell/spi/ExecutionControl;
invokeinterface jdk.jshell.spi.ExecutionControl.stop:()V
35: goto 37
StackMap locals:
StackMap stack: java.lang.Throwable
36: pop
37: StackMap locals:
StackMap stack:
iconst_1
ireturn
38: StackMap locals:
StackMap stack:
aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.ec:Ljdk/jshell/spi/ExecutionControl;
invokeinterface jdk.jshell.spi.ExecutionControl.close:()V
39: goto 41
StackMap locals:
StackMap stack: java.lang.Throwable
40: pop
41: StackMap locals:
StackMap stack:
iconst_1
ireturn
42: StackMap locals:
StackMap stack:
aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.in:Ljava/io/ObjectInput;
invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
astore 4
start local 4 43: aload 0
getfield jdk.jshell.execution.ExecutionControlForwarder.ec:Ljdk/jshell/spi/ExecutionControl;
aload 2
aload 4
invokeinterface jdk.jshell.spi.ExecutionControl.extensionCommand:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
astore 5
start local 5 44: aload 0
aload 5
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeSuccessAndResult:(Ljava/lang/Object;)Z
45: ireturn
end local 5 end local 4 end local 2 end local 1 46: StackMap locals: jdk.jshell.execution.ExecutionControlForwarder
StackMap stack: java.io.IOException
astore 1
start local 1 47: aload 1
athrow
end local 1 48: StackMap locals:
StackMap stack: jdk.jshell.spi.ExecutionControl$EngineTerminationException
astore 1
start local 1 49: aload 0
bipush 101
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeStatus:(I)V
50: aload 0
aload 1
invokevirtual jdk.jshell.spi.ExecutionControl$EngineTerminationException.getMessage:()Ljava/lang/String;
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeUTF:(Ljava/lang/String;)V
51: aload 0
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.flush:()V
52: iconst_0
ireturn
end local 1 53: StackMap locals:
StackMap stack: jdk.jshell.spi.ExecutionControl$NotImplementedException
astore 1
start local 1 54: aload 0
bipush 102
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeStatus:(I)V
55: aload 0
aload 1
invokevirtual jdk.jshell.spi.ExecutionControl$NotImplementedException.getMessage:()Ljava/lang/String;
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeUTF:(Ljava/lang/String;)V
56: aload 0
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.flush:()V
57: iconst_1
ireturn
end local 1 58: StackMap locals:
StackMap stack: jdk.jshell.spi.ExecutionControl$InternalException
astore 1
start local 1 59: aload 0
bipush 103
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeStatus:(I)V
60: aload 0
aload 1
invokevirtual jdk.jshell.spi.ExecutionControl$InternalException.getMessage:()Ljava/lang/String;
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeUTF:(Ljava/lang/String;)V
61: aload 0
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.flush:()V
62: iconst_1
ireturn
end local 1 63: StackMap locals:
StackMap stack: jdk.jshell.spi.ExecutionControl$ClassInstallException
astore 1
start local 1 64: aload 0
bipush 106
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeStatus:(I)V
65: aload 0
aload 1
invokevirtual jdk.jshell.spi.ExecutionControl$ClassInstallException.getMessage:()Ljava/lang/String;
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeUTF:(Ljava/lang/String;)V
66: aload 0
aload 1
invokevirtual jdk.jshell.spi.ExecutionControl$ClassInstallException.installed:()[Z
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeObject:(Ljava/lang/Object;)V
67: aload 0
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.flush:()V
68: iconst_1
ireturn
end local 1 69: StackMap locals:
StackMap stack: jdk.jshell.spi.ExecutionControl$UserException
astore 1
start local 1 70: aload 0
bipush 104
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeStatus:(I)V
71: aload 0
aload 1
invokevirtual jdk.jshell.spi.ExecutionControl$UserException.getMessage:()Ljava/lang/String;
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeNullOrUTF:(Ljava/lang/String;)V
72: aload 0
aload 1
invokevirtual jdk.jshell.spi.ExecutionControl$UserException.causeExceptionClass:()Ljava/lang/String;
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeUTF:(Ljava/lang/String;)V
73: aload 0
aload 1
invokevirtual jdk.jshell.spi.ExecutionControl$UserException.getStackTrace:()[Ljava/lang/StackTraceElement;
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeObject:(Ljava/lang/Object;)V
74: aload 0
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.flush:()V
75: iconst_1
ireturn
end local 1 76: StackMap locals:
StackMap stack: jdk.jshell.spi.ExecutionControl$ResolutionException
astore 1
start local 1 77: aload 0
bipush 105
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeStatus:(I)V
78: aload 0
aload 1
invokevirtual jdk.jshell.spi.ExecutionControl$ResolutionException.id:()I
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeInt:(I)V
79: aload 0
aload 1
invokevirtual jdk.jshell.spi.ExecutionControl$ResolutionException.getStackTrace:()[Ljava/lang/StackTraceElement;
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeObject:(Ljava/lang/Object;)V
80: aload 0
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.flush:()V
81: iconst_1
ireturn
end local 1 82: StackMap locals:
StackMap stack: jdk.jshell.spi.ExecutionControl$StoppedException
pop
83: aload 0
bipush 107
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeStatus:(I)V
84: aload 0
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.flush:()V
85: iconst_1
ireturn
86: StackMap locals:
StackMap stack: java.lang.Throwable
astore 1
start local 1 87: aload 0
bipush 101
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeStatus:(I)V
88: aload 1
invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
astore 2
start local 2 89: aload 0
aload 2
ifnonnull 90
aload 1
invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
goto 91
StackMap locals: jdk.jshell.execution.ExecutionControlForwarder java.lang.Throwable java.lang.String
StackMap stack: jdk.jshell.execution.ExecutionControlForwarder
90: aload 2
StackMap locals: jdk.jshell.execution.ExecutionControlForwarder java.lang.Throwable java.lang.String
StackMap stack: jdk.jshell.execution.ExecutionControlForwarder java.lang.String
91: invokevirtual jdk.jshell.execution.ExecutionControlForwarder.writeUTF:(Ljava/lang/String;)V
92: aload 0
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.flush:()V
93: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 94 0 this Ljdk/jshell/execution/ExecutionControlForwarder;
1 46 1 prefix I
4 46 2 cmd Ljava/lang/String;
13 16 4 cbcs [Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;
17 20 4 cbcs [Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;
21 25 4 className Ljava/lang/String;
22 25 5 methodName Ljava/lang/String;
23 25 6 res Ljava/lang/String;
26 30 4 className Ljava/lang/String;
27 30 5 varName Ljava/lang/String;
28 30 6 res Ljava/lang/String;
31 34 4 cp Ljava/lang/String;
43 46 4 arg Ljava/lang/Object;
44 46 5 res Ljava/lang/Object;
47 48 1 ex Ljava/io/IOException;
49 53 1 ex Ljdk/jshell/spi/ExecutionControl$EngineTerminationException;
54 58 1 ex Ljdk/jshell/spi/ExecutionControl$NotImplementedException;
59 63 1 ex Ljdk/jshell/spi/ExecutionControl$InternalException;
64 69 1 ex Ljdk/jshell/spi/ExecutionControl$ClassInstallException;
70 76 1 ex Ljdk/jshell/spi/ExecutionControl$UserException;
77 82 1 ex Ljdk/jshell/spi/ExecutionControl$ResolutionException;
87 94 1 ex Ljava/lang/Throwable;
89 94 2 msg Ljava/lang/String;
Exception table:
from to target type
34 35 36 Class java.lang.Throwable
38 39 40 Class java.lang.Throwable
0 15 46 Class java.io.IOException
16 19 46 Class java.io.IOException
20 24 46 Class java.io.IOException
25 29 46 Class java.io.IOException
30 33 46 Class java.io.IOException
34 37 46 Class java.io.IOException
38 41 46 Class java.io.IOException
42 45 46 Class java.io.IOException
0 15 48 Class jdk.jshell.spi.ExecutionControl$EngineTerminationException
16 19 48 Class jdk.jshell.spi.ExecutionControl$EngineTerminationException
20 24 48 Class jdk.jshell.spi.ExecutionControl$EngineTerminationException
25 29 48 Class jdk.jshell.spi.ExecutionControl$EngineTerminationException
30 33 48 Class jdk.jshell.spi.ExecutionControl$EngineTerminationException
34 37 48 Class jdk.jshell.spi.ExecutionControl$EngineTerminationException
38 41 48 Class jdk.jshell.spi.ExecutionControl$EngineTerminationException
42 45 48 Class jdk.jshell.spi.ExecutionControl$EngineTerminationException
0 15 53 Class jdk.jshell.spi.ExecutionControl$NotImplementedException
16 19 53 Class jdk.jshell.spi.ExecutionControl$NotImplementedException
20 24 53 Class jdk.jshell.spi.ExecutionControl$NotImplementedException
25 29 53 Class jdk.jshell.spi.ExecutionControl$NotImplementedException
30 33 53 Class jdk.jshell.spi.ExecutionControl$NotImplementedException
34 37 53 Class jdk.jshell.spi.ExecutionControl$NotImplementedException
38 41 53 Class jdk.jshell.spi.ExecutionControl$NotImplementedException
42 45 53 Class jdk.jshell.spi.ExecutionControl$NotImplementedException
0 15 58 Class jdk.jshell.spi.ExecutionControl$InternalException
16 19 58 Class jdk.jshell.spi.ExecutionControl$InternalException
20 24 58 Class jdk.jshell.spi.ExecutionControl$InternalException
25 29 58 Class jdk.jshell.spi.ExecutionControl$InternalException
30 33 58 Class jdk.jshell.spi.ExecutionControl$InternalException
34 37 58 Class jdk.jshell.spi.ExecutionControl$InternalException
38 41 58 Class jdk.jshell.spi.ExecutionControl$InternalException
42 45 58 Class jdk.jshell.spi.ExecutionControl$InternalException
0 15 63 Class jdk.jshell.spi.ExecutionControl$ClassInstallException
16 19 63 Class jdk.jshell.spi.ExecutionControl$ClassInstallException
20 24 63 Class jdk.jshell.spi.ExecutionControl$ClassInstallException
25 29 63 Class jdk.jshell.spi.ExecutionControl$ClassInstallException
30 33 63 Class jdk.jshell.spi.ExecutionControl$ClassInstallException
34 37 63 Class jdk.jshell.spi.ExecutionControl$ClassInstallException
38 41 63 Class jdk.jshell.spi.ExecutionControl$ClassInstallException
42 45 63 Class jdk.jshell.spi.ExecutionControl$ClassInstallException
0 15 69 Class jdk.jshell.spi.ExecutionControl$UserException
16 19 69 Class jdk.jshell.spi.ExecutionControl$UserException
20 24 69 Class jdk.jshell.spi.ExecutionControl$UserException
25 29 69 Class jdk.jshell.spi.ExecutionControl$UserException
30 33 69 Class jdk.jshell.spi.ExecutionControl$UserException
34 37 69 Class jdk.jshell.spi.ExecutionControl$UserException
38 41 69 Class jdk.jshell.spi.ExecutionControl$UserException
42 45 69 Class jdk.jshell.spi.ExecutionControl$UserException
0 15 76 Class jdk.jshell.spi.ExecutionControl$ResolutionException
16 19 76 Class jdk.jshell.spi.ExecutionControl$ResolutionException
20 24 76 Class jdk.jshell.spi.ExecutionControl$ResolutionException
25 29 76 Class jdk.jshell.spi.ExecutionControl$ResolutionException
30 33 76 Class jdk.jshell.spi.ExecutionControl$ResolutionException
34 37 76 Class jdk.jshell.spi.ExecutionControl$ResolutionException
38 41 76 Class jdk.jshell.spi.ExecutionControl$ResolutionException
42 45 76 Class jdk.jshell.spi.ExecutionControl$ResolutionException
0 15 82 Class jdk.jshell.spi.ExecutionControl$StoppedException
16 19 82 Class jdk.jshell.spi.ExecutionControl$StoppedException
20 24 82 Class jdk.jshell.spi.ExecutionControl$StoppedException
25 29 82 Class jdk.jshell.spi.ExecutionControl$StoppedException
30 33 82 Class jdk.jshell.spi.ExecutionControl$StoppedException
34 37 82 Class jdk.jshell.spi.ExecutionControl$StoppedException
38 41 82 Class jdk.jshell.spi.ExecutionControl$StoppedException
42 45 82 Class jdk.jshell.spi.ExecutionControl$StoppedException
0 15 86 Class java.lang.Throwable
16 19 86 Class java.lang.Throwable
20 24 86 Class java.lang.Throwable
25 29 86 Class java.lang.Throwable
30 33 86 Class java.lang.Throwable
34 37 86 Class java.lang.Throwable
38 41 86 Class java.lang.Throwable
42 45 86 Class java.lang.Throwable
Exceptions:
throws java.io.IOException
void commandLoop();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: StackMap locals:
StackMap stack:
aload 0
invokevirtual jdk.jshell.execution.ExecutionControlForwarder.processCommand:()Z
ifne 0
1: goto 3
StackMap locals:
StackMap stack: java.io.IOException
2: pop
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/jshell/execution/ExecutionControlForwarder;
Exception table:
from to target type
0 1 2 Class java.io.IOException
}
SourceFile: "ExecutionControlForwarder.java"
InnerClasses:
public final ClassBytecodes = jdk.jshell.spi.ExecutionControl$ClassBytecodes of jdk.jshell.spi.ExecutionControl
public ClassInstallException = jdk.jshell.spi.ExecutionControl$ClassInstallException of jdk.jshell.spi.ExecutionControl
public EngineTerminationException = jdk.jshell.spi.ExecutionControl$EngineTerminationException of jdk.jshell.spi.ExecutionControl
public InternalException = jdk.jshell.spi.ExecutionControl$InternalException of jdk.jshell.spi.ExecutionControl
public NotImplementedException = jdk.jshell.spi.ExecutionControl$NotImplementedException of jdk.jshell.spi.ExecutionControl
public ResolutionException = jdk.jshell.spi.ExecutionControl$ResolutionException of jdk.jshell.spi.ExecutionControl
public StoppedException = jdk.jshell.spi.ExecutionControl$StoppedException of jdk.jshell.spi.ExecutionControl
public UserException = jdk.jshell.spi.ExecutionControl$UserException of jdk.jshell.spi.ExecutionControl