RFR: 8337797: Additional ExternalAddress cleanup [v2]
Andrew Dinn
adinn at openjdk.org
Wed Aug 7 09:12:33 UTC 2024
On Tue, 6 Aug 2024 16:58:08 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> `relic_none` is treated as unreachable and will force using lea():
>> https://github.com/openjdk/jdk/blob/master/src/hotspot/cpu/x86/assembler_x86.cpp#L12915
>
> And `runtime_call_type' will be reachable if inside CodeCache:
> https://github.com/openjdk/jdk/blob/master/src/hotspot/cpu/x86/assembler_x86.cpp#L12897
Ok, so the PR looks good then.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20470#discussion_r1706662879
More information about the hotspot-dev
mailing list