RFR: 8330989: unify os::create_binary_file across Posix platforms
David Holmes
dholmes at openjdk.org
Wed Apr 24 06:14:27 UTC 2024
On Tue, 23 Apr 2024 14:41:55 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> Seems os::create_binary_file can be unified across Posix platforms.
I think we can fold in the Windows version too and put it in os.cpp with one `WINDOWS_ONLY(xxx)` part
-------------
Changes requested by dholmes (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/18918#pullrequestreview-2018930597
More information about the hotspot-runtime-dev
mailing list