RFR: 8257882: Implement linkToNative intrinsic on AArch64 [v2]

Nick Gasson ngasson at openjdk.java.net
Fri Dec 11 07:42:20 UTC 2020


On Thu, 10 Dec 2020 10:47:48 GMT, Andrew Haley <aph at openjdk.org> wrote:

>> Should we have a separate RegSet type for FloatRegisters to avoid mixing them up?
>
> Absolutely. I'd make an AbstractRegSet and use it as a base type
> for both RegSet and FloatRegSet, then we can get rid of the casts
> altogether.

OK I've done that in the latest commit.

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

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


More information about the hotspot-dev mailing list