RFR: 8361183: JDK-8360887 needs fixes to avoid cycles and better tests (aix) [v2]
Martin Doerr
mdoerr at openjdk.org
Wed Jul 2 15:34:51 UTC 2025
On Tue, 1 Jul 2025 20:08:21 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> Follow-up for https://github.com/openjdk/jdk/pull/26021. See latest comments there.
>
> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
>
> Use UnixPath.toUnixPath().
Thanks! I've verified that the test still catches the bug when I remove the fix. It's a bit more cumbersome to read, but ok:
java.lang.RuntimeException: Assertion failed
at Basic.assertTrue(Basic.java:57)
at Basic.testFileAttributes(Basic.java:77)
at Basic.doTests(Basic.java:114)
at Basic.main(Basic.java:49)
The fix still works and tier1-4 have passed. Let's ship it!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26066#issuecomment-3028312727
More information about the nio-dev
mailing list