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

2012-07-22 Thread Kurchi Subhra Hazra
Thanks Alan. There is another bug on synchronization in the prefs implementation that I need to look into. I will get rid of the extra brace, and push this then. - Kurchi On 7/22/12 12:16 PM, Alan Bateman wrote: On 19/07/2012 19:31, Kurchi Subhra Hazra wrote: Hi, While flushing user prefere

hg: jdk8/tl/jdk: 6633549: (dc) Include-mode filtering of IPv6 sources does not block datagrams on Linux

2012-07-22 Thread alan . bateman
Changeset: 11d5ddc6a6d4 Author:alanb Date: 2012-07-22 20:32 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/11d5ddc6a6d4 6633549: (dc) Include-mode filtering of IPv6 sources does not block datagrams on Linux Reviewed-by: chegar ! src/solaris/native/sun/nio/ch/DatagramDispatc

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

2012-07-22 Thread Alan Bateman
On 19/07/2012 19:31, Kurchi Subhra Hazra wrote: 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