commit | 1e52870e378896c9c9ad4b4d30bfebe9fe0fb008 | [log] [tgz] |
---|---|---|
author | Robert Gibson <robbiexgibson@yahoo.com> | Mon Sep 15 13:05:04 2014 -0700 |
committer | Brian Burkhalter <bpb@openjdk.org> | Mon Sep 15 13:05:04 2014 -0700 |
tree | 296a8a86bfc031a98dbbf89f4774c688ee33db80 | |
parent | 28624313b63b9a35ecd386f14cae88f9d45c36bb [diff] |
8057793: BigDecimal is no longer effectively immutable Modify MutableBigInteger.divideAndRemainderBurnikelZiegler() to copy the instance (this) to a new MutableBigInteger to use as the dividend. Reviewed-by: darcy