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.
- links to
-
Review openjdk/jcstress/79