History log of /openjdk9/langtools/test/jdk/jshell/ReplaceTest.java
Revision Date Author Comments
# 3916:edd091e7a9a3 25-Jan-2017 rfield

8173232: JShell tests: ReplaceTest takes too long
8173234: JShell tests: remove from ProblemList jdk/jshell/ToolFormatTest.java
8173204: JShell tests: ProblemList jdk/jshell/UserJdiUserRemoteTest.java
Reviewed-by: jlahoda


# 3695:40468274ff3b 10-Oct-2016 rfield

8167128: JShell: /drop of statement gives confusing output
Reviewed-by: jlahoda


# 3569:924a6b740543 10-Aug-2016 rfield

8143964: JShell API: convert query responses to Stream instead of List
Reviewed-by: psandoz, shinyafox


# 3357:3e3553ee39d9 25-Apr-2016 rfield

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


# 3316:4e87682893e6 01-Apr-2016 rfield

8152925: JShell: enable corralling of any type declaration, including enum
Reviewed-by: jlahoda


# 3290:0356613310dd 10-Mar-2016 rfield

8080069: JShell: Support for corralled classes
Reviewed-by: jlahoda


# 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