Don't call BarrierSetAssembler directly from MacroAssembler::access_* helpers

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: None
    • Component/s: hotspot
    • None
    • gc
    • x86, aarch64
    • generic

      MacroAssembler::access_load_at() and MacroAssembler::access_store_at() are checking for raw access, and if so, call directly to corresponding BarrierSetAssembler methods. Instead they should do the proper virtual call, adorned with AS_RAW, and implementations should do the right thing accordingly, e.g. passing up the call without card-marking or such.

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

              Created:
              Updated: