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

Change three G1 remembererd set closures to be OopClosures

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • gc
    • b103

      While working on JDK-8138888 and its sub-tasks I stumbled upon three closures used in g1RemSet.cpp that inherited ExtendedOopClosure, but only are used as ordinary OopClosures. These do not override apply_to_weak_ref_discovered_field but should be re-factored to inherit OopClosure to avoid confusion.

      The closures:
      G1Mux2Closure
      G1TriggerClosure
      G1InvokeIfNotTriggeredClosure

            sjohanss Stefan Johansson
            sjohanss Stefan Johansson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: