RFR: 8294183: AArch64: Wrong macro check in SharedRuntime::generate_deopt_blob

Aleksey Shipilev shade at openjdk.org
Thu Sep 22 07:06:20 UTC 2022


On Thu, 22 Sep 2022 06:32:57 GMT, Fei Yang <fyang at openjdk.org> wrote:

> This is trivial change fixing a wrong macro check in SharedRuntime::generate_deopt_blob on aarch64.
> 
> Testing: Tier1 tested with fastdebug build on aarch64-linux server.

Looks fine to me, looks like typo, and this matches what x86 does.
But, do you understand what code clears `last_java_fp`?

While we are at it, we might put this on the same line:


    __ ldr(rscratch1, Address(rthread,
                              JavaThread::last_Java_fp_offset()));

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

PR: https://git.openjdk.org/jdk/pull/10382


More information about the hotspot-compiler-dev mailing list