summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-06-16 18:19:29 +0000
committerTom Tromey <tromey@redhat.com>2006-06-16 18:19:29 +0000
commit4d765e74147311885fb6c17c0e66a30f10d7e09e (patch)
tree272d078380cc53f8e8142eea57d332a95de4ba50
parent0e9fe9ff27d8c34c170f2402f1e0e13c1ce00bfd (diff)
downloadclasspath-4d765e74147311885fb6c17c0e66a30f10d7e09e.tar.gz
* NEWS: Updated for JSR 166.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS5
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39a09fff7..a082b973a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-06-16 Tom Tromey <tromey@redhat.com>
+ * NEWS: Updated for JSR 166.
+
+2006-06-16 Tom Tromey <tromey@redhat.com>
+
* lib/Makefile.am (compile_classpath): Added jsr166.
* configure.ac: Added external/jsr166/Makefile.
* external/Makefile.am (SUBDIRS): Added jsr166.
diff --git a/NEWS b/NEWS
index 2b9f4384b..eb6162070 100644
--- a/NEWS
+++ b/NEWS
@@ -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)