RFR: 8253540: InterpreterRuntime::monitorexit should be a JRT_LEAF function
Coleen Phillimore
coleenp at openjdk.java.net
Wed Sep 23 20:19:36 UTC 2020
On Wed, 23 Sep 2020 19:27:51 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Ah, we have "elem->set_obj(NULL);" in InterpreterRuntime::monitorexit. So this should also cover the UseHeavyMonitors
> case.
I found out the hard way that this line is needed :)
-------------
PR: https://git.openjdk.java.net/jdk/pull/320
More information about the hotspot-runtime-dev
mailing list