RFR: 8289613: Drop use of Thread.stop in jshell [v4]

Alan Bateman alanb at openjdk.org
Wed Sep 7 18:48:43 UTC 2022


On Wed, 7 Sep 2022 18:35:37 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:

> Not sure what you mean - as far as I can tell, neither the generated class, nor the snippets access `LocalExecutionControl.allStop`. 

Okay, I see it now. REPL.$Cancel$.allStop is public so there is no issue accessing it from LEC.invoke.

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

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


More information about the core-libs-dev mailing list