classpath
[Top][All Lists]
Advanced

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

Suggested Runtime change and small Thread fix


From: Jeroen Frijters
Subject: Suggested Runtime change and small Thread fix
Date: Thu, 20 Nov 2003 12:17:55 +0100

Hi,

I would like to move the code to run the shutdown hooks from exit() to a
new method. This allows me to also run the shutdown hooks if the process
termination is triggered by code outside of Java (in my .NET JVM). I
can't see it hurting any other scenarios.

Any objections or comments?

Also fixed Thread.start() to throw IllegalThreadStateException instead
of IllegalStateException.

Regards,
Jeroen

Attachment: thread.diff
Description: thread.diff

Attachment: runtime.diff
Description: runtime.diff

Attachment: changelog.diff
Description: changelog.diff


reply via email to

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