RFR: 8297417: Poly1305IntrinsicFuzzTest fails with tag mismatch exception [v2]

Volodymyr Paprotski duke at openjdk.org
Wed Nov 23 20:05:23 UTC 2022


On Wed, 23 Nov 2022 18:00:58 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:

>> Volodymyr Paprotski has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   remove rscratch from top regmap and ForceUnreachable test
>
> src/hotspot/cpu/x86/stubGenerator_x86_64_poly.cpp line 562:
> 
>> 560:   const Register t1 = r14;
>> 561:   const Register t2 = r15;
>> 562:   const Register rscratch = r14;
> 
> The register map above in the comments also should reflect this change that rscratch is r14 now.

done.  (or rather, ended up removing `rscratch` completely from that function)

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

PR: https://git.openjdk.org/jdk/pull/11308


More information about the hotspot-compiler-dev mailing list