RFR: 8285868: x86 intrinsics for floating point method isInfinite [v14]

Srinivas Vamsi Parasa duke at openjdk.java.net
Thu Jun 2 17:10:23 UTC 2022


On Thu, 2 Jun 2022 01:33:25 GMT, Srinivas Vamsi Parasa <duke at openjdk.java.net> wrote:

> compiler/c2/irTests/TestScheduleSmallMethod.java failed in Tier1 (case #1 is run with "-XX:-OptoScheduling"):
> 
> ```
> compiler.lib.ir_framework.shared.TestRunException: The following scenarios have failed: #1. Please check stderr for more information.
> 	at compiler.lib.ir_framework.TestFramework.reportScenarioFailures(TestFramework.java:617)
> 	at compiler.lib.ir_framework.TestFramework.startWithScenarios(TestFramework.java:578)
> 	at compiler.lib.ir_framework.TestFramework.start(TestFramework.java:335)
> 	at compiler.c2.irTests.TestScheduleSmallMethod.main(TestScheduleSmallMethod.java:44)
> ```
> 
> The test use Doube arithmetic.

Hi Vladimir, wanted to check with you if this test is still a problem and needs to be fixed?

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

PR: https://git.openjdk.java.net/jdk/pull/8459


More information about the hotspot-compiler-dev mailing list