On Mon, 22 May 2023 13:42:27 GMT, Martin Doerr <mdo...@openjdk.org> wrote:

>> Probably, yes. I didn't find time for figuring out what would be useful 
>> tests. We could still add some in the future or with the big endian port.
>> Another idea: Would the following be better?
>> `final boolean useABIv2 = (this.getClass() == ABIv2CallArranger.class);`
>> That would also allow getting rid of the method `useABIv2()`.
>
> Or better `final boolean useABIv2 = (this instanceof ABIv2CallArranger);`

Yes, good idea.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/12708#discussion_r1200558827

Reply via email to