Withdrawn: CODETOOLS-7902976: jcstress: Force actor methods compilation mode to prevent escapes

Aleksey Shipilev shade at openjdk.java.net
Mon Jun 14 09:39:02 UTC 2021


On Mon, 14 Jun 2021 09:16:28 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Current compiler directives rely on run loop configuration to propagate to inlined actor methods. But, JIT compilers can compile the actor methods first, run them, and only then compile the run loop and inherit its compilation config. In other words, this allows actor method to escape the compilation mode temporarily. We should force the compilation mode to actor methods directly too.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.java.net/jcstress/pull/79


More information about the jcstress-dev mailing list