Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8204941

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

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • None
    • 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.

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

                Created:
                Updated:
                Resolved: