Re: 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]> |
After the review from Petr Nejedly I decided to prepare new safer fix: http://hg.netbeans.org/javafx/rev/d53fc2f57043 Thanks, Adam Dne 21.5.2010 14:10, Adam Sotona napsal(a): > 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