[9] RFR of 8139133: Changing the modification time on a unix domain socket file fails
Brian Burkhalter
brian.burkhalter at oracle.com
Wed Oct 21 01:05:09 UTC 2015
Please review at your convenience.
Issue: https://bugs.openjdk.java.net/browse/JDK-8139133
Patch: http://cr.openjdk.java.net/~bpb/8139133/webrev.00/
The exception is caused by the native open(2) system call's failing with errno ENXIO, "No such device or address.” The fix is to use equivalent methods which do not depend on the file descriptor’s being available.
Thanks,
Brian
More information about the nio-dev
mailing list