History log of /openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/OuterWrap.java
Revision Date Author Comments
# 3424:a3e92e738d92 21-May-2016 rfield

8156101: JShell SPI: Provide a pluggable execution control SPI
Reviewed-by: jlahoda


# 3357:3e3553ee39d9 25-Apr-2016 rfield

8154485: JShell: infrastructure for multi-Snippet class wrappers
Reviewed-by: jlahoda


# 3237:873c5cde4f08 02-Feb-2016 rfield

8080357: JShell: Only unqualified unresolved references should be corralled
8081431: JShell: Dropping import should update dependencies
Reviewed-by: jlahoda


# 3204:70fe7cf1ac65 11-Jan-2016 rfield

8146368: JShell: couldn't smash the error when it's Japanese locale
Reviewed-by: rfield
Contributed-by: bitterfoxc@gmail.com


# 3170:dc017a37aac5 14-Dec-2015 vasya

8145342: Some copyright notices are inconsistently and ill formatted
Summary: Adjusted formatting of copyright notices.
Reviewed-by: darcy, alundblad


# 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