summaryrefslogtreecommitdiffstats
path: root/dalvik/src/main/java/org
Commit message (Collapse)AuthorAgeFilesLines
* Fix build.Elliott Hughes2013-03-271-0/+5
| | | | Change-Id: Ia9ec36734d275f677279225d3068e548a3d652ec
* Make NativeTestTarget more useful for benchmarking.Elliott Hughes2013-03-271-25/+14
| | | | | | | | | | | | There's a corresponding benchmark change in code.google.com/p/dalvik. (cherry-pick of d5d401fa8869da90b7f7d167b41fa5de6a38c592, with emptyInlineMethod added back in for now.) Conflicts: dalvik/src/main/native/org_apache_harmony_dalvik_NativeTestTarget.cpp Change-Id: I9b22be15b0708bf47c599bf8ce071cd6e3899d0e
* Add detail messages to all remaining NullPointerExceptions.Elliott Hughes2012-12-041-4/+3
| | | | | | I've left java.util.concurrent alone, since that's upstream code. Change-Id: I349960aaddb78e55d4c336b58b637009db69ff98
* Fix various FindBugs warnings.Elliott Hughes2011-02-171-13/+8
| | | | | | | | | | | | Only the ChunkHandler and ZoneInfo ones were real bugs. The former is only called with one input value that doesn't exercise the bug, and the latter would cause us to think that a time zone that stopped using daylight time before 1970 was still using daylight time (which would defeat various optimizations, but should otherwise be harmless). The other stuff is trivia not worth individual changes. Change-Id: Ib0752560cd16edc6538d1fc2b234451a66d48171
* Revert "Remove inline natives for an unused performance test." (libcore)Jesse Wilson2010-12-221-0/+68
| | | | Change-Id: I7ea69f84c008c5bdbdf8af6134fb81d80f0a958e
* Remove native targets for unused performance tests.Jesse Wilson2010-12-221-68/+0
| | | | Change-Id: Ia61172cd52de031290a811c3ec73edb929f40c10
* Revert "Remove native targets for unused performance tests."Ben Cheng2010-12-211-0/+68
| | | | This reverts commit 272a383283a974a4c32a94469b8a8b021d93a480.
* Remove native targets for unused performance tests.Jesse Wilson2010-12-211-68/+0
| | | | | | See also change I5a252e31. Change-Id: I3880a81f1f7e90247ce12860b5a2f597037123a7
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-131-1/+1
| | | | | | Gentlemen, you may now set your editors to "strip trailing whitespace"... Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
* remove System.*.println when ddm dispatch fails.Xavier Ducrohet2010-03-101-3/+0
| | | | | | | | Those messages are sometimes displayed to the user executing the am command and can be really confusing (they are totally benign) Change-Id: I09c194a02ddc956ec52f19faa03ca9aa1eba604b
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-0/+536
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-536/+0
|
* Initial ContributionThe Android Open Source Project2008-10-216-0/+536