[jdk18] RFR: 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 09:23:26 GMT, Rickard Bäckman <rbackman 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.
@rickard @iwanowww thanks for the reviews
-------------
PR: https://git.openjdk.java.net/jdk18/pull/78
More information about the hotspot-compiler-dev
mailing list