History log of /openjdk10/langtools/test/jdk/jshell/StopExecutionTest.java
Revision Date Author Comments
# 3872:f420d8eea54f 10-Jan-2017 jlahoda

8171385: jshell tool: unresponsive to ctrl-C in input wait on Windows
Summary: Ensuring stop is sent using the proper channel depending on the current state of the StopDetectingInputStream.
Reviewed-by: rfield


# 3222:94cfc50c1b8a 25-Jan-2016 alanb

8148147: Sync up @modules from jigsaw/jake
Reviewed-by: chegar, mchung


# 3062:15bdc18525ff 19-Oct-2015 jlahoda

8134254: JShell API/tool: REPL for Java into JDK9
Summary: Adding the implementation of the jshell (read-eval-print-loop) tool.
Reviewed-by: briangoetz, mcimadamore, psandoz, forax
Contributed-by: robert.field@oracle.com, bitterfoxc@gmail.com, jan.lahoda@oracle.com