#197404:deadlock involving annotations and hints
Tomas Zezula <[email protected]> Tue, 5 Apr 2011 15:32:50 +0200
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
http://netbeans.org/bugzilla/show_bug.cgi?id=197404 http://hg.netbeans.org/jet-main/rev/1b4a3c298ee8 Deadlock among AnnotationHolder and Hints. The TaskProcessor.updatePhaseCompletionTask calls SPI under private lock. Fix: Not calling SPI under private lock Impact: Rare deadlock Risk: None I'm aware of.