RFR: 8356281: Fix for TestFPComparison failure due to incorrect result
Sandhya Viswanathan
sviswanathan at openjdk.org
Thu May 8 00:18:52 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
cmovP_regUCF_ndd instruct doesn't have UseAPX as predicate.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25101#issuecomment-2860898836
More information about the hotspot-compiler-dev
mailing list