Withdrawn: 8296454: System.console() shouldn't return null in jshell

duke duke at openjdk.org
Fri Mar 3 19:00:29 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 been closed without being integrated.

-------------

PR: https://git.openjdk.org/jdk/pull/11695


More information about the kulla-dev mailing list