Integrated: 8283441: C2: segmentation fault in ciMethodBlocks::make_block_at(int)

Dean Long dlong at openjdk.java.net
Tue Apr 26 07:30:00 UTC 2022


On Sat, 23 Apr 2022 03:50:39 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.

This pull request has now been integrated.

Changeset: 94786960
Author:    Dean Long <dlong at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/947869609ce6b74d4d28f79724b823d8781adbed
Stats:     106 lines in 5 files changed: 94 ins; 0 del; 12 mod

8283441: C2: segmentation fault in ciMethodBlocks::make_block_at(int)

Reviewed-by: kvn, thartmann

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

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


More information about the hotspot-compiler-dev mailing list