RFR: 8314327: Issues with JShell when using "local" execution engine [v2]
Archie Cobbs
acobbs at openjdk.org
Thu Oct 5 22:36:36 UTC 2023
On Thu, 5 Oct 2023 19:09:09 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:
> Seems adding createExecutionControl() to LocalExecutionControlProvider should be enough? Something along these lines possibly?
Ah yes, that would work... because `DirectExecutionControl.addToClasspath()` invokes `LoaderDelegate.addToClasspath()`.
It's better place to apply the class path at that higher level anyway.
Thanks! I've applied this in cab048a87a3 ... let me know what you think.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15311#issuecomment-1749744538
More information about the kulla-dev
mailing list