classpath-patches
[Top][All Lists]
Advanced

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

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


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

Sorry, forgot the attach the patch.

Regards,
Jeroen 

> -----Original Message-----
> From: Jeroen Frijters 
> Sent: Thursday, December 02, 2004 14:15
> To: address@hidden
> Subject: FYI: Patch to prevent eating ThreadDeath exceptions
> 
> 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.
> 

Attachment: ThreadDeath.patch
Description: ThreadDeath.patch


reply via email to

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