[9] RFR of 8139133: Changing the modification time on a unix domain socket file fails
Brian Burkhalter
brian.burkhalter at oracle.com
Thu Dec 3 16:24:57 UTC 2015
On Dec 3, 2015, at 12:55 AM, Alan Bateman <Alan.Bateman at oracle.com> wrote:
> On 03/12/2015 01:51, Brian Burkhalter wrote:
>>
>> Here is an updated version with a modified openForAttributeAccess():
>>
>> http://cr.openjdk.java.net/~bpb/8139133/webrev.02/
>>
>> NIO regression tests pass on all platforms with this change applied.
>>
> openForAttributeAccess taking an int[] parameters looks very hacky, can't we just change this to throw UnixException and let the callers access the errno. This is where I thought we were going in the initial rounds on this issue.
Sure I can change it to that. I was attempting to avoid replicating the code in the catch(UnixException) block of openForAttributeAccess().
Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/nio-dev/attachments/20151203/c7cf0dd3/attachment-0001.html>
More information about the nio-dev
mailing list