Integrated: 8341558: [AIX] build broken after 8341413
Martin Doerr
mdoerr at openjdk.org
Sat Oct 5 18:37:38 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.
This pull request has now been integrated.
Changeset: df763cd2
Author: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/df763cd2c27070d96a40c9ec00f921107767edb9
Stats: 8 lines in 2 files changed: 0 ins; 8 del; 0 mod
8341558: [AIX] build broken after 8341413
Reviewed-by: kbarrett
-------------
PR: https://git.openjdk.org/jdk/pull/21369
More information about the hotspot-runtime-dev
mailing list