RFR: 8248736: [aarch64] runtime/signal/TestSigpoll.java failed "fatal error: not an ldr (literal) instruction."
Andrew Haley
aph at openjdk.java.net
Mon Nov 30 09:38:58 UTC 2020
On Mon, 30 Nov 2020 09:31:55 GMT, Stuart Monteith <smonteith at openjdk.org> wrote:
> lea calls Address::lea, which itself might call movptr, or but it can also construct the address through other means.
True. LEA is a macro that generates the address in some unspecified way.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1481
More information about the hotspot-dev
mailing list