Integrated: 8356281: Fix for TestFPComparison failure due to incorrect result

Srinivas Vamsi Parasa sparasa at openjdk.org
Wed May 14 15:42:00 UTC 2025


On Wed, 7 May 2025 16:05:53 GMT, Srinivas Vamsi Parasa <sparasa at openjdk.org> wrote:

> This PR fixes the cause of failure in TestFPComparison while using APX NDD instructions.
> 
> The test passes after using this fix as shown below:
> 
> Passed: compiler/c2/irTests/TestFPComparison.java
> Test results: passed: 1
> 
> 
> ==============================
> Test summary
> ==============================
>    TEST                                              TOTAL  PASS  FAIL ERROR  SKIP   
>    jtreg:test/hotspot/jtreg/compiler/c2/irTests/TestFPComparison.java
>                                                          1     1     0     0     0   
> ==============================
> TEST SUCCESS

This pull request has now been integrated.

Changeset: 10436c1e
Author:    Srinivas Vamsi Parasa <sparasa at openjdk.org>
Committer: Sandhya Viswanathan <sviswanathan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/10436c1e1d0a14ef8ba4d58babb23fc47c949a6f
Stats:     24 lines in 1 file changed: 9 ins; 0 del; 15 mod

8356281: Fix for TestFPComparison failure due to incorrect result

Reviewed-by: sviswanathan, thartmann, jbhateja

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

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


More information about the hotspot-compiler-dev mailing list