RFR: 8262443: GenerateOopMap::do_interpretation can spin for a long time. [v2]

Robbin Ehn rehn at openjdk.java.net
Mon Mar 8 08:21:10 UTC 2021


On Fri, 26 Feb 2021 23:20:54 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This seems legit. This can be called by the compiler thread while in native, or during GC or during the rewriter if jsr/ret is found. I assume the last case is what you observed?

There are several code paths here, e.g. from has_balanced_monitors() is all those during jsr/ret? I don't know.

Thanks for having a look, @coleenp, @dholmes-ora, @dcubed-ojdk.
Waiting for Dan to approve.

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

PR: https://git.openjdk.java.net/jdk/pull/2742


More information about the hotspot-dev mailing list