8329355: Test compiler/c2/irTests/TestIfMinMax.java fails on RISC-V

Reviewed-by: jkarthikeyan, thartmann, chagedorn
This commit is contained in:
Fei Yang 2024-04-03 07:39:24 +00:00
parent 92f5c0be8e
commit 16b842af8e

@ -32,6 +32,7 @@ import jdk.test.lib.Utils;
* @test
* @bug 8324655
* @summary Test that if expressions are properly folded into min/max nodes
* @requires os.arch != "riscv64"
* @library /test/lib /
* @run main compiler.c2.irTests.TestIfMinMax
*/