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

Roland Westrelin roland at openjdk.java.net
Tue Jan 4 11:00:16 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.

This pull request has now been integrated.

Changeset: e7244c19
Author:    Roland Westrelin <roland at openjdk.org>
URL:       https://git.openjdk.java.net/jdk18/commit/e7244c19f4e24698ab074da530bf6c403f0e22cd
Stats:     31 lines in 2 files changed: 29 ins; 0 del; 2 mod

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

Reviewed-by: rbackman, vlivanov

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

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


More information about the hotspot-compiler-dev mailing list