RFR: 8283441: C2: segmentation fault in ciMethodBlocks::make_block_at(int) [v3]

Tobias Hartmann thartmann at openjdk.java.net
Tue Apr 26 06:00:09 UTC 2022


On Mon, 25 Apr 2022 21:00:48 GMT, Dean Long <dlong at openjdk.org> wrote:

>> The new verifier checks for bytecodes falling off the end of the method, and the old verify does the same, but only for reachable code. So we need to be careful of falling off the end when compiling unreachable code verified by the old verifier.
>
> Dean Long has updated the pull request incrementally with one additional commit since the last revision:
> 
>   reformat

Marked as reviewed by thartmann (Reviewer).

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

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


More information about the hotspot-compiler-dev mailing list