On Fri, 12 Aug 2022 14:52:23 GMT, Brian Burkhalter <b...@openjdk.org> wrote:
> On Windows, suppress failure if the total space indicated by `df` is less > than `FileStore::getTotalSpace` and the free space indicated by `df` equals > `FileStore::getUnallocatedSpace`. In reality GetFreeDiskSpaceEx does not appear to recognize the quotas, at least in our tests. ------------- PR: https://git.openjdk.org/jdk/pull/9856