summaryrefslogtreecommitdiffstats
path: root/src/runtime.cc
Commit message (Expand)AuthorAgeFilesLines
* user build support for art (2 of 3)Brian Carlstrom2012-02-161-14/+23
* Missing initializationIan Rogers2012-02-151-0/+1
* Reduce StringPiece usage a bit.Elliott Hughes2012-02-101-32/+31
* Remove old code to support multiple imagesBrian Carlstrom2012-02-041-6/+5
* Honor ANDROID_ROOT and ANDROID_DATABrian Carlstrom2012-02-041-1/+3
* Make all FATAL-related output appear as 'F' log output.Elliott Hughes2012-02-031-1/+1
* Improve debug-ability of native method registrationIan Rogers2012-02-031-1/+2
* Start parallelizing dex2oat.Elliott Hughes2012-02-031-4/+6
* Simple heap trimming.Elliott Hughes2012-02-021-0/+1
* Support Runtime::Abort() before the runtime has started.Elliott Hughes2012-02-011-0/+4
* Remove dex2oat warnings by providing "." class path defaulting only to JNI ca...Brian Carlstrom2012-02-011-4/+0
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Only allow one thread to abort at a time.Elliott Hughes2012-01-271-0/+6
* Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like na...Ian Rogers2012-01-261-1/+1
* Include the thread name in Thread's operator<< output.Elliott Hughes2012-01-241-1/+5
* Mac runtime fixes.Elliott Hughes2012-01-201-2/+1
* Fix the handful of leaks detectable in our tests.Elliott Hughes2012-01-181-0/+2
* Default java.class.path to "." Bug: 5878535Ian Rogers2012-01-171-2/+6
* Make pthread_mutex_t destruction safer during shutdown.Elliott Hughes2012-01-131-0/+7
* Minor fixes.Elliott Hughes2012-01-121-0/+2
* Changed tracer to use an instance to hold state instead of statics.jeffhao2011-12-191-1/+22
* Adding newly required headersBrian Carlstrom2011-12-151-0/+2
* Moving from libdvm to libart (1 of 5)Brian Carlstrom2011-12-141-1/+1
* Don't default-construct std::strings and then assign them.Elliott Hughes2011-12-131-1/+1
* Clean up verbose logging.Elliott Hughes2011-12-131-36/+37
* Detect over-long thread suspends and time out fatally.Elliott Hughes2011-12-071-0/+13
* Reduce meta-data object sizes, introduce meta-data helper classes.Ian Rogers2011-12-061-13/+2
* Remove some lint.Elliott Hughes2011-12-011-3/+3
* Add --image-classes to dex2oatBrian Carlstrom2011-11-291-7/+10
* Don't set the context class loader until it has been created.Jesse Wilson2011-11-221-0/+9
* Don't run managed code until the runtime has started.Jesse Wilson2011-11-141-7/+2
* Remove the use of Method from jni_compilerIan Rogers2011-11-141-3/+3
* More SIGQUIT detail, earlier exit in AttachCurrentThread, handling recursive ...Elliott Hughes2011-11-031-9/+16
* Provide a convenience for logging types that don't have an operator<<.Elliott Hughes2011-10-281-15/+14
* Added support for -XX:HeapGrowthLimit switchjeffhao2011-10-281-0/+16
* Better unresolved type support.Ian Rogers2011-10-261-1/+15
* Makes objects known to the debugger GC roots, implements the THST message, an...Elliott Hughes2011-10-261-0/+1
* Callers of SuspendAll should be in the kRunnable stateBrian Carlstrom2011-10-261-0/+6
* Implement more DDMS support.Elliott Hughes2011-10-251-1/+1
* Make ResolveField not rely on Field::GetType resolutionBrian Carlstrom2011-10-251-1/+5
* Wire up enough of the pieces that we can connect ddms or jdb.Elliott Hughes2011-10-241-2/+10
* Verifier clean up.Ian Rogers2011-10-241-2/+0
* Basic JDWP option parsing...Elliott Hughes2011-10-211-2/+9
* Add ThreadStress test to try and exercise corner casesBrian Carlstrom2011-10-211-0/+3
* Reuse SIRT for C++ referencesBrian Carlstrom2011-10-201-2/+2
* Implement -Xstacktracefile.Elliott Hughes2011-10-181-1/+4
* Implement -Xjnigreflimit.Elliott Hughes2011-10-181-1/+19
* Implement lock contention event logging.Elliott Hughes2011-10-171-1/+8
* Add internal compiler option to control defaulting of boot.artBrian Carlstrom2011-10-161-1/+7
* Fix the double-OOME case again.Elliott Hughes2011-10-131-0/+2