RFR: 8341558: [AIX] build broken after 8341413
Martin Doerr
mdoerr at openjdk.org
Mon Oct 7 10:48:40 UTC 2024
On Sat, 5 Oct 2024 09:55:42 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> The AIX build is currently broken due to a build warning caused by [JDK-8341413](https://bugs.openjdk.org/browse/JDK-8341413):
> osThread_aix.cpp:43:5: error: field '_last_cpu_times' will be initialized after field '_startThread_lock' [-Werror,-Wreorder-ctor]
>
> It turns out that `_last_cpu_times` is unused and can be removed.
The removed code was written for IBM i on POWER 6 which is not supported.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21369#issuecomment-2396570490
More information about the hotspot-runtime-dev
mailing list