On Wed, 11 May 2022 12:20:43 GMT, Jorn Vernee <[email protected]> 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
