Integrated: 8327999: Remove copy of unused registers for cpu features check in x86_64 AVX2 Poly1305 implementation
Srinivas Vamsi Parasa
duke at openjdk.org
Wed Mar 13 18:37:17 UTC 2024
On Tue, 12 Mar 2024 19:11:28 GMT, Srinivas Vamsi Parasa <duke at openjdk.org> wrote:
> The goal of this PR is to fix the bug reported in #17881 where data from unused registers (rbx, rcx, rdx) is being copied.
This pull request has now been integrated.
Changeset: eb45d5bd
Author: vamsi-parasa <srinivas.vamsi.parasa at intel.com>
Committer: Sandhya Viswanathan <sviswanathan at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/eb45d5bd644771887fc31a7abc2851c7dd37b3f4
Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 mod
8327999: Remove copy of unused registers for cpu features check in x86_64 AVX2 Poly1305 implementation
Reviewed-by: jbhateja, sviswanathan
-------------
PR: https://git.openjdk.org/jdk/pull/18248
More information about the hotspot-dev
mailing list