RFR: 8355339: Test java/io/File/GetCanonicalPath.java failed: The specified network name is no longer available
Alan Bateman
alanb at openjdk.org
Sat Sep 27 12:47:13 UTC 2025
On Fri, 26 Sep 2025 19:43:43 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> At line 143 of `canonicalize_md.c`, add `ERROR_NETNAME_DELETED` to the set of error codes that `lastErrorReportable()` deems innocuous. The other changes are opportunistic cleanup of indentation without behavioral effect.
I think this is okay. There are may other errors that could also be tolerated but I don't thin it's possible to come up with a definitive list.
-------------
Marked as reviewed by alanb (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/27532#pullrequestreview-3274888705
More information about the core-libs-dev
mailing list