alanb [Tue, 15 Jun 2010 16:36:20 +0100] rev 5793
6932744: TEST_BUG: java/nio/channels/Selector/OpRead.java failing
Reviewed-by: chegar
mchung [Tue, 15 Jun 2010 09:54:03 -0700] rev 5792
6959641: testcase failing java/util/Locale/Bug4184873Test.java
Summary: Revert the Bug4184873_{he,id,yi} files to revision 0 (before rebranding)
Reviewed-by: naoto
mchung [Tue, 15 Jun 2010 09:52:34 -0700] rev 5791
Merge
mchung [Tue, 15 Jun 2010 09:49:31 -0700] rev 5790
6952161: Rebranding: Registration html for servicetag
Summary: Rebrand register.html and jdk_header.png
Reviewed-by: ohair, asaha, ogino, mfang
mchung [Mon, 14 Jun 2010 14:44:00 -0700] rev 5789
6960789: com.sun.servicetag API needs to be added in ct.sym
Summary: Include com.sun.servicetag classes when generating ct.sym
Reviewed-by: alanb, jjg
alanb [Tue, 15 Jun 2010 10:03:37 +0100] rev 5788
6961062: (dc) Several DatagramChannel tests timeout or fail with "address already in use"
Reviewed-by: chegar
martin [Sun, 13 Jun 2010 17:19:22 -0700] rev 5787
6960898: Regression due to src/share/classes/java/lang/ProcessBuilder.java changes
Summary: Use Null{In,Out}putStream.INSTANCE as with Linux code
Reviewed-by: ohair
martin [Fri, 11 Jun 2010 18:55:45 -0700] rev 5786
6944584: Improvements to subprocess handling on Unix
Summary: use thread pool for reaper thread; move most I/O operations out of reaper thread
Reviewed-by: michaelm, hiroshi
andrew [Sat, 12 Jun 2010 01:32:43 +0100] rev 5785
6959197: When building with JAVAC_MAX_WARNINGS=true, the build fails in sun/nio/cs due to the use of -Werror
Summary: Remove unneeded casts, add generic types and make better use of static data
Reviewed-by: sherman
alanb [Fri, 11 Jun 2010 14:47:22 +0100] rev 5784
6938230: (so) SocketAdaptor.close() does not translate IOException resulting in Error
Reviewed-by: chegar
alanb [Fri, 11 Jun 2010 14:31:26 +0100] rev 5783
6934585: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java
Reviewed-by: chegar
weijun [Fri, 11 Jun 2010 11:38:36 +0800] rev 5782
6958869: regression: PKIXValidator fails when multiple trust anchors have same dn
Reviewed-by: xuelei, wetmore, mullan
martin [Thu, 10 Jun 2010 15:55:26 -0700] rev 5781
6959259: Minor improvements to static Random field caching
Summary: Cache fields in locals; small javadoc clarifications
Reviewed-by: emcmanus, dholmes, forax, dl
martin [Thu, 10 Jun 2010 15:54:25 -0700] rev 5780
6960394: Stop linking with -lnsl on Linux
Summary: Define LIBNSL (like LIBSOCKET), non-empty only on Solaris
Reviewed-by: ohair
mchung [Thu, 10 Jun 2010 14:21:37 -0700] rev 5779
Merge
mchung [Thu, 10 Jun 2010 14:14:17 -0700] rev 5778
6959965: jstat: Add new -classload option to print class loading statistics
Summary: Add a new jstat -classload option
Reviewed-by: alanb