Code Review for jdk

Prepared by:bpb on Wed Jul 17 16:38:14 PDT 2013
Workspace:/Users/bpb/Work/JSL/jdk/jdk8/tl8/jdk
Compare against: http://hg.openjdk.java.net/jdk8/tl/jdk
Compare against version:7663
Summary of changes: 304 lines changed: 49 ins; 23 del; 232 mod; 7351 unchg
Patch of changes: jdk.patch
Legend: Modified file
Deleted file
New file

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

rev 7663 : 8014319: Faster division of large integers
Summary: Implement Burnickel-Ziegler division algorithm in BigInteger
Reviewed-by: bpb
Contributed-by: Tim Buktu <tbuktu@hotmail.com>
rev 7664 : 8020641: Clean up some code style in recent BigInteger contributions
Summary: Some minor cleanup to adhere better to Java coding conventions.
Reviewed-by: darcy
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
229 lines changed: 38 ins; 22 del; 169 mod; 4106 unchg

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

rev 7663 : 8014319: Faster division of large integers
Summary: Implement Burnickel-Ziegler division algorithm in BigInteger
Reviewed-by: bpb
Contributed-by: Tim Buktu <tbuktu@hotmail.com>
rev 7664 : 8020641: Clean up some code style in recent BigInteger contributions
Summary: Some minor cleanup to adhere better to Java coding conventions.
Reviewed-by: darcy
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
73 lines changed: 11 ins; 1 del; 61 mod; 2163 unchg

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

rev 7663 : 8014319: Faster division of large integers
Summary: Implement Burnickel-Ziegler division algorithm in BigInteger
Reviewed-by: bpb
Contributed-by: Tim Buktu <tbuktu@hotmail.com>
rev 7664 : 8020641: Clean up some code style in recent BigInteger contributions
Summary: Some minor cleanup to adhere better to Java coding conventions.
Reviewed-by: darcy
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
2 lines changed: 0 ins; 0 del; 2 mod; 1082 unchg

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