JDK-6302855 : (thread) ThreadGroup.uncaughtException behaves differently in Mustang
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2005-07-27
  • Updated: 2010-04-02
  • Resolved: 2005-08-01
Related Reports
Duplicate :  
Description
Run the attached testcase using promoted tiger and mustang build, and you will see the the difference in behaviour.

To run the testcase:
java Gui

In tiger, when you hit the button "Calculate", it will pop up a dialog, which is called from uncaughtExpcetion that the testcase implement.

In mustang, uncaughtExpcetion is not called at all.

Comments
EVALUATION A demonstration of how the behavior differs requires a small test case using only core library APIs, not a GUI. The uncaught exception mechanism was indeed changed in Tiger, but is not known to have been changed incompatibly.
28-07-2005