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

Improve object array chunking test in ParNew

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • tbd
    • hs25, 8
    • hotspot
    • gc

      JDK-8027545 is an RFE to enhance the object array chunking test in the oop closures for G1, to effectively make them similar to Parallel GC.

      ParNew could also benefit from this optimization:

      bool ParScanThreadState::should_be_partially_scanned(oop new_obj, oop old_obj) const {
        return new_obj->is_objArray() &&
               arrayOop(new_obj)->length() > ParGCArrayScanChunk &&
               new_obj != old_obj;
      }

            Unassigned Unassigned
            tschatzl Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: