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

ParallelGC should use parallel WeakProcessor

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 17
    • None
    • hotspot
    • gc
    • b13
    • generic
    • generic

      JDK-8072498 added support for processing of off-heap weak references, by adding parallelization support to WeakProcessor. ParallelGC is not yet using this, because it doesn't use the WorkGang parallelization infrastructure, (on which the WeakProcessor parallelization is based) but instead uses its own parallel worker infrastructure. Either extend WeakProcessor to support the ParallelGC mechanism, or fix JDK-8204951 and hook up ParallelGC.

            ayang Albert Yang
            kbarrett Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: