Withdrawn: 8265473: Move os::Linux to its own header file
Ioi Lam
iklam at openjdk.org
Thu Jul 21 21:31:08 UTC 2022
On Fri, 8 Jul 2022 06:12:33 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> Closed. New PR with a better design is at #9600.
>
> Another step of moving unnecessary stuff outside of os.hpp
>
> The `os::Linux` class is used only by the Linux-specific code in HotSpot. Therefore, it should be moved outside of os.hpp, which is used by platform-independent code.
>
> I don't have a good name for the new header. `os_linux.hpp` would have been a good name, but that's already taken, so I am settling on os_linux.impl.hpp. Suggestions are welcome.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/9423
More information about the hotspot-dev
mailing list