RFR: 8338236: compile error in cgroup code on Linux when using clang

Matthias Baesken mbaesken at openjdk.org
Wed Aug 14 06:38:53 UTC 2024


On Tue, 13 Aug 2024 22:49:23 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Please do not doing anything that requires marking all overrides! Bring it up in a style guide discussion if you want to propose it.

We have ~ 100 overrides already in the HS C++ code.  
Of course we can search for a flag that switches off the warning. But then I wonder why we have already so many override in the code ?

>  I wonder why it only complains about those 2 files. Aren't there more?

No more were found. Probably at those 2 locations in the code we have the special case, that they are not already covered by clang/macOS because it is Linux only code.

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

PR Comment: https://git.openjdk.org/jdk/pull/20562#issuecomment-2287963604


More information about the hotspot-runtime-dev mailing list