Code Review for jdk

Prepared by:bpb on Mon Aug 12 16:21:28 PDT 2013
Workspace:/Users/bpb/Work/JSL/jdk/jdk8/tl8/jdk
Compare against: http://hg.openjdk.java.net/jdk8/tl/jdk
Compare against version:7824
Summary of changes: 13 lines changed: 3 ins; 1 del; 9 mod; 3309 unchg
Changeset: jdk.changeset
Legend: Modified file
Deleted file
New file

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

rev 7825 : 8022180: BigInteger Burnikel-Ziegler quotient and remainder calculation assumes quotient parameter is zero
Summary: Clear the quotient in divideAndRemainderBurnikelZiegler() if the divisor is larger than the dividend.
Reviewed-by: alanb, bpb
Contributed-by: Timothy Buktu <tbuktu@hotmail.com>
4 lines changed: 3 ins; 1 del; 0 mod; 2234 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/java/math/BigInteger/BigIntegerTest.java

rev 7825 : 8022180: BigInteger Burnikel-Ziegler quotient and remainder calculation assumes quotient parameter is zero
Summary: Clear the quotient in divideAndRemainderBurnikelZiegler() if the divisor is larger than the dividend.
Reviewed-by: alanb, bpb
Contributed-by: Timothy Buktu <tbuktu@hotmail.com>
9 lines changed: 0 ins; 0 del; 9 mod; 1075 unchg

This code review page was prepared using ../make/scripts/webrev.ksh (vers 24.0-hg+jbs).