RFR: 8338924: C1: assert(0 <= i && i < _len) failed: illegal index 5 for length 5 [v3]

Vladimir Kozlov kvn at openjdk.org
Wed Sep 4 16:22:20 UTC 2024


On Wed, 4 Sep 2024 15:07:38 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.
>
> Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fixed indentation

Update is good.

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

Marked as reviewed by kvn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20732#pullrequestreview-2280700242


More information about the hotspot-compiler-dev mailing list