RFR: 8341558: [AIX] build broken after 8341413
Kim Barrett
kbarrett at openjdk.org
Sat Oct 5 12:38:34 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.
Looks good.
I did a little bit of searching for where the usage disappeared but didn't find it. It's hard
to discover when things have been removed.
-------------
Marked as reviewed by kbarrett (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/21369#pullrequestreview-2349555848
More information about the hotspot-runtime-dev
mailing list