[jdk18] RFR: 8278966: two microbenchmarks tests fail "assert(!jvms->method()->has_exception_handlers()) failed: no exception handler expected" after JDK-8275638

Rickard Bäckman rbackman at openjdk.java.net
Tue Jan 4 09:26:19 UTC 2022


On Tue, 4 Jan 2022 08:15:28 GMT, Roland Westrelin <roland at openjdk.org> wrote:

> The assert from 8275638 is too strong. For the change in 8275638 to
> work as expected, we need to not have a virtual call and exception
> handlers in the same method. This patch tweaks the assert.

Looks good.

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

Marked as reviewed by rbackman (Reviewer).

PR: https://git.openjdk.java.net/jdk18/pull/78


More information about the hotspot-compiler-dev mailing list