RFR: 8338236: compile error in cgroup code on Linux when using clang
Matthias Baesken
mbaesken at openjdk.org
Tue Aug 13 14:10:48 UTC 2024
On Tue, 13 Aug 2024 13:18:03 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> I'm surprised we're checking function overrides. But, I think it makes sense.
I've recognized the checks (and failures) only on Linux with toolchain clang.
The gcc toolchain seems not to care much about that.
Maybe we should set flags to get similar behavior for the overrides on gcc AND clang (if that's possible) ?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20562#issuecomment-2286351093
More information about the hotspot-runtime-dev
mailing list