-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8268604 | 11.0.13 | Dmitry Chuyko | P4 | Resolved | Fixed | b01 |
TemplateTable::branch emits code to allocate a MethodData when missing, but if running TieredCompilation this subroutine is never called. It can be skipped, which slightly reduces the interpreter code size and reduces startup overhead.
This applies to the implementation for x86, arm, aarch64 and s390. The PPC implementation differs significantly.
This applies to the implementation for x86, arm, aarch64 and s390. The PPC implementation differs significantly.
- backported by
-
JDK-8268604 Some code emitted by TemplateTable::branch is unused when running TieredCompilation
- Resolved