RFR: 8285868: x86 intrinsics for floating point method isInfinite [v14]
Srinivas Vamsi Parasa
duke at openjdk.java.net
Thu Jun 2 01:36:34 UTC 2022
On Thu, 2 Jun 2022 01:31:34 GMT, Vladimir Kozlov <kvn at openjdk.org> 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.
Will look into it and debug it. Thanks!
-------------
PR: https://git.openjdk.java.net/jdk/pull/8459
More information about the hotspot-compiler-dev
mailing list