RFR: 8365206: RISC-V: compiler/c2/irTests/TestFloat16ScalarOperations.java is failing on riscv64 [v3]

Hamlin Li mli at openjdk.org
Wed Aug 20 09:32:58 UTC 2025


On Tue, 19 Aug 2025 14:20:23 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   typo
>
> test/hotspot/jtreg/compiler/intrinsics/float16/Binary16ConversionNaN_2.java line 144:
> 
>> 142: 
>> 143:     private static float testRoundTrip(float f) {
>> 144:         short s =  Float.floatToFloat16(f);
> 
> Suggestion:
> 
>         short s = Float.floatToFloat16(f);

Thanks, fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26838#discussion_r2287566436


More information about the hotspot-dev mailing list