Integrated: 8345591: [aarch64] macroAssembler_aarch64.cpp compile fails ceil_log2 not declared
Kim Barrett
kbarrett at openjdk.org
Thu Dec 5 15:34:42 UTC 2024
On Thu, 5 Dec 2024 15:16:38 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this trivial change to fix the name of a function in a call.
> This change:
> JDK-8343699: [aarch64] Bug in MacroAssembler::klass_decode_mode()
> used the name ceil_log2, but that function was recently renamed to log2i_ceil by
> JDK-8344568.
>
> Testing: mach5 tier1 for linux-aarch64
This pull request has now been integrated.
Changeset: ef8da284
Author: Kim Barrett <kbarrett at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ef8da28487f918c38fab3096eaeed572d5ea5b90
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8345591: [aarch64] macroAssembler_aarch64.cpp compile fails ceil_log2 not declared
Reviewed-by: coleenp, alanb, syan
-------------
PR: https://git.openjdk.org/jdk/pull/22579
More information about the hotspot-dev
mailing list