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.
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.
- duplicates
-
JDK-6304473 ThreadGroup.uncaughtExceptionHandler doesn't work
-
- Closed
-