Bugfix 186259 - Deadlock when opening projects for the first time with dev build
Adam Sotona <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Hi, I would like to integrate bugfix of issue #186259 - Deadlock when opening projects for the first time with dev build <http://netbeans.org/bugzilla/show_bug.cgi?id=186259>into 6.9 branch. Impact of the issue is critical - deadlock. The fix is isolating two independent critical sections that used the same synchronization object. The changeset is here: http://hg.netbeans.org/javafx/rev/7035960b785b Thanks, Adam