-
Enhancement
-
Resolution: Fixed
-
P4
-
7-pool
-
b06
-
generic
-
generic
-
Verified
BigInteger has several methods which which use for/loops for array copiers. These should be converted to using System.arraycopy(). System.arraycopy() is an optimized array copier.