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

Kim Barrett kbarrett at openjdk.org
Fri Nov 11 01:44:28 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

Anyone else?

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

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


More information about the hotspot-compiler-dev mailing list