CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Tom Tromey <tromey> 06/06/16 18:19:31
Modified files: . : ChangeLog NEWS Log message: * NEWS: Updated for JSR 166. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.272&r2=1.2386.2.273 http://cvs.savannah.gnu.org/viewcvs/classpath/NEWS?cvsroot=classpath&only_with_tag=generics-branch&r1=1.47.2.28&r2=1.47.2.29 Patches: Index: ChangeLog =================================================================== RCS file: /cvsroot/classpath/classpath/ChangeLog,v retrieving revision 1.2386.2.272 retrieving revision 1.2386.2.273 diff -u -b -r1.2386.2.272 -r1.2386.2.273 --- ChangeLog 16 Jun 2006 18:04:06 -0000 1.2386.2.272 +++ ChangeLog 16 Jun 2006 18:19:29 -0000 1.2386.2.273 @@ -1,5 +1,9 @@ 2006-06-16 Tom Tromey <[EMAIL PROTECTED]> + * NEWS: Updated for JSR 166. + +2006-06-16 Tom Tromey <[EMAIL PROTECTED]> + * lib/Makefile.am (compile_classpath): Added jsr166. * configure.ac: Added external/jsr166/Makefile. * external/Makefile.am (SUBDIRS): Added jsr166. Index: NEWS =================================================================== RCS file: /cvsroot/classpath/classpath/NEWS,v retrieving revision 1.47.2.28 retrieving revision 1.47.2.29 diff -u -b -r1.47.2.28 -r1.47.2.29 --- NEWS 11 Jun 2006 18:23:17 -0000 1.47.2.28 +++ NEWS 16 Jun 2006 18:19:31 -0000 1.47.2.29 @@ -20,6 +20,7 @@ * 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 @@ * 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)