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

Shenandoah: Remove ShenandoahTraversalUpdateRefsClosure

XMLWordPrintable

    • gc
    • b14
    • generic
    • generic
    • Not verified

      JDK-8231324 introduced ShenandoahTraversalUpdateRefsClosure. This is used in stw_process_weak_roots() and compared to the regular ShenandoahUpdateRefsClosure, it only checks for additional in_traversal_set(). However, in-traversal-set don't need to be updated, only in-cset that is also checked. It's reasonable to use the equivalent ShenandoahUpdateRefsClosure. This is a performance issue during the final-traversal-pause.

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

              Created:
              Updated:
              Resolved: