public class jdk.jshell.execution.DirectExecutionControl implements jdk.jshell.spi.ExecutionControl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.jshell.execution.DirectExecutionControl
  super_class: java.lang.Object
{
  private static final java.lang.String[] charRep;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final jdk.jshell.execution.LoaderDelegate loaderDelegate;
    descriptor: Ljdk/jshell/execution/LoaderDelegate;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=1, args_size=0
         0: .line 49
            sipush 256
            anewarray java.lang.String
            putstatic jdk.jshell.execution.DirectExecutionControl.charRep:[Ljava/lang/String;
         1: .line 50
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         2: goto 8
         3: .line 51
      StackMap locals: int
      StackMap stack:
            getstatic jdk.jshell.execution.DirectExecutionControl.charRep:[Ljava/lang/String;
            iload 0 /* i */
            iload 0 /* i */
            invokestatic java.lang.Character.isISOControl:(I)Z
            ifeq 5
         4: .line 52
            ldc "\\%03o"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 0 /* i */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            goto 6
         5: .line 53
      StackMap locals: int
      StackMap stack: java.lang.String[] int
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            iload 0 /* i */
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 51
      StackMap locals: int
      StackMap stack: java.lang.String[] int java.lang.String
            aastore
         7: .line 50
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 0 /* i */
            getstatic jdk.jshell.execution.DirectExecutionControl.charRep:[Ljava/lang/String;
            arraylength
            if_icmplt 3
        end local 0 // int i
         9: .line 55
            getstatic jdk.jshell.execution.DirectExecutionControl.charRep:[Ljava/lang/String;
            bipush 8
            ldc "\\b"
            aastore
        10: .line 56
            getstatic jdk.jshell.execution.DirectExecutionControl.charRep:[Ljava/lang/String;
            bipush 9
            ldc "\\t"
            aastore
        11: .line 57
            getstatic jdk.jshell.execution.DirectExecutionControl.charRep:[Ljava/lang/String;
            bipush 10
            ldc "\\n"
            aastore
        12: .line 58
            getstatic jdk.jshell.execution.DirectExecutionControl.charRep:[Ljava/lang/String;
            bipush 12
            ldc "\\f"
            aastore
        13: .line 59
            getstatic jdk.jshell.execution.DirectExecutionControl.charRep:[Ljava/lang/String;
            bipush 13
            ldc "\\r"
            aastore
        14: .line 60
            getstatic jdk.jshell.execution.DirectExecutionControl.charRep:[Ljava/lang/String;
            bipush 92
            ldc "\\\\"
            aastore
        15: .line 61
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            2    9     0     i  I

  public void <init>(jdk.jshell.execution.LoaderDelegate);
    descriptor: (Ljdk/jshell/execution/LoaderDelegate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
        start local 1 // jdk.jshell.execution.LoaderDelegate loaderDelegate
         0: .line 71
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 72
            aload 0 /* this */
            aload 1 /* loaderDelegate */
            putfield jdk.jshell.execution.DirectExecutionControl.loaderDelegate:Ljdk/jshell/execution/LoaderDelegate;
         2: .line 73
            return
        end local 1 // jdk.jshell.execution.LoaderDelegate loaderDelegate
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Ljdk/jshell/execution/DirectExecutionControl;
            0    3     1  loaderDelegate  Ljdk/jshell/execution/LoaderDelegate;
    MethodParameters:
                Name  Flags
      loaderDelegate  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
         0: .line 79
            aload 0 /* this */
            new jdk.jshell.execution.DefaultLoaderDelegate
            dup
            invokespecial jdk.jshell.execution.DefaultLoaderDelegate.<init>:()V
            invokespecial jdk.jshell.execution.DirectExecutionControl.<init>:(Ljdk/jshell/execution/LoaderDelegate;)V
         1: .line 80
            return
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/jshell/execution/DirectExecutionControl;

  public void load(jdk.jshell.spi.ExecutionControl$ClassBytecodes[]);
    descriptor: ([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
        start local 1 // jdk.jshell.spi.ExecutionControl$ClassBytecodes[] cbcs
         0: .line 85
            aload 0 /* this */
            getfield jdk.jshell.execution.DirectExecutionControl.loaderDelegate:Ljdk/jshell/execution/LoaderDelegate;
            aload 1 /* cbcs */
            invokeinterface jdk.jshell.execution.LoaderDelegate.load:([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V
         1: .line 86
            return
        end local 1 // jdk.jshell.spi.ExecutionControl$ClassBytecodes[] cbcs
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/jshell/execution/DirectExecutionControl;
            0    2     1  cbcs  [Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;
    Exceptions:
      throws jdk.jshell.spi.ExecutionControl$ClassInstallException, jdk.jshell.spi.ExecutionControl$NotImplementedException, jdk.jshell.spi.ExecutionControl$EngineTerminationException
    MethodParameters:
      Name  Flags
      cbcs  

  public void redefine(jdk.jshell.spi.ExecutionControl$ClassBytecodes[]);
    descriptor: ([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
        start local 1 // jdk.jshell.spi.ExecutionControl$ClassBytecodes[] cbcs
         0: .line 91
            new jdk.jshell.spi.ExecutionControl$NotImplementedException
            dup
            ldc "redefine not supported"
            invokespecial jdk.jshell.spi.ExecutionControl$NotImplementedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // jdk.jshell.spi.ExecutionControl$ClassBytecodes[] cbcs
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jshell/execution/DirectExecutionControl;
            0    1     1  cbcs  [Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;
    Exceptions:
      throws jdk.jshell.spi.ExecutionControl$ClassInstallException, jdk.jshell.spi.ExecutionControl$NotImplementedException, jdk.jshell.spi.ExecutionControl$EngineTerminationException
    MethodParameters:
      Name  Flags
      cbcs  

  protected void classesRedefined(jdk.jshell.spi.ExecutionControl$ClassBytecodes[]);
    descriptor: ([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
        start local 1 // jdk.jshell.spi.ExecutionControl$ClassBytecodes[] cbcs
         0: .line 102
            aload 0 /* this */
            getfield jdk.jshell.execution.DirectExecutionControl.loaderDelegate:Ljdk/jshell/execution/LoaderDelegate;
            aload 1 /* cbcs */
            invokeinterface jdk.jshell.execution.LoaderDelegate.classesRedefined:([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V
         1: .line 103
            return
        end local 1 // jdk.jshell.spi.ExecutionControl$ClassBytecodes[] cbcs
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/jshell/execution/DirectExecutionControl;
            0    2     1  cbcs  [Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;
    Exceptions:
      throws jdk.jshell.spi.ExecutionControl$NotImplementedException, jdk.jshell.spi.ExecutionControl$EngineTerminationException
    MethodParameters:
      Name  Flags
      cbcs  

  public java.lang.String invoke(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
        start local 1 // java.lang.String className
        start local 2 // java.lang.String methodName
         0: .line 110
            aload 0 /* this */
            aload 1 /* className */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.findClass:(Ljava/lang/String;)Ljava/lang/Class;
            astore 4 /* klass */
        start local 4 // java.lang.Class klass
         1: .line 111
            aload 4 /* klass */
            aload 2 /* methodName */
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            astore 3 /* doitMethod */
        start local 3 // java.lang.reflect.Method doitMethod
         2: .line 112
            aload 3 /* doitMethod */
            iconst_1
            invokevirtual java.lang.reflect.Method.setAccessible:(Z)V
        end local 4 // java.lang.Class klass
         3: .line 113
            goto 6
        end local 3 // java.lang.reflect.Method doitMethod
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: astore 4 /* ex */
        start local 4 // java.lang.Throwable ex
         5: .line 114
            new jdk.jshell.spi.ExecutionControl$InternalException
            dup
            aload 4 /* ex */
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
            invokespecial jdk.jshell.spi.ExecutionControl$InternalException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // java.lang.Throwable ex
        start local 3 // java.lang.reflect.Method doitMethod
         6: .line 118
      StackMap locals: java.lang.reflect.Method
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.clientCodeEnter:()V
         7: .line 119
            aload 0 /* this */
            aload 3 /* doitMethod */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.invoke:(Ljava/lang/reflect/Method;)Ljava/lang/String;
            astore 4 /* result */
        start local 4 // java.lang.String result
         8: .line 120
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.flush:()V
         9: .line 121
            aload 4 /* result */
            astore 6
        10: .line 131
            aload 0 /* this */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.clientCodeLeave:()V
        11: .line 121
            aload 6
            areturn
        end local 4 // java.lang.String result
        12: .line 122
      StackMap locals:
      StackMap stack: jdk.jshell.spi.ExecutionControl$ExecutionControlException
            astore 4 /* ex */
        start local 4 // jdk.jshell.spi.ExecutionControl$ExecutionControlException ex
        13: .line 123
            aload 4 /* ex */
            athrow
        end local 4 // jdk.jshell.spi.ExecutionControl$ExecutionControlException ex
        14: .line 124
      StackMap locals:
      StackMap stack: jdk.jshell.spi.SPIResolutionException
            astore 4 /* ex */
        start local 4 // jdk.jshell.spi.SPIResolutionException ex
        15: .line 125
            aload 0 /* this */
            aload 4 /* ex */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.throwConvertedInvocationException:(Ljava/lang/Throwable;)Ljava/lang/String;
            astore 6
        16: .line 131
            aload 0 /* this */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.clientCodeLeave:()V
        17: .line 125
            aload 6
            areturn
        end local 4 // jdk.jshell.spi.SPIResolutionException ex
        18: .line 126
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 4 /* ex */
        start local 4 // java.lang.reflect.InvocationTargetException ex
        19: .line 127
            aload 0 /* this */
            aload 4 /* ex */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            invokevirtual jdk.jshell.execution.DirectExecutionControl.throwConvertedInvocationException:(Ljava/lang/Throwable;)Ljava/lang/String;
            astore 6
        20: .line 131
            aload 0 /* this */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.clientCodeLeave:()V
        21: .line 127
            aload 6
            areturn
        end local 4 // java.lang.reflect.InvocationTargetException ex
        22: .line 128
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4 /* ex */
        start local 4 // java.lang.Throwable ex
        23: .line 129
            aload 0 /* this */
            aload 4 /* ex */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.throwConvertedOtherException:(Ljava/lang/Throwable;)Ljava/lang/String;
            astore 6
        24: .line 131
            aload 0 /* this */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.clientCodeLeave:()V
        25: .line 129
            aload 6
            areturn
        end local 4 // java.lang.Throwable ex
        26: .line 130
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        27: .line 131
            aload 0 /* this */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.clientCodeLeave:()V
        28: .line 132
            aload 5
            athrow
        end local 3 // java.lang.reflect.Method doitMethod
        end local 2 // java.lang.String methodName
        end local 1 // java.lang.String className
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   29     0        this  Ljdk/jshell/execution/DirectExecutionControl;
            0   29     1   className  Ljava/lang/String;
            0   29     2  methodName  Ljava/lang/String;
            2    4     3  doitMethod  Ljava/lang/reflect/Method;
            6   29     3  doitMethod  Ljava/lang/reflect/Method;
            1    3     4       klass  Ljava/lang/Class<*>;
            5    6     4          ex  Ljava/lang/Throwable;
            8   12     4      result  Ljava/lang/String;
           13   14     4          ex  Ljdk/jshell/spi/ExecutionControl$ExecutionControlException;
           15   18     4          ex  Ljdk/jshell/spi/SPIResolutionException;
           19   22     4          ex  Ljava/lang/reflect/InvocationTargetException;
           23   26     4          ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.Throwable
           6    10      12  Class jdk.jshell.spi.ExecutionControl$RunException
           6    10      12  Class jdk.jshell.spi.ExecutionControl$InternalException
           6    10      12  Class jdk.jshell.spi.ExecutionControl$EngineTerminationException
           6    10      14  Class jdk.jshell.spi.SPIResolutionException
           6    10      18  Class java.lang.reflect.InvocationTargetException
           6    10      22  Class java.lang.Throwable
           6    10      26  any
          12    16      26  any
          18    20      26  any
          22    24      26  any
    Exceptions:
      throws jdk.jshell.spi.ExecutionControl$RunException, jdk.jshell.spi.ExecutionControl$InternalException, jdk.jshell.spi.ExecutionControl$EngineTerminationException
    MethodParameters:
            Name  Flags
      className   
      methodName  

  public java.lang.String varValue(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
        start local 1 // java.lang.String className
        start local 2 // java.lang.String varName
         0: .line 140
            aload 0 /* this */
            aload 1 /* className */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.findClass:(Ljava/lang/String;)Ljava/lang/Class;
            astore 4 /* klass */
        start local 4 // java.lang.Class klass
         1: .line 141
            aload 4 /* klass */
            aload 2 /* varName */
            invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
            astore 5 /* var */
        start local 5 // java.lang.reflect.Field var
         2: .line 142
            aload 5 /* var */
            iconst_1
            invokevirtual java.lang.reflect.Field.setAccessible:(Z)V
         3: .line 143
            aload 5 /* var */
            aconst_null
            invokevirtual java.lang.reflect.Field.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* val */
        end local 5 // java.lang.reflect.Field var
        end local 4 // java.lang.Class klass
        start local 3 // java.lang.Object val
         4: .line 144
            goto 7
        end local 3 // java.lang.Object val
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 4 /* ex */
        start local 4 // java.lang.Throwable ex
         6: .line 145
            new jdk.jshell.spi.ExecutionControl$InternalException
            dup
            aload 4 /* ex */
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
            invokespecial jdk.jshell.spi.ExecutionControl$InternalException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // java.lang.Throwable ex
        start local 3 // java.lang.Object val
         7: .line 149
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.clientCodeEnter:()V
         8: .line 150
            aload 3 /* val */
            invokestatic jdk.jshell.execution.DirectExecutionControl.valueString:(Ljava/lang/Object;)Ljava/lang/String;
            astore 6
         9: .line 154
            aload 0 /* this */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.clientCodeLeave:()V
        10: .line 150
            aload 6
            areturn
        11: .line 151
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4 /* ex */
        start local 4 // java.lang.Throwable ex
        12: .line 152
            aload 0 /* this */
            aload 4 /* ex */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.throwConvertedInvocationException:(Ljava/lang/Throwable;)Ljava/lang/String;
            astore 6
        13: .line 154
            aload 0 /* this */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.clientCodeLeave:()V
        14: .line 152
            aload 6
            areturn
        end local 4 // java.lang.Throwable ex
        15: .line 153
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        16: .line 154
            aload 0 /* this */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.clientCodeLeave:()V
        17: .line 155
            aload 5
            athrow
        end local 3 // java.lang.Object val
        end local 2 // java.lang.String varName
        end local 1 // java.lang.String className
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Ljdk/jshell/execution/DirectExecutionControl;
            0   18     1  className  Ljava/lang/String;
            0   18     2    varName  Ljava/lang/String;
            4    5     3        val  Ljava/lang/Object;
            7   18     3        val  Ljava/lang/Object;
            1    4     4      klass  Ljava/lang/Class<*>;
            2    4     5        var  Ljava/lang/reflect/Field;
            6    7     4         ex  Ljava/lang/Throwable;
           12   15     4         ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     4       5  Class java.lang.Throwable
           7     9      11  Class java.lang.Throwable
           7     9      15  any
          11    13      15  any
    Exceptions:
      throws jdk.jshell.spi.ExecutionControl$RunException, jdk.jshell.spi.ExecutionControl$EngineTerminationException, jdk.jshell.spi.ExecutionControl$InternalException
    MethodParameters:
           Name  Flags
      className  
      varName    

  public void addToClasspath(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
        start local 1 // java.lang.String cp
         0: .line 161
            aload 0 /* this */
            getfield jdk.jshell.execution.DirectExecutionControl.loaderDelegate:Ljdk/jshell/execution/LoaderDelegate;
            aload 1 /* cp */
            invokeinterface jdk.jshell.execution.LoaderDelegate.addToClasspath:(Ljava/lang/String;)V
         1: .line 162
            return
        end local 1 // java.lang.String cp
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/jshell/execution/DirectExecutionControl;
            0    2     1    cp  Ljava/lang/String;
    Exceptions:
      throws jdk.jshell.spi.ExecutionControl$EngineTerminationException, jdk.jshell.spi.ExecutionControl$InternalException
    MethodParameters:
      Name  Flags
      cp    

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
         0: .line 172
            new jdk.jshell.spi.ExecutionControl$NotImplementedException
            dup
            ldc "stop: Not supported."
            invokespecial jdk.jshell.spi.ExecutionControl$NotImplementedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jshell/execution/DirectExecutionControl;
    Exceptions:
      throws jdk.jshell.spi.ExecutionControl$EngineTerminationException, jdk.jshell.spi.ExecutionControl$InternalException

  public java.lang.Object extensionCommand(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
        start local 1 // java.lang.String command
        start local 2 // java.lang.Object arg
         0: .line 178
            new jdk.jshell.spi.ExecutionControl$NotImplementedException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown command: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* command */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial jdk.jshell.spi.ExecutionControl$NotImplementedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Object arg
        end local 1 // java.lang.String command
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Ljdk/jshell/execution/DirectExecutionControl;
            0    1     1  command  Ljava/lang/String;
            0    1     2      arg  Ljava/lang/Object;
    Exceptions:
      throws jdk.jshell.spi.ExecutionControl$RunException, jdk.jshell.spi.ExecutionControl$EngineTerminationException, jdk.jshell.spi.ExecutionControl$InternalException
    MethodParameters:
         Name  Flags
      command  
      arg      

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
         0: .line 183
            return
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jshell/execution/DirectExecutionControl;

  protected java.lang.Class<?> findClass(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Class;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
        start local 1 // java.lang.String name
         0: .line 193
            aload 0 /* this */
            getfield jdk.jshell.execution.DirectExecutionControl.loaderDelegate:Ljdk/jshell/execution/LoaderDelegate;
            aload 1 /* name */
            invokeinterface jdk.jshell.execution.LoaderDelegate.findClass:(Ljava/lang/String;)Ljava/lang/Class;
            areturn
        end local 1 // java.lang.String name
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jshell/execution/DirectExecutionControl;
            0    1     1  name  Ljava/lang/String;
    Exceptions:
      throws java.lang.ClassNotFoundException
    Signature: (Ljava/lang/String;)Ljava/lang/Class<*>;
    MethodParameters:
      Name  Flags
      name  

  protected java.lang.String invoke(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
        start local 1 // java.lang.reflect.Method doitMethod
         0: .line 209
            aload 1 /* doitMethod */
            aconst_null
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* res */
        start local 2 // java.lang.Object res
         1: .line 210
            aload 2 /* res */
            invokestatic jdk.jshell.execution.DirectExecutionControl.valueString:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 2 // java.lang.Object res
        end local 1 // java.lang.reflect.Method doitMethod
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Ljdk/jshell/execution/DirectExecutionControl;
            0    2     1  doitMethod  Ljava/lang/reflect/Method;
            1    2     2         res  Ljava/lang/Object;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
            Name  Flags
      doitMethod  

  protected static java.lang.String valueString(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // java.lang.Object value
         0: .line 222
            aload 0 /* value */
            ifnonnull 2
         1: .line 223
            ldc "null"
            areturn
         2: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* value */
            instanceof java.lang.String
            ifeq 11
         3: .line 225
            new java.lang.StringBuilder
            dup
            ldc "\""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* value */
            checkcast java.lang.String
            invokevirtual java.lang.String.codePoints:()Ljava/util/stream/IntStream;
         4: .line 226
            invokedynamic apply()Ljava/util/function/IntFunction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)Ljava/lang/Object;
                  jdk/jshell/execution/DirectExecutionControl.lambda$0(I)Ljava/util/stream/IntStream; (6)
                  (I)Ljava/util/stream/IntStream;
            invokeinterface java.util.stream.IntStream.flatMap:(Ljava/util/function/IntFunction;)Ljava/util/stream/IntStream;
         5: .line 233
            invokedynamic get()Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  java/lang/StringBuilder.<init>()V (8)
                  ()Ljava/lang/StringBuilder;
         6: .line 234
            invokedynamic accept()Ljava/util/function/ObjIntConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;I)V
                  java/lang/StringBuilder.appendCodePoint(I)Ljava/lang/StringBuilder; (5)
                  (Ljava/lang/StringBuilder;I)V
         7: .line 235
            invokedynamic accept()Ljava/util/function/BiConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  java/lang/StringBuilder.append(Ljava/lang/CharSequence;)Ljava/lang/StringBuilder; (5)
                  (Ljava/lang/StringBuilder;Ljava/lang/StringBuilder;)V
         8: .line 232
            invokeinterface java.util.stream.IntStream.collect:(Ljava/util/function/Supplier;Ljava/util/function/ObjIntConsumer;Ljava/util/function/BiConsumer;)Ljava/lang/Object;
            checkcast java.lang.StringBuilder
         9: .line 236
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\""
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        10: .line 225
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        11: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* value */
            instanceof java.lang.Character
            ifeq 22
        12: .line 238
            aload 0 /* value */
            checkcast java.lang.Character
            invokevirtual java.lang.Character.charValue:()C
            istore 1 /* cp */
        start local 1 // char cp
        13: .line 239
            new java.lang.StringBuilder
            dup
            ldc "'"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        14: .line 240
            iload 1 /* cp */
            bipush 39
            if_icmpne 16
        15: .line 241
            ldc "\\'"
            goto 19
        16: .line 242
      StackMap locals: java.lang.Object int
      StackMap stack: java.lang.StringBuilder
            iload 1 /* cp */
            sipush 256
            if_icmpge 18
        17: .line 243
            getstatic jdk.jshell.execution.DirectExecutionControl.charRep:[Ljava/lang/String;
            iload 1 /* cp */
            aaload
            goto 19
        18: .line 244
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
            iload 1 /* cp */
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
        19: .line 239
      StackMap locals: java.lang.Object int
      StackMap stack: java.lang.StringBuilder java.lang.String
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        20: .line 244
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        21: .line 239
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // char cp
        22: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* value */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 53
        23: .line 246
            iconst_0
            istore 1 /* dims */
        start local 1 // int dims
        24: .line 247
            aload 0 /* value */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            astore 2 /* t */
        start local 2 // java.lang.Class t
        25: .line 249
      StackMap locals: int java.lang.Class
      StackMap stack:
            aload 2 /* t */
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            astore 3 /* ct */
        start local 3 // java.lang.Class ct
        26: .line 250
            aload 3 /* ct */
            ifnonnull 28
        27: .line 251
            goto 31
        28: .line 253
      StackMap locals: java.lang.Class
      StackMap stack:
            iinc 1 /* dims */ 1
        29: .line 254
            aload 3 /* ct */
            astore 2 /* t */
        end local 3 // java.lang.Class ct
        30: .line 248
            goto 25
        31: .line 256
      StackMap locals:
      StackMap stack:
            aload 2 /* t */
            invokevirtual java.lang.Class.getTypeName:()Ljava/lang/String;
            astore 3 /* tn */
        start local 3 // java.lang.String tn
        32: .line 257
            aload 0 /* value */
            invokestatic java.lang.reflect.Array.getLength:(Ljava/lang/Object;)I
            istore 4 /* len */
        start local 4 // int len
        33: .line 258
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 5 /* sb */
        start local 5 // java.lang.StringBuilder sb
        34: .line 259
            aload 5 /* sb */
            aload 3 /* tn */
            aload 3 /* tn */
            bipush 46
            invokevirtual java.lang.String.lastIndexOf:(I)I
            iconst_1
            iadd
            aload 3 /* tn */
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        35: .line 260
            aload 5 /* sb */
            ldc "["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        36: .line 261
            aload 5 /* sb */
            iload 4 /* len */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        37: .line 262
            aload 5 /* sb */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        38: .line 263
            iconst_1
            istore 6 /* i */
        start local 6 // int i
        39: goto 42
        40: .line 264
      StackMap locals: java.lang.Object int java.lang.Class java.lang.String int java.lang.StringBuilder int
      StackMap stack:
            aload 5 /* sb */
            ldc "[]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        41: .line 263
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        42: iload 6 /* i */
            iload 1 /* dims */
            if_icmplt 40
        end local 6 // int i
        43: .line 266
            aload 5 /* sb */
            ldc " { "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        44: .line 267
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        45: goto 50
        46: .line 268
      StackMap locals:
      StackMap stack:
            aload 5 /* sb */
            aload 0 /* value */
            iload 6 /* i */
            invokestatic java.lang.reflect.Array.get:(Ljava/lang/Object;I)Ljava/lang/Object;
            invokestatic jdk.jshell.execution.DirectExecutionControl.valueString:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        47: .line 269
            iload 6 /* i */
            iload 4 /* len */
            iconst_1
            isub
            if_icmpge 49
        48: .line 270
            aload 5 /* sb */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        49: .line 267
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        50: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 46
        end local 6 // int i
        51: .line 273
            aload 5 /* sb */
            ldc " }"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        52: .line 274
            aload 5 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 5 // java.lang.StringBuilder sb
        end local 4 // int len
        end local 3 // java.lang.String tn
        end local 2 // java.lang.Class t
        end local 1 // int dims
        53: .line 276
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* value */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // java.lang.Object value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   54     0  value  Ljava/lang/Object;
           13   22     1     cp  C
           24   53     1   dims  I
           25   53     2      t  Ljava/lang/Class<*>;
           26   30     3     ct  Ljava/lang/Class<*>;
           32   53     3     tn  Ljava/lang/String;
           33   53     4    len  I
           34   53     5     sb  Ljava/lang/StringBuilder;
           39   43     6      i  I
           45   51     6      i  I
    MethodParameters:
       Name  Flags
      value  

  protected java.lang.String throwConvertedInvocationException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
        start local 1 // java.lang.Throwable cause
         0: .line 291
            aload 0 /* this */
            aload 1 /* cause */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.asRunException:(Ljava/lang/Throwable;)Ljdk/jshell/spi/ExecutionControl$RunException;
            athrow
        end local 1 // java.lang.Throwable cause
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/jshell/execution/DirectExecutionControl;
            0    1     1  cause  Ljava/lang/Throwable;
    Exceptions:
      throws jdk.jshell.spi.ExecutionControl$RunException, jdk.jshell.spi.ExecutionControl$InternalException
    MethodParameters:
       Name  Flags
      cause  

  private jdk.jshell.spi.ExecutionControl$RunException asRunException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljdk/jshell/spi/ExecutionControl$RunException;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
        start local 1 // java.lang.Throwable ex
         0: .line 295
            aload 1 /* ex */
            instanceof jdk.jshell.spi.SPIResolutionException
            ifeq 3
         1: .line 296
            aload 1 /* ex */
            checkcast jdk.jshell.spi.SPIResolutionException
            astore 2 /* spire */
        start local 2 // jdk.jshell.spi.SPIResolutionException spire
         2: .line 297
            new jdk.jshell.spi.ExecutionControl$ResolutionException
            dup
            aload 2 /* spire */
            invokevirtual jdk.jshell.spi.SPIResolutionException.id:()I
            aload 2 /* spire */
            invokevirtual jdk.jshell.spi.SPIResolutionException.getStackTrace:()[Ljava/lang/StackTraceElement;
            invokespecial jdk.jshell.spi.ExecutionControl$ResolutionException.<init>:(I[Ljava/lang/StackTraceElement;)V
            areturn
        end local 2 // jdk.jshell.spi.SPIResolutionException spire
         3: .line 299
      StackMap locals:
      StackMap stack:
            new jdk.jshell.spi.ExecutionControl$UserException
            dup
            aload 1 /* ex */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
         4: .line 300
            aload 1 /* ex */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         5: .line 301
            aload 1 /* ex */
            invokevirtual java.lang.Throwable.getStackTrace:()[Ljava/lang/StackTraceElement;
         6: .line 299
            invokespecial jdk.jshell.spi.ExecutionControl$UserException.<init>:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/StackTraceElement;)V
            astore 2 /* ue */
        start local 2 // jdk.jshell.spi.ExecutionControl$UserException ue
         7: .line 302
            aload 1 /* ex */
            invokevirtual java.lang.Throwable.getCause:()Ljava/lang/Throwable;
            astore 3 /* cause */
        start local 3 // java.lang.Throwable cause
         8: .line 303
            aload 2 /* ue */
            aload 3 /* cause */
            ifnonnull 9
            aconst_null
            goto 10
      StackMap locals: jdk.jshell.execution.DirectExecutionControl java.lang.Throwable jdk.jshell.spi.ExecutionControl$UserException java.lang.Throwable
      StackMap stack: jdk.jshell.spi.ExecutionControl$UserException
         9: aload 0 /* this */
            aload 3 /* cause */
            invokevirtual jdk.jshell.execution.DirectExecutionControl.asRunException:(Ljava/lang/Throwable;)Ljdk/jshell/spi/ExecutionControl$RunException;
      StackMap locals: jdk.jshell.execution.DirectExecutionControl java.lang.Throwable jdk.jshell.spi.ExecutionControl$UserException java.lang.Throwable
      StackMap stack: jdk.jshell.spi.ExecutionControl$UserException jdk.jshell.spi.ExecutionControl$RunException
        10: invokevirtual jdk.jshell.spi.ExecutionControl$UserException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
        11: .line 304
            aload 2 /* ue */
            areturn
        end local 3 // java.lang.Throwable cause
        end local 2 // jdk.jshell.spi.ExecutionControl$UserException ue
        end local 1 // java.lang.Throwable ex
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Ljdk/jshell/execution/DirectExecutionControl;
            0   12     1     ex  Ljava/lang/Throwable;
            2    3     2  spire  Ljdk/jshell/spi/SPIResolutionException;
            7   12     2     ue  Ljdk/jshell/spi/ExecutionControl$UserException;
            8   12     3  cause  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      ex    

  protected java.lang.String throwConvertedOtherException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
        start local 1 // java.lang.Throwable ex
         0: .line 319
            new jdk.jshell.spi.ExecutionControl$InternalException
            dup
            aload 1 /* ex */
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
            invokespecial jdk.jshell.spi.ExecutionControl$InternalException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.Throwable ex
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jshell/execution/DirectExecutionControl;
            0    1     1    ex  Ljava/lang/Throwable;
    Exceptions:
      throws jdk.jshell.spi.ExecutionControl$RunException, jdk.jshell.spi.ExecutionControl$InternalException
    MethodParameters:
      Name  Flags
      ex    

  protected void clientCodeEnter();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
         0: .line 328
            return
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jshell/execution/DirectExecutionControl;
    Exceptions:
      throws jdk.jshell.spi.ExecutionControl$InternalException

  protected void clientCodeLeave();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // jdk.jshell.execution.DirectExecutionControl this
         0: .line 336
            return
        end local 0 // jdk.jshell.execution.DirectExecutionControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jshell/execution/DirectExecutionControl;
    Exceptions:
      throws jdk.jshell.spi.ExecutionControl$InternalException

  private static java.util.stream.IntStream lambda$0(int);
    descriptor: (I)Ljava/util/stream/IntStream;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int cp
         0: .line 227
            iload 0 /* cp */
            bipush 34
            if_icmpne 2
         1: .line 228
            ldc "\\\""
            invokevirtual java.lang.String.codePoints:()Ljava/util/stream/IntStream;
            goto 5
         2: .line 229
      StackMap locals:
      StackMap stack:
            iload 0 /* cp */
            sipush 256
            if_icmpge 4
         3: .line 230
            getstatic jdk.jshell.execution.DirectExecutionControl.charRep:[Ljava/lang/String;
            iload 0 /* cp */
            aaload
            invokevirtual java.lang.String.codePoints:()Ljava/util/stream/IntStream;
            goto 5
         4: .line 231
      StackMap locals:
      StackMap stack:
            iload 0 /* cp */
            invokestatic java.util.stream.IntStream.of:(I)Ljava/util/stream/IntStream;
      StackMap locals:
      StackMap stack: java.util.stream.IntStream
         5: areturn
        end local 0 // int cp
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0    cp  I
}
SourceFile: "DirectExecutionControl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  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 abstract RunException = jdk.jshell.spi.ExecutionControl$RunException of jdk.jshell.spi.ExecutionControl
  public UserException = jdk.jshell.spi.ExecutionControl$UserException of jdk.jshell.spi.ExecutionControl