summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJeroen Frijters <jeroen@sumatra.nl>2004-12-27 11:39:27 +0000
committerJeroen Frijters <jeroen@sumatra.nl>2004-12-27 11:39:27 +0000
commitb02a4c09d18c28051be11e44da2db5c6a6025407 (patch)
tree38f3a10aff0913448c8a08a08f5d7271d92f5178 /NEWS
parent8a4d9c9d1914b846d5c82716cc717b032395ac6b (diff)
downloadclasspath-b02a4c09d18c28051be11e44da2db5c6a6025407.tar.gz
2004-12-27 Jeroen Frijters <jeroen@frijters.net>
* NEWS: Added entry about class change. * java/lang/Class.java (Class(Object,Object)): Added protection domain "inheriting" for array classes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7250e9654..89d6f5c96 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
Runtime interface changes:
+* The java.lang.Class constructor now automatically sets the protection
+ domain for array classes, based on the protection domain of the component
+ type class.
* New gnu.classpath.VMSystemProperties class. This replaces the
system properties initialization in VMRuntime. Note that it is
now the VMs responsibility to set one additional property: