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

Refactor String Deduplication into shared

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • 11
    • hotspot
    • None
    • gc
    • b19

        Besides G1, Shenandoah also implemented string deduplication support.

        The two implementations share many similarities, but are also different in the ways where they enqueue string candidates.

        G1 identifies and enqueues candidates at safepoints, while shenandoah does that during concurrent marking phase.

        The code should be refactored to move common code into shared, while abstract away to differences

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

                Created:
                Updated:
                Resolved: