RFR: 8340793: Fix client build on AArch64 and arm after JDK-8337987

Fei Yang fyang at openjdk.org
Tue Sep 24 11:46:34 UTC 2024


On Tue, 24 Sep 2024 09:54:43 GMT, Andrew Dinn <adinn at openjdk.org> wrote:

> Trivial fix to include missing headers into sharedRuntime_aarch64/arm.cpp.

LGTM. BTW: Seems s390 bears a similar problem. I see use of `TraceTime` in file sharedRuntime_s390.cpp (by JDK-8337987) which does not include "runtime/timerTrace.hpp" either.

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

Marked as reviewed by fyang (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/21153#pullrequestreview-2324976054


More information about the hotspot-compiler-dev mailing list