RFR: JDK-8286869: unify os::dir_is_empty across posix platforms [v2]

Matthias Baesken mbaesken at openjdk.java.net
Wed May 18 10:48:02 UTC 2022


On Wed, 18 May 2022 07:28:38 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

>> The os::dir_is_empty coding is very similar across Posix platforms and could be unified to os_posix.cpp .
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
> 
>   use readdir, opendir, closedir from global scope

Thanks for the reviews. Are you fine with the latest version of the patch?

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

PR: https://git.openjdk.java.net/jdk/pull/8750


More information about the hotspot-runtime-dev mailing list