RFR: JDK-8286869: unify os::dir_is_empty coding across posix platforms

Ioi Lam iklam at openjdk.java.net
Tue May 17 22:24:31 UTC 2022


On Tue, 17 May 2022 13:33:57 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 .

Marked as reviewed by iklam (Reviewer).

The code change looks good to me. 

The word "coding" in the bug title is superfluous and could be confused with "encoding" since this is in the OS area. I would suggest removing this word from the bug title.

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

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


More information about the hotspot-runtime-dev mailing list