Commit Graph

205 Commits

Author SHA1 Message Date
Iris Clark
3c9012f9a2 Merge 2015-11-19 14:01:27 -08:00
Iris Clark
2804e200a2 8141104: jdk.jshell.TaskFactory code for java.specification.version = 1.9 should be adjusted for Verona
Reviewed-by: ksrini, jlahoda
2015-11-19 13:23:32 -08:00
Jan Lahoda
31df921493 8141092: JShell: Completion hangs on identifier completion
Avoiding recursive search when computing package completion.

Reviewed-by: mcimadamore, rfield
2015-11-12 15:10:01 +01:00
Shinya Yoshida
fadea54488 8142384: JShell tool: New command: /imports, /i which show the list of imported packages or classes, etc..
Reviewed-by: rfield, jlahoda
2015-11-12 08:48:42 +01:00
Jan Lahoda
a21102b5f4 8134254: JShell API/tool: REPL for Java into JDK9
Adding the implementation of the jshell (read-eval-print-loop) tool.

Co-authored-by: Robert Field <robert.field@oracle.com>
Co-authored-by: Shinya Yoshida <bitterfoxc@gmail.com>
Reviewed-by: briangoetz, mcimadamore, psandoz, forax
2015-10-19 19:15:16 +02:00