--- old/src/share/classes/java/math/BigInteger.java 2014-04-09 08:38:32.345319855 -0700 +++ new/src/share/classes/java/math/BigInteger.java 2014-04-09 08:38:32.165318653 -0700 @@ -3597,7 +3597,7 @@ * Converts the specified BigInteger to a string and appends to * {@code sb}. This implements the recursive Schoenhage algorithm * for base conversions. - *

+ *

* See Knuth, Donald, _The Art of Computer Programming_, Vol. 2, * Answers to Exercises (4.4) Question 14. * @@ -3646,7 +3646,7 @@ /** * Returns the value radix^(2^exponent) from the cache. * If this value doesn't already exist in the cache, it is added. - *

+ *

* This could be changed to a more complicated caching method using * {@code Future}. */