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

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

XMLWordPrintable

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

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

              Created:
              Updated: