RFR: 8283626: AArch64: Set relocInfo::offset_unit to 4 [v2]
Andrew Haley
aph at openjdk.java.net
Mon Mar 28 17:35:44 UTC 2022
On Mon, 28 Mar 2022 13:44:15 GMT, Evgeny Astigeevich <duke at openjdk.java.net> wrote:
>> AArch64 instructions size is 4 bytes. Two lowest bits of `relocInfo` offsets can be discarded.
>> Tested with release and fastdebug builds:
>> - `gtest`: Passed.
>> - `tier1`...`tier4`: Passed
>
> Evgeny Astigeevich has updated the pull request incrementally with one additional commit since the last revision:
>
> Updated code comments
Marked as reviewed by aph (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/7991
More information about the hotspot-compiler-dev
mailing list