diff options
author | Jeroen Frijters <jeroen@sumatra.nl> | 2004-12-28 10:28:26 +0000 |
---|---|---|
committer | Jeroen Frijters <jeroen@sumatra.nl> | 2004-12-28 10:28:26 +0000 |
commit | dccce84abec1c7c9c031fb2f761fc7b870fff5d9 (patch) | |
tree | 79c930600395f841d8709dab642ecf3788bdf7c5 /NEWS | |
parent | 3f10a4647491f1b61aeac78cbbb6bcd0678465ba (diff) | |
download | classpath-dccce84abec1c7c9c031fb2f761fc7b870fff5d9.tar.gz |
2004-12-28 Jeroen Frijters <jeroen@frijters.net>
* NEWS: Added entry about new method.
* java/lang/Runtime.java
(addShutdownHook): Added call to new method.
* vm/reference/java/lang/VMRuntime.java
(enableShutdownHooks): New method.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ Runtime interface changes: +* Added a new method (VMRuntime.enableShutdownHooks) that enables the VM + to lazily register an exit handler. * The java.lang.Class constructor now automatically sets the protection domain for array classes, based on the protection domain of the component type class. |