On Wed, 7 Sep 2022 18:35:37 GMT, Jan Lahoda <jlah...@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