Code Review for jdk

Prepared by:bpb on Tue Dec 3 17:15:22 PST 2013
Workspace:/Users/bpb/Work/JSL/jdk/jdk8/tl8/jdk
Compare against: http://hg.openjdk.java.net/jdk8/tl/jdk
Compare against version:8879
Summary of changes: 20 lines changed: 9 ins; 1 del; 10 mod; 6648 unchg
Changeset: jdk.changeset
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/classes/java/math/BigInteger.java

rev 8880 : 8029501: BigInteger division algorithm selection heuristic is incorrect
Summary: Change Burnikel-Ziegler division heuristic to require that the dividend int-length exceed that of the divisor by a minimum amount.
Reviewed-by: TBD
18 lines changed: 9 ins; 1 del; 8 mod; 4413 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/classes/java/math/MutableBigInteger.java

rev 8880 : 8029501: BigInteger division algorithm selection heuristic is incorrect
Summary: Change Burnikel-Ziegler division heuristic to require that the dividend int-length exceed that of the divisor by a minimum amount.
Reviewed-by: TBD
2 lines changed: 0 ins; 0 del; 2 mod; 2235 unchg

This code review page was prepared using ../make/scripts/webrev.ksh (vers 25.1-hg+openjdk.java.net).