History log of /libcore/luni/src/main/java/java/math/Multiplication.java
Revision Date Author Comments
627b9fa96b52aca1dde43686ad7eb279768f882a 15-Aug-2014 Narayan Kamath <narayan@google.com> Fix abuse of Runtime.freeMemory.

Runtime.freeMemory is the largest allocation that's
possible *without a heap expansion*. That's a poor proxy
for "can i allocate this byte array" and leads to flaky
CTS tests.

bug: 17021619

(cherry picked from commit df7e1dbcd0ff712f39b8e80023228ea4eb8531c2)

Change-Id: I58dd8c006316e6f1195172cff8a262a96269c2b8
df7e1dbcd0ff712f39b8e80023228ea4eb8531c2 15-Aug-2014 Narayan Kamath <narayan@google.com> Fix abuse of Runtime.freeMemory.

Runtime.freeMemory is the largest allocation that's
possible *without a heap expansion*. That's a poor proxy
for "can i allocate this byte array" and leads to flaky
CTS tests.

bug: 17021619
Change-Id: I108138bf2402e899a40a0b3081c083f733e7c999
fb0ec0e650bf8be35acb0d47da0311a7c446aa33 14-Jan-2011 Elliott Hughes <enh@google.com> Remove useless android-changed comments.

I've changed useful ones to regular comments or TODOs, as appropriate.

I've left ones in code like java.util.concurrent where we really are
tracking an upstream source, making the change markers useful.

I've left a handful of others where I intend to actually investigate
the implied TODOs before deciding how to resolve them.

Change-Id: Iaf71059b818596351cf8ee5a3cf3c85586051fa6
171dc20afe5071d5cbfad7103903bfa2c1f8d00f 02-Sep-2010 Elliott Hughes <enh@google.com> Use idiomatic Java "type[] id" syntax instead of "type id[]".

I've left xalan and the other xml filth alone, as usual.

Change-Id: I6be274501fff73e67ca6b3c872704988e0e30486
fd3f1748b8627e8b6ee907bdaad4cbf2abd7403b 24-Aug-2010 Jesse Wilson <jessewilson@google.com> Fix concurrency issues in BigInteger.

Also go over the class documentation and formatting and give it some long overdue
attention. The docs are still far from perfect! But this should get rid of the
most obvious problems.

See http://b/issue?id=2785595

Change-Id: Iea40975b95a850702a4cdc693f65e4eaff0dd8b0
5737216377e5a139745f32e39769c8ea6fbd4392 16-Jun-2010 Elliott Hughes <enh@google.com> Apply harmony patch for https://issues.apache.org/jira/browse/HARMONY-6271.

Bug: https://issues.apache.org/jira/browse/HARMONY-6271
Change-Id: I6d6be2fa89ebbe4b759420edf17418af9cea9d4d
cec4dd4b1d33f78997603d0f89c0d0e56e64dbcd 26-Apr-2010 Peter Hallam <peterhal@google.com> merge more modules into luni