classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Patch to prevent eating ThreadDeath exceptions


From: Jeroen Frijters
Subject: [cp-patches] FYI: Patch to prevent eating ThreadDeath exceptions
Date: Thu, 2 Dec 2004 14:14:44 +0100

Hi,

I committed the attached patch to prevent eating ThreadDeath exceptions.
Some of the catch(Throwable)'s should probably be reexamined to see if
we shouldn't be catching a more specific type, but not eating
ThreadDeath is at least a step in the right direction.

Regards,
Jeroen

2004-12-02  Jeroen Frijters  <address@hidden>

        * java/awt/EventDispatchThread.java,
        java/awt/Toolkit.java,
        java/io/ObjectStreamClass.java,
        java/lang/reflect/Proxy.java,
        java/net/URL.java,
        java/security/SecureRandom.java,
        java/util/Timer.java,
        java/util/prefs/AbstractPreferences.java,
        vm/reference/java/lang/VMProcess.java:
        Don't catch java.lang.ThreadDeath.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]