History log of /openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/execution/RemoteExecutionControl.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


# 3827:44bdefe64114 16-Dec-2016 mcimadamore

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


# 3759:4c650abde107 11-Nov-2016 jlahoda

8169599: Several JShell tests are failing on Solaris after JDK-8145838
Summary: Partially reverting eb48b040fbc2
Reviewed-by: rfield


# 3758:eb48b040fbc2 10-Nov-2016 jlahoda

8145838: JShell: restrict RemoteAgent connection socket to localhost
Summary: Also reviewed by Chris Ries
Reviewed-by: rfield


# 3750:5892a55c7bf9 06-Nov-2016 rfield

8161983: JShell API: Clean-up following 8160127 et. al.
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


# 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