JVMCI adds a little code to the deopt entry points to acquire a lock in if a flag is set. It's a small amount of code but since 100 copies of this are generated it greatly increases the interpreter size running up against the code size limits when JVMTI is enabled. This code is only needed when resuming on method entry which corresponds to vtos with a step of 0 in generate_deopt_entry.
- relates to
-
JDK-8168567 Fix for 8166972 breaks aarch64 build.
-
- Resolved
-