Integrated: 8302358: Behavior of adler32 changes after JDK-8300208
Sandhya Viswanathan
sviswanathan at openjdk.org
Fri Feb 17 21:34:33 UTC 2023
On Thu, 16 Feb 2023 01:29:44 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:
> This PR fixes the issue in Adler computation on x86_64. The problem was due to a missing register clear. Also the test is updated to capture the failed test case.
>
> Please review.
>
> Best Regards,
> Sandhya
This pull request has now been integrated.
Changeset: 7c60b9c9
Author: Sandhya Viswanathan <sviswanathan at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7c60b9c98f0b90a519fd98e43e93eecfb0b29c92
Stats: 17 lines in 2 files changed: 5 ins; 4 del; 8 mod
8302358: Behavior of adler32 changes after JDK-8300208
Reviewed-by: kvn, jbhateja
-------------
PR: https://git.openjdk.org/jdk/pull/12581
More information about the hotspot-compiler-dev
mailing list