RFR: 8320272: Make method_entry_barrier address shared [v2]
Vladimir Kozlov
kvn at openjdk.org
Sun Nov 19 20:50:50 UTC 2023
> 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!
Vladimir Kozlov has updated the pull request incrementally with one additional commit since the last revision:
address comment
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16708/files
- new: https://git.openjdk.org/jdk/pull/16708/files/359135e5..3af07981
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16708&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16708&range=00-01
Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/16708.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16708/head:pull/16708
PR: https://git.openjdk.org/jdk/pull/16708
More information about the graal-dev
mailing list