-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 7-pool
-
Component/s: core-libs
-
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.