History log of /openjdk9/langtools/src/jdk.jshell/share/classes/jdk/jshell/Unit.java
Revision Date Author Comments
# 3871:9ed8e9a27b00 09-Jan-2017 rfield

8171981: JShell: Fails compilation: new Object().getClass().getSuperclass()
Reviewed-by: mcimadamore


# 3827:44bdefe64114 16-Dec-2016 mcimadamore

8181370: Convert anonymous inner classes into lambdas/method references
Reviewed-by: jjg, rfield, mchung


# 3569:924a6b740543 10-Aug-2016 rfield

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


# 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


# 3464:bcebe24cd346 08-Jun-2016 rfield

8139829: JShell API: No use of fields to return information from public types
Reviewed-by: vromero


# 3424:a3e92e738d92 21-May-2016 rfield

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


# 3366:2dc339da8a93 29-Apr-2016 rfield

8139837: JShell API: make a common JShellException
Reviewed-by: jlahoda


# 3357:3e3553ee39d9 25-Apr-2016 rfield

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


# 3333:571ee117bb25 08-Apr-2016 rfield

8130450: JShell: events are not generated for repeated source
8139835: JShell API: Snippet.id() doc -- specify: no meaning, dynamic
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


# 3185:51136404ee5e 29-Dec-2015 rfield

8145239: JShell: throws AssertionError when replace classes with some methods which depends on these classes
Reviewed-by: rfield
Contributed-by: bitterfoxc@gmail.com


# 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