summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2006-04-17 00:08:20 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2006-04-17 00:08:20 +0000
commit5ae219b80b78830870f4050665cbe51144f1ca84 (patch)
tree640dea535b578ff9c779ae2c0a93fea9b52103e8 /NEWS
parenta8f790218fef2bbdc328d5ce606f432efb2e7a76 (diff)
downloadclasspath-5ae219b80b78830870f4050665cbe51144f1ca84.tar.gz
2006-04-16 Andrew John Hughes <gnu_andrew@member.fsf.org>
* NEWS: Mention generics additions to the VM interface. * doc/vmintegration.texinfo: Added information on VMClass 1.5 additions and VMSecureRandom.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cf99bfcaf..355f148a8 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,11 @@ Runtime interface changes:
* A new class, java.security.VMSecureRandom, is now available that is
used to generate random numbers for seeding cryptographically-secure
pseudo-random number generators.
+* VMClass and the reference implementations of Method, Constructor and Field
+ now include a number of 1.5 methods imported from the generics branch.
+ These are all optional (in the sense that the methods associated with them
+ merely fail on use if the VM doesn't provide them, rather than the
+ VM failing altogether), but VMs should aim to support them where possible.
New in release 0.90 (March 6, 2006)