diff options
author | Tom Tromey <tromey@redhat.com> | 2006-06-16 18:19:29 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2006-06-16 18:19:29 +0000 |
commit | 4d765e74147311885fb6c17c0e66a30f10d7e09e (patch) | |
tree | 272d078380cc53f8e8142eea57d332a95de4ba50 /NEWS | |
parent | 0e9fe9ff27d8c34c170f2402f1e0e13c1ce00bfd (diff) | |
download | classpath-4d765e74147311885fb6c17c0e66a30f10d7e09e.tar.gz |
* NEWS: Updated for JSR 166.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -20,6 +20,7 @@ New in release 0.92 (UNRELEASED) * serialver A new configure option --enable-tool-wrappers causes wrapper binaries to be built for VMs that support the JNI Invocation API. +* We've imported the JSR 166 (concurrency) reference implementation. Runtime interface changes: @@ -30,6 +31,10 @@ Runtime interface changes: * The method gnu.java.io.PlatformHelper.toCanonicalForm() has been replaced with a JNI implementation of VMFile.toCanonicalForm() for GNU/Posix systems. +* The Unsafe class was moved back to the place expected by the JSR 166 + reference implementation. We've also added a couple other new VM + classes to support the JSR 166 code -- sun.reflect.Reflection and + sun.reflect.misc.ReflectUtil. New in release 0.91 (May 15, 2006) |