RFR: 8286058: AArch64: clarify types of calls [v4]

Andrew Haley aph at openjdk.java.net
Thu May 26 07:42:43 UTC 2022


On Thu, 26 May 2022 07:37:29 GMT, Evgeny Astigeevich <duke at openjdk.java.net> wrote:

>> The PR clarifies the types of calls AArch64 OpenJDK uses. It cleans up far_call, far_jump and trampoline_call. It removes trampoline_call1 because its use cases are now supported by trampoline_call.
>> Tested a fastdebug build:
>> - `gtest`: Passed
>> - `tier1`...`tier3`: Passed
>
> Evgeny Astigeevich has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update comments; Remove code changes

Marked as reviewed by aph (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/8564


More information about the hotspot-dev mailing list