Refactor TemplateTable::_new to use MacroAssembler helpers for tlab and eden

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 11
    • Affects Version/s: None
    • Component/s: hotspot
    • None
    • gc
    • b19
    • x86
    • generic

        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.

              Assignee:
              Roman Kennke
              Reporter:
              Roman Kennke
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: