hg: jdk8/tl/jdk: 7130915: File.equals does not give expected results when path contains Non-English characters on Mac OS X

2012-07-19 Thread xueming . shen
Changeset: 84cd98a5641c Author:sherman Date: 2012-07-19 21:23 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/84cd98a5641c 7130915: File.equals does not give expected results when path contains Non-English characters on Mac OS X Summary: to support Unicode nfd/nfc file path o

Code Review Request: 7184287: (prefs) BackingStoreException when calling flush on root node[macosx]

2012-07-19 Thread Kurchi Subhra Hazra
Hi, While flushing user preferences, a BackingStoreException is not expected, since the current user should be able to write such preferences to the persistent storage (unlike system preferences, where current user needs to have admin rights). This fix aims at allowing a user preference node

Re: [PATCH] Review request: 7081476 test/java/net/InetSocketAddress/B6469803.java failing intermittently

2012-07-19 Thread Chris Hegarty
Looks fine to me. Thanks for tracking it down. I'll push the changeset for you. -Chris. On 19/07/12 09:54, Eric Wang wrote: Hi Chris, Please help to review the fix for 7081476 : test/java/net/InetSocketAddress/B6469803.java failing intermitt

hg: jdk8/tl/jdk: 7081476: test/java/net/InetSocketAddress/B6469803.java failing intermittently

2012-07-19 Thread chris . hegarty
Changeset: 2c2e4ecc8f7e Author:chegar Date: 2012-07-19 18:19 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2c2e4ecc8f7e 7081476: test/java/net/InetSocketAddress/B6469803.java failing intermittently Reviewed-by: chegar Contributed-by: Eric Wang ! test/ProblemList.txt ! test

Re: Native zlib libraries

2012-07-19 Thread Alan Bateman
On 19/07/2012 14:20, Andrew Hughes wrote: : Hmmm... this is interesting as we've been shipping OpenJDK with system zlib the whole time. Are some of the issues resolved in newer versions? My system copy is 1.2.7. Not only is it generally against GNU/Linux distribution policy to bundle librar

Re: Native zlib libraries

2012-07-19 Thread Andrew Hughes
- Original Message - > On 05/07/2012 17:11, Andrew Hughes wrote: > > > > - Original Message - > >> Is there a way to get the native zlib libraries to get picked up > >> instead of the hardcoded version within the JVM? > >> > >> -- > >> Azeem Jiva > >> @javawithjiva > > We have thi

[PATCH] Review request: 7081476 test/java/net/InetSocketAddress/B6469803.java failing intermittently

2012-07-19 Thread Eric Wang
Hi Chris, Please help to review the fix for 7081476 : test/java/net/InetSocketAddress/B6469803.java failing intermittently. http://dl.dropbox.com/u/90659131/fixes/7081476/webrev/index.html The test failed when it is running with java/net/Dat