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

Improve object array chunking test in ParNew

    XMLWordPrintable

Details

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

    Description

      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;
      }

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: