[jdk11u-dev] RFR: 8242449: AArch64: r27 can be allocated in CompressedOops mode
Dmitry Chuyko
dchuyko at openjdk.java.net
Thu Jul 15 13:39:21 UTC 2021
On Thu, 15 Jul 2021 13:32:08 GMT, Dmitry Chuyko <dchuyko at openjdk.org> wrote:
> This optimization saves a register in compressed oops mode. It requires JDK-8233743 as a prerequisite and JDK-8249781 as a post-fix. Original patch has been adjusted to use Universe::narrow_ptrs_base() instead of CompressedOops::ptrs_base() (no JDK-8223136) and for slightly different context (no JDK-8235385).
>
> This PR is a combination JDK-8233743 + JDK-8242449.
>
> Testing: tier1, tier2 (aarch64).
Pre https://github.com/openjdk/jdk11u-dev/pull/136
Post (JDK-8233743 + JDK-8242449 + JDK-8249781) https://github.com/openjdk/jdk11u-dev/pull/138
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/137
More information about the jdk-updates-dev
mailing list