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

Sandhya Viswanathan sviswanathan at openjdk.org
Mon May 12 22:49:53 UTC 2025


On Mon, 12 May 2025 22:46:10 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
>
> Srinivas Vamsi Parasa has updated the pull request incrementally with one additional commit since the last revision:
> 
>   add TEMP(dst)

Looks good to me.

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

Marked as reviewed by sviswanathan (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25101#pullrequestreview-2834786476


More information about the hotspot-compiler-dev mailing list