Add missing decorators in calls to to arraycopy_prologue/epilogue

XMLWordPrintable

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

        Calls to BarrierSetAssambler::arraycopy_prologue/epilogue() are missing the IN_HEAP and IN_HEAP_ARRAY access decorators. This is sort of ok, since the context (we're doing an arraycopy) imply these. However, by not explicitly specifying them we loose the ability to do straight forward checks/asserts on expected/allowed decorators later on in the GC specific BarrierSetAssermbler backends. To avoid having the backends know about this implicit relationship I propose that we explicitly specify them at the call-sites.

              Assignee:
              Per Liden (Inactive)
              Reporter:
              Per Liden (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: