History log of /openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/execution/DirectExecutionControl.java
Revision Date Author Comments
# 4160:1faee09b8da1 08-May-2017 jlahoda

8179531: JShell: fails to provide bytecode for dynamically created lambdas
Summary: Adding support for getResource(s) to the JShell's ClassLoader
Reviewed-by: psandoz, rfield


# 3979:e7b7e4e436c4 10-Feb-2017 rfield

8174762: JShell: @since tags missing
Reviewed-by: jjg


# 3956:e03fdd8cad0c 06-Feb-2017 rfield

8173807: JShell: control characters should be escaped in String values
Reviewed-by: jlahoda


# 3869:ee620ff60730 09-Jan-2017 rfield

8172255: JShell API: ExecutionControl/LoaderDelegate: Remove unused/unimplemented setClassPath
Reviewed-by: jlahoda


# 3848:36c6c7de0875 23-Dec-2016 rfield

8171892: JShell: incorrect printing of multidemensional arrays
8171387: jshell tool: message inconsistencies
Reviewed-by: sundar, dlsmith


# 3659:f414169d0ced 22-Sep-2016 rfield

8166400: JShell: friendlier representation of array values
Reviewed-by: sundar, jlahoda


# 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