A Java thread that copies a large array can severely affect Time-To-Safepoint negatively. The intrinsics for System.arraycopy (and friends) should periodically do safepoint polls to allow safepoints to happen while the copying is in progress.
            
- relates to
 - 
                    
JDK-8366142 C2 SuperWord: vectorize Object array accesses
-         
     - Open
 
 -