Integrated: 8283626: AArch64: Set relocInfo::offset_unit to 4

Evgeny Astigeevich duke at openjdk.java.net
Tue Mar 29 13:51:48 UTC 2022


On Mon, 28 Mar 2022 12:26:17 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

This pull request has now been integrated.

Changeset: ab17f88f
Author:    Evgeny Astigeevich <eastig at amazon.com>
Committer: Volker Simonis <simonis at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/ab17f88f6ccd793b718394987f868322a2cc0d1f
Stats:     3 lines in 1 file changed: 1 ins; 0 del; 2 mod

8283626: AArch64: Set relocInfo::offset_unit to 4

Reviewed-by: simonis, aph

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

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


More information about the hotspot-compiler-dev mailing list