RFR: 8320272: Make method_entry_barrier address shared
Vladimir Kozlov
kvn at openjdk.org
Fri Nov 17 18:30:30 UTC 2023
On Fri, 17 Nov 2023 16:10:25 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Currently all platforms have declared their own address variable for method_entry_barrier stub. Some have even slightly different name: nmethod_entry_barrier. For Leyden project one address is preferable.
> In aarch64 code changed `movptr` to `lea` instruction to get relocation info as on x86.
>
> Tested x86 and aarch64, tier1-4, xcomp, stress. I need help to test on other platforms. Thanks!
Arm (32-bit) cross build is broken by recent changes [8301997](https://github.com/openjdk/jdk/commit/ffa35d8cf181cfbcb54497e997dbd18a9b62b97e)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16708#issuecomment-1816897098
More information about the graal-dev
mailing list