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

Use atomic instruction to update StringDedupTable's entries and entries_removed counters

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 15
    • 15
    • hotspot
    • gc
    • b07

      Currently, the counters are updated under StringDedupTable_lock, but they can be updated with atomic instructions also.

      This enhancement is needed for Shenandoah GC to move StringDedupTable cleanup out of pause, into concurrent phase with StringDedupTable_lock held.

            zgu Zhengyu Gu
            zgu Zhengyu Gu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: