Integrated: 8338924: C1: assert(0 <= i && i < _len) failed: illegal index 5 for length 5
Matias Saavedra Silva
matsaave at openjdk.org
Wed Sep 4 17:28:29 UTC 2024
On Tue, 27 Aug 2024 18:01:16 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
> The change in [JDK-8335664](https://bugs.openjdk.org/browse/JDK-8335664) caused a crash when initializing basic blocks with `-Xcomp`. This change introduces a check to see if JSR is the last bytecode in its method so that expected behavior matches the previous patch. Verified with tier 1-6 tests.
This pull request has now been integrated.
Changeset: 1353601d
Author: Matias Saavedra Silva <matsaave at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/1353601dcc8f9ec3e12dea21dc61b3585a154b13
Stats: 23 lines in 4 files changed: 16 ins; 2 del; 5 mod
8338924: C1: assert(0 <= i && i < _len) failed: illegal index 5 for length 5
Co-authored-by: Dean Long <dlong at openjdk.org>
Reviewed-by: kvn, thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/20732
More information about the hotspot-compiler-dev
mailing list