Code Review Request for 4533691 (add Collections.EMPTY_SORTED_SET)

2011-10-28 Thread Darryl Mocek
Hello. Please review this patch to add empty sorted set to the Collections class. Test case provided. Webrev: http://cr.openjdk.java.net/~mduigou/4533691/1/webrev/ Additional Notes to Reviewers: The sets resulting from tailSet() headSet() and subSet() normally include the range which was use

Re: JEP 112: Charset Implementation Improvements

2011-10-28 Thread Ulf Zibis
Great! I like to be part of it. -Ulf Am 28.10.2011 18:46, schrieb mark.reinh...@oracle.com: Posted: http://openjdk.java.net/jeps/112 - Mark

code review request : 7105952: Improve finalisation for FileInputStream/FileOutputStream/RandomAccessFile

2011-10-28 Thread Seán Coffey
This is a second stab at cleaning up the close() and finalize() methods for FileInputStream / FileOutputStream / RandomAccessFile classes so that all parents/referents sharing the same native FileDescriptor are closed out correctly. With Alan's assistance, we have a better implementation in p

JEP 112: Charset Implementation Improvements

2011-10-28 Thread mark . reinhold
Posted: http://openjdk.java.net/jeps/112 - Mark

Re: Codereview request for 7096080: UTF8 update and new CESU-8 charset

2011-10-28 Thread Alan Bateman
On 28/09/2011 20:18, Xueming Shen wrote: Hi, [I combined the proposed charge for #7082884, in which no one appears to be interested:-) into this one] : http://cr.openjdk.java.net/~sherman/7096080/webrev/ I don't know if you are still lo

JEP 111: Additional Unicode Constructs for Regular Expressions

2011-10-28 Thread mark . reinhold
Posted: http://openjdk.java.net/jeps/111 - Mark

Auto Reply: core-libs-dev Digest, Vol 54, Issue 42

2011-10-28 Thread sonali . goel
This is an auto-reply. I am out of office and will reply to emails when I get back on 11/01. For urgent matters, please contact vita.santru...@oracle.com

hg: jdk8/tl/jdk: 7105940: Test regression: KeyStore must be from provider SunPKCS11-NSSKeyStore

2011-10-28 Thread xuelei . fan
Changeset: 6e59c482e9b8 Author:xuelei Date: 2011-10-28 07:18 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6e59c482e9b8 7105940: Test regression: KeyStore must be from provider SunPKCS11-NSSKeyStore Reviewed-by: weijun ! test/sun/security/pkcs11/fips/CipherTest.java ! test/