History log of /openjdk9/langtools/src/jdk.jshell/share/classes/jdk/jshell/execution/MultiplexingOutputStream.java
Revision Date Author Comments
# 3633:fdff20865f5f 01-Sep-2016 jlahoda

8131023: JShell: System.in does not work
Summary: Pass user input to snippets/remote agent
Reviewed-by: rfield


# 3542:c2f2565b80f7 21-Jul-2016 rfield

8160127: JShell API: extract abstract JDI and abstract streaming implementations of ExecutionControl
8159935: JShell API: Reorganize execution support code into jdk.jshell.execution (previously sent for review, and combined here)
8160128: JShell API: extract abstract streaming remote agent
8159122: JShell API: Configurable invocation mechanism
Summary: ExecutionControl implementation support with simplified ExecutionControl interface
Reviewed-by: jlahoda