RFR: 8372046: compiler/floatingpoint/TestSubNodeFloatDoubleNegation.java fails IR verification [v2]

Fei Yang fyang at openjdk.org
Wed Nov 19 03:14:55 UTC 2025


On Tue, 18 Nov 2025 20:22:55 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> Fei Yang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review
>
> test/hotspot/jtreg/compiler/floatingpoint/TestSubNodeFloatDoubleNegation.java line 43:
> 
>> 41:         TestFramework.runWithFlags("--add-modules=jdk.incubator.vector",
>> 42:                                    "-XX:CompileCommand=inline,jdk.incubator.vector.Float16::*",
>> 43:                                    "-XX:CompileCommand=dontinline,java.lang.Float::*");
> 
> Why not just limit to `Float.floatToIntBits`, and add a code comment why you have it here?

Done. Verified on aarch64, x86_64 and riscv64 platforms. Please take another look.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28364#discussion_r2540333230


More information about the hotspot-compiler-dev mailing list