History log of /openjdk9/langtools/test/jdk/jshell/StartOptionTest.java
Revision Date Author Comments
# 4097:256d9fce6c53 11-Apr-2017 rfield

8178023: jshell tool: crash with ugly message on attempt to add non-existant module path
Reviewed-by: jlahoda


# 3917:919a15cb34bb 25-Jan-2017 rfield

8171343: jshell tool: missing options: --help-extra --show-version
Reviewed-by: jlahoda


# 3849:b2e915d476be 02-Jan-2017 rfield

8172102: jshell tool: remove print method forwarding to System.out from default startup
Reviewed-by: briangoetz


# 3843:e5a42ddaf633 20-Dec-2016 rfield

8170162: jshell tool: no mechanism to programmatically launch
8170044: jshell tool: jshell missing from javax.tools.ToolProvider
Reviewed-by: jjg


# 3781:f196b8e52c3a 22-Nov-2016 rfield

8169519: JShell: Handle start-up failures and hangs gracefully
8166581: JShell: locks forever if -R options is wrong
8169234: JShell: hangs on startup on some computers caused by hostname
Reviewed-by: jlahoda


# 3723:d245e56f4a79 24-Oct-2016 rfield

8167637: jshell tool: /edit should use EDITOR setting
8167640: jshell tool: external editor temp file should be *.java
Reviewed-by: jlahoda


# 3633:fdff20865f5f 01-Sep-2016 jlahoda

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


# 3607:bfc6d670ec1f 22-Aug-2016 rfield

8160089: jshell tool: use new double-dash long-form command-line options
Reviewed-by: jlahoda


# 3441:6d69114ec506 26-May-2016 rfield

8157953: JShell tests: reenable ToolBasicTest
8080883: JShell tool: tool does not report errors if -startup and -nostartup flags are specified
Reviewed-by: vromero


# 3436:10eaadcaba97 26-May-2016 rfield

8157917: JShell: shutdown could cause remote JDWP errors to be visible to users
8157918: JShell tests: StartOptionTest displays insufficient information to diagnose failures
Reviewed-by: vromero


# 3360:8102be8ddff2 27-Apr-2016 rfield

8150382: JShell API: Allow setting remote JVM arguments
8151754: jshell tool: add command line options for setting feedback mode
Reviewed-by: jlahoda


# 3321:68696e640592 05-Apr-2016 rfield

8153482: jdk/jshell/StartOptionTest.java fails on Windows after JDK-8147515
Reviewed-by: jlahoda


# 3318:2f6ca5367226 04-Apr-2016 rfield

8147515: JShell: Internationalize
Reviewed-by: jlahoda


# 3314:97ec97671022 31-Mar-2016 jjg

8152897: refactor ToolBox to allow reduced documented dependencies
Reviewed-by: vromero


# 3306:d77a6b663858 23-Mar-2016 jlahoda

8152296: langtools/test/jdk/jshell/ToolReloadTest.java failing if there is not persisted history
Summary: Create a custom Terminal for use in tests; avoid use of global Preferences in tests.
Reviewed-by: rfield


# 3294:9adfb22ff08f 17-Mar-2016 alanb

8142968: Module System implementation
Summary: Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Reviewed-by: jjg, jlahoda, vromero, mcimadamore, bpatel, ksrini, darcy, anazarov, dfuchs
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, jan.lahoda@oracle.com, vicente.romero@oracle.com, andreas.lundblad@oracle.com, andrey.x.nazarov@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, kumar.x.srinivasan@oracle.com, sundararajan.athijegannathan@oracle.com


# 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