On Thu, 17 Nov 2022 19:30:14 GMT, Vladimir Ivanov <[email protected]> wrote:
>> Volodymyr Paprotski has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> vzeroall, no spill, reg re-map
>
> src/hotspot/cpu/x86/stubGenerator_x86_64_poly.cpp line 377:
>
>> 375: __ shlq(t0, 40);
>> 376: __ addq(a1, t0);
>> 377: if (a2 == noreg) {
>
> Please, get rid of early return and turn the check into `if (a2 != noreg) {
> ... }` which guards the following code.
done (some golang-ism slipped in.. rewiring habits again)
-------------
PR: https://git.openjdk.org/jdk/pull/10582