summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJeroen Frijters <jeroen@sumatra.nl>2004-12-28 10:28:26 +0000
committerJeroen Frijters <jeroen@sumatra.nl>2004-12-28 10:28:26 +0000
commitdccce84abec1c7c9c031fb2f761fc7b870fff5d9 (patch)
tree79c930600395f841d8709dab642ecf3788bdf7c5 /NEWS
parent3f10a4647491f1b61aeac78cbbb6bcd0678465ba (diff)
downloadclasspath-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--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 89d6f5c96..0e1943363 100644
--- a/NEWS
+++ b/NEWS
@@ -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.