summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Add lock when iterating over BacktraceMap.Christopher Ferris2016-08-251-0/+3
* Card mark holding class instead of declaring classMathieu Chartier2016-08-259-53/+125
* Revert "Revert "Use try lock to fix class resolution race""Mathieu Chartier2016-08-238-29/+175
* Revert "Use try lock to fix class resolution race"Mathieu Chartier2016-08-238-171/+29
* Use try lock to fix class resolution raceMathieu Chartier2016-08-238-29/+171
* Merge "Revert "Save environment snapshot and use at fork/exec"" into nyc-mr1-devDavid Sehr2016-08-235-111/+2
|\
| * Revert "Save environment snapshot and use at fork/exec"David Sehr2016-08-235-111/+2
* | Merge "Save environment snapshot and use at fork/exec" into nyc-mr1-devDavid Sehr2016-08-225-2/+111
|\|
| * Save environment snapshot and use at fork/execDavid Sehr2016-08-185-2/+111
* | Fix debugger calling new String().Jeff Hao2016-08-221-5/+12
|/
* Merge "Fix pending exception failure for encoded statics" into nyc-mr1-devMathieu Chartier2016-08-111-6/+11
|\
| * Fix pending exception failure for encoded staticsMathieu Chartier2016-08-101-6/+11
* | Merge "ART: Check for more low-space situations in zygote" into nyc-mr1-devTreeHugger Robot2016-08-112-1/+25
|\ \
| * | ART: Check for more low-space situations in zygoteAndreas Gampe2016-08-102-1/+25
| |/
* / Put the deletion of profiling info under a GC critical section.Nicolas Geoffray2016-08-106-3/+12
|/
* Fix profiling output to properly display class info.Jeff Hao2016-08-011-1/+1
* Merge "Do allocation fence before pushing on allocation stack" into nyc-mr1-devTreeHugger Robot2016-07-192-16/+26
|\
| * Do allocation fence before pushing on allocation stackMathieu Chartier2016-07-192-16/+26
* | Merge "Add API for getting location of odex or oat file" into nyc-mr1-devPhilip Cuadra2016-07-141-0/+38
|\ \
| * | Add API for getting location of odex or oat filePhilip Cuadra2016-07-141-0/+38
| |/
* | Merge "ART: Remove zygote OTA code" into nyc-mr1-devAndreas Gampe2016-07-132-179/+0
|\ \ | |/ |/|
| * ART: Remove zygote OTA codeAndreas Gampe2016-07-092-179/+0
* | Revert "Revert "Optimize IMT""Artem Udovichenko2016-07-0815-186/+396
|/
* Merge changes I2814a0b8,I05a7961f into nyc-mr1-devTreeHugger Robot2016-06-294-226/+243
|\
| * ART: Add dex2oat swap-usage parametersAndreas Gampe2016-06-284-146/+195
| * OatFileAssistantTest: do not relocate image randomly.Richard Uhler2016-06-271-91/+59
* | Revert "Optimize IMT"Jeff Hao2016-06-2915-318/+147
|/
* Merge \"Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY) if app is debuggable.\...Oleksiy Vyalov2016-06-221-0/+10
|\
| * Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY) if app is debuggable.Oleksiy Vyalov2016-06-221-0/+10
* | Propagate flags to ShouldHaveEmbeddedVTableMathieu Chartier2016-06-211-1/+2
* | Optimize IMTNelli Kim2016-06-2115-147/+317
* | Merge changes from topic 'PHENOMENAL_CHANGE' into nyc-mr1-devMathieu Chartier2016-06-219-201/+149
|\ \
| * | Use collector specific helper classesMathieu Chartier2016-06-179-201/+149
| * | Avoid duplicate class for mark compactMathieu Chartier2016-06-171-2/+2
* | | ART: Use null for the BootClassLoader in LoadLibraryAndreas Gampe2016-06-181-2/+8
|\ \ \ | |/ / |/| / | |/
| * ART: Use null for the BootClassLoader in LoadLibraryAndreas Gampe2016-06-171-2/+8
* | Use ScopedObjectAccess in ThreadList::DumpMathieu Chartier2016-06-161-1/+6
* | Revert "Skip DumpForSigQuit if debugger is active"Mathieu Chartier2016-06-161-5/+0
|/
* ART: Turn off unattached thread dumpingAndreas Gampe2016-06-131-1/+2
* Remove too aggressive DCHECKs.Nicolas Geoffray2016-06-131-1/+0
* Fix dex file leak in oat file managerMathieu Chartier2016-06-091-31/+15
* Merge "Fix FOUR_ARG_DOWNCALL assembly stubs on arm and x86." into nyc-devNicolas Geoffray2016-06-092-21/+64
|\
| * Fix FOUR_ARG_DOWNCALL assembly stubs on arm and x86.Nicolas Geoffray2016-06-092-21/+64
* | Wrap certain exception types when loading an erroneous class.Jeff Hao2016-06-074-6/+32
|/
* Revert "Revert "Hold dex caches live in class table""Mathieu Chartier2016-06-067-32/+64
* Revert "Hold dex caches live in class table"Brian Carlstrom2016-06-047-40/+32
* Hold dex caches live in class tableMathieu Chartier2016-06-037-32/+40
* Delay dex-to-dex compilation until Optimizing is done.Vladimir Marko2016-06-031-0/+14
* Fix ArtMethod::GetInvokeType for static methods on interfaces.Nicolas Geoffray2016-06-031-3/+3
* Merge "Don't do any I/O when starting the profile saver" into nyc-devCalin Juravle2016-06-021-62/+75
|\