Integrated: 8296454: System.console() shouldn't return null in jshell
Jan Lahoda
jlahoda at openjdk.org
Wed Apr 5 10:38:32 UTC 2023
On Thu, 15 Dec 2022 15:30:12 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:
> Implements `System.console()` for JShell, based on JDK-8295803. It is only supported for (supported) remote agents.
>
> When a snippet calls a Console method in the remote agent, a request to perform the task is sent to the main process, performed, and the outcomes are sent back to the remote agent, and returned from the Console method.
>
> Please also review the CSR for the newly added API:
> https://bugs.openjdk.org/browse/JDK-8299680
This pull request has now been integrated.
Changeset: 4bf19878
Author: Jan Lahoda <jlahoda at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/4bf1987856f454e029c413e53d4b0c5807d3e890
Stats: 1041 lines in 15 files changed: 991 ins; 0 del; 50 mod
8296454: System.console() shouldn't return null in jshell
Reviewed-by: vromero
-------------
PR: https://git.openjdk.org/jdk/pull/11695
More information about the kulla-dev
mailing list