-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: None
-
Component/s: tools
-
None
It's not clear to me what if any methods on JShell are thread safe, except for JShell.stop. I see certain methods on JShellImpl are marked synchronized, implying there is potentially some concurrent activity.
Can callback notifications occur on a different thread that registered the listener? same for unsubscribing a listener.
Can callback notifications occur on a different thread that registered the listener? same for unsubscribing a listener.