Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205893 | 11.0.1 | Roman Kennke | P4 | Resolved | Fixed | team |
TemplateTable::_new (in x86) currently has its own implementation of tlab and eden allocation paths, which are basically identical to the ones in MacroAssembler::tlab_allocate() and MacroAssembler::eden_allocate(). TemplateTable should use the MacroAssembler helpers to avoid duplication.
- backported by
-
JDK-8205893 Refactor TemplateTable::_new to use MacroAssembler helpers for tlab and eden
-
- Resolved
-