- 
    Enhancement 
- 
    Resolution: Won't Fix
- 
     P4 P4
- 
    hs25, 8
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;
}
- relates to
- 
                    JDK-8253238 [REDO] Improve object array chunking test in G1's copy_to_survivor_space -           
- Resolved
 
-         
- 
                    JDK-8027545 Improve object array chunking test in G1's copy_to_survivor_space -           
- Closed
 
-