JaroslavTulach opened a new pull request #3136: URL: https://github.com/apache/netbeans/pull/3136
Visual inspection of `LazyLookupProviders` code suggests an inconsistency: `Object.wait()` waits on value of `LOCK[0]` and such value can be provided without setting calling `Object.notifyAll()`. This should be an easy fix for [this deadlock](https://issues.apache.org/jira/secure/attachment/13032558/13032558_12.5-beta2-threaddump-1629986898821.tdump). -- 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. To unsubscribe, e-mail: [email protected] 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
