summaryrefslogtreecommitdiffstats
path: root/vm/native
Commit message (Collapse)AuthorAgeFilesLines
* eclair snapshotJean-Baptiste Queru2009-11-128-8/+1026
|
* Add FileDescriptor variation of startMethodTracing().Dianne Hackborn2009-06-241-6/+18
| | | | | | This is for bug #1829561 ("am profile" with bad filename kills process), which will allow the am command to take care of opening the file and handing the resulting fd over to the process to be profiled.
* Corrected behavior of Constructor.newInstance on abstract classes.Andy McFadden2009-05-011-0/+22
| | | | | | | | | | The VM now throws an exception when somebody tries to create an instance of an abstract class through a Constructor object. It also ensures that the class is initialized before attempting to create an instance. This change adds some Constructor tests to the 042-new-instance VM test. (It also pulls in some additions that were made to the 042 test back in March, on the p4 master branch.)
* Automated import from //branches/donutburger/...@140700,140700Andy McFadden2009-03-241-1/+28
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0330-0/+6282
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0330-6282/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-27/+62
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-1/+1
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1730-0/+6247