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

Simplify concurrent refinement thread deactivation

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • gc
    • b109
    • generic
    • generic

      Concurrent refinement threads explicitly compare the current number of buffers with their deactivation threadhold to determine whether to deactivate. They also call apply_closure_to_completed_buffer with a "stop_at" of the green zone value, and deactivate if it returns false. It would be simpler to skip the explicit check for deactivation and just call apply_closure_to_completed_buffer with the deactivation threshold as the stop_at value.

            kbarrett Kim Barrett
            kbarrett Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: