class jdk.jshell.execution.RemoteExecutionControl$StopExecutionException extends java.lang.ThreadDeath
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.jshell.execution.RemoteExecutionControl$StopExecutionException
  super_class: java.lang.ThreadDeath
{
  final jdk.jshell.execution.RemoteExecutionControl this$0;
    descriptor: Ljdk/jshell/execution/RemoteExecutionControl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(jdk.jshell.execution.RemoteExecutionControl);
    descriptor: (Ljdk/jshell/execution/RemoteExecutionControl;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.jshell.execution.RemoteExecutionControl$StopExecutionException this
         0: .line 164
            aload 0 /* this */
            aload 1
            putfield jdk.jshell.execution.RemoteExecutionControl$StopExecutionException.this$0:Ljdk/jshell/execution/RemoteExecutionControl;
            aload 0 /* this */
            invokespecial java.lang.ThreadDeath.<init>:()V
            return
        end local 0 // jdk.jshell.execution.RemoteExecutionControl$StopExecutionException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jshell/execution/RemoteExecutionControl$StopExecutionException;
    MethodParameters:
        Name  Flags
      this$0  final

  public synchronized java.lang.Throwable fillInStackTrace();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.jshell.execution.RemoteExecutionControl$StopExecutionException this
         0: .line 168
            aload 0 /* this */
            areturn
        end local 0 // jdk.jshell.execution.RemoteExecutionControl$StopExecutionException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jshell/execution/RemoteExecutionControl$StopExecutionException;
}
SourceFile: "RemoteExecutionControl.java"
NestHost: jdk.jshell.execution.RemoteExecutionControl
InnerClasses:
  private StopExecutionException = jdk.jshell.execution.RemoteExecutionControl$StopExecutionException of jdk.jshell.execution.RemoteExecutionControl