RFR: 8218885: Restore pop_frame and force_early_return functionality for Graal
Serguei Spitsyn
sspitsyn at openjdk.java.net
Wed Sep 22 21:24:51 UTC 2021
On Wed, 22 Sep 2021 05:40:40 GMT, Tom Rodriguez <never at openjdk.org> wrote:
> This logic no longer seems to be necessary since the adjustCompilationLevel callback has been removed.
Hi Tom,
The fix looks good in general.
We disabled can_pop_frame and can_pop_early_return capabilities with Graal because some jvmti jck tests failed intermittently. So, I'll submit jvmti jck tests on mach5 to make sure they do not fail anymore.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5625
More information about the hotspot-dev
mailing list