#196868: Honor Thread.getDefaultExceptionHandler

Jaroslav Tulach <[email protected]> Sat, 19 Mar 2011 18:26:12 +0100
Newsgroups gmane.comp.java.netbeans.reviewers
Organization Oracle
Message-ID <[email protected]>
https://netbeans.org/bugzilla/show_bug.cgi?id=196868

A peer product based on release692 brach used to rely on 
Thead.getDefaultExcedptionHandler. However our impl of TopThreadGroup ignores 
it. The change enables it.

Risk for NetBeans IDE: None. We return null from 
Thead.getDefaultExcedptionHandler so the behavior will remain the same.

I plan to integrate the change to release692 as well as release70 branch.
-jt