RFR: 8298619: java/io/File/GetXSpace.java is failing [v4]

Brian Burkhalter bpb at openjdk.org
Mon Apr 3 15:44:59 UTC 2023


On Tue, 28 Feb 2023 21:26:55 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> Spawning `df` and `diskFree` processes have been replaced with native calls. For a reason as yet undetermined, the Windows function `GetDiskSpaceInformationW` fails to load on Windows Server 2016 so it is loaded dynamically and, if not found, a workaround is used.
>
> Testing in the CI against the latest commit 114857c1fbc6ea6ad0ee9ccce10cb886e8c62469 has passed more than 500 iterations on Windows with no failures.

This test has been run successfully hundreds of times on CI system nodes where it previously failed.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/12397#discussion_r1156138528


More information about the core-libs-dev mailing list