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

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

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 11
    • None
    • hotspot
    • None
    • gc
    • b19
    • x86
    • generic

    Backports

      Description

        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.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: