Integrated: 8324121: SIGFPE in PhaseIdealLoop::extract_long_range_checks

Roland Westrelin roland at openjdk.org
Mon Mar 25 12:57:33 UTC 2024


On Wed, 20 Mar 2024 12:17:03 GMT, Roland Westrelin <roland at openjdk.org> wrote:

> Both failures occur because `ABS(scale * stride_con)` overflows (scale
> a really large long number). I reworked the test so overflow is no
> longer an issue.

This pull request has now been integrated.

Changeset: cb2a6713
Author:    Roland Westrelin <roland at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/cb2a6713596548d76c03912709656172b0bbcc76
Stats:     70 lines in 3 files changed: 61 ins; 0 del; 9 mod

8324121: SIGFPE in PhaseIdealLoop::extract_long_range_checks

Reviewed-by: kvn, chagedorn

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

PR: https://git.openjdk.org/jdk/pull/18397


More information about the hotspot-compiler-dev mailing list