RFR: 8356281: Fix for TestFPComparison failure due to incorrect result [v3]

Srinivas Vamsi Parasa sparasa at openjdk.org
Mon May 12 22:46:10 UTC 2025


> 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

Srinivas Vamsi Parasa has updated the pull request incrementally with one additional commit since the last revision:

  add TEMP(dst)

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/25101/files
  - new: https://git.openjdk.org/jdk/pull/25101/files/ec2959b2..3fb569cf

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=25101&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=25101&range=01-02

  Stats: 7 lines in 1 file changed: 7 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/25101.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25101/head:pull/25101

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


More information about the hotspot-compiler-dev mailing list