src/jdk.jshell/share/classes/jdk/jshell/JShell.java

Print this page

        

*** 118,127 **** --- 118,128 ---- this.extraRemoteVMOptions = b.extraRemoteVMOptions; this.extraCompilerOptions = b.extraCompilerOptions; this.executionControlGenerator = b.executionControlGenerator==null ? failOverExecutionControlGenerator( JDIDefaultExecutionControl.launch(), + JDIDefaultExecutionControl.listenLocalhost(), JDIDefaultExecutionControl.listen()) : b.executionControlGenerator; this.maps = new SnippetMaps(this); this.keyMap = new KeyMap(this);