RFR: 8283689: Update the foreign linker VM implementation [v9]

Jorn Vernee jvernee at openjdk.java.net
Wed May 11 15:47:12 UTC 2022


On Wed, 11 May 2022 12:20:43 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

>> Any problems with migrating `CallConv` and `RegSpiller`away from ` VMReg* + int` to `GrowableArray<VMReg>`?
>
> I'll try migrating to `GrowableArray`

Done. I've removed these accessors as well.

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

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


More information about the hotspot-compiler-dev mailing list