Remove CardTableBarrierSet::write_region

XMLWordPrintable

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

      virtual void write_region(JavaThread* thread, MemRegion mr) = 0;

      This method is not really used because all GCs using CardTableBarrierSet don't need per-thread operations and can the use the one-arg overloading.

      virtual void write_region(MemRegion mr) = 0;

            Assignee:
            Albert Yang
            Reporter:
            Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: