entlicher opened a new pull request #2919: URL: https://github.com/apache/netbeans/pull/2919
When there's a Java breakpoint in some parts of the Graal's guest language implementation code, it collides with the guest script debugging handled by Truffle API. That leads to deadlock - it's not possible to continue from such breakpoint. This PR resolves the deadlock by notification about method invocation, and assuring that `skipSuspendedEventClearLeakingReferences` is sensitive to its method breakpoint only. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
