RFR: 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
Thanks for fast reviews.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22579#issuecomment-2520636465
More information about the hotspot-dev
mailing list