Integrated: 8296349: [aarch64] Avoid slicing Address::extend

Kim Barrett kbarrett at openjdk.org
Fri Nov 11 08:38:35 UTC 2022


On Fri, 4 Nov 2022 03:00:54 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this change around `Address::extend`.  The 4 derived classes are
> replaced by static functions of the same name as the former class.  These
> functions return an `extend` object initialized with the same values as were
> used by the corresponding derived class constructor.
> 
> Testing: mach5 tier1-3

This pull request has now been integrated.

Changeset: 12e76cbc
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/12e76cbc725ff87577e2ef23267590eae37a82d1
Stats:     20 lines in 2 files changed: 0 ins; 14 del; 6 mod

8296349: [aarch64] Avoid slicing Address::extend

Reviewed-by: aph, thartmann

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

PR: https://git.openjdk.org/jdk/pull/10976


More information about the hotspot-compiler-dev mailing list