RFR: 8298619: java/io/File/GetXSpace.java is failing [v3]
Brian Burkhalter
bpb at openjdk.org
Tue Feb 28 21:30:05 UTC 2023
On Wed, 22 Feb 2023 18:26:49 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> There has definitely been a problem with quotas on Windows. I set up quotas on actual Windows 11 hardware and replicated the same failure. I am not sure how much lack of system quiescence is to blame, but there would be no harm in building in some robustness for lack of quiescence while we're at it.
>
> 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.
-------------
PR: https://git.openjdk.org/jdk/pull/12397
More information about the core-libs-dev
mailing list