summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
* | | Make dex file verifier check that indexes are increasing.Jeff Hao2015-06-231-5/+32
|/ /
* | Merge "Fix another miranda method moving GC bug" into mnc-devMathieu Chartier2015-06-232-18/+24
|\ \
| * | Fix another miranda method moving GC bugMathieu Chartier2015-06-222-22/+28
* | | New experimental GC stress modeMathieu Chartier2015-06-228-14/+129
* | | Merge "Change GC to allow strings to use large object space." into mnc-devJeff Hao2015-06-221-1/+1
|\ \ \ | |_|/ |/| |
| * | Change GC to allow strings to use large object space.Jeff Hao2015-06-221-1/+1
* | | Merge "ART: Allow checking RETURN_VOID_NO_BARRIER on unresolved classes" into...Andreas Gampe2015-06-221-0/+32
|\ \ \ | |/ / |/| |
| * | ART: Allow checking RETURN_VOID_NO_BARRIER on unresolved classesAndreas Gampe2015-06-221-0/+32
* | | Make large string use large object space.Jeff Hao2015-06-221-2/+2
|/ /
* | ART: Disallow classes that are abstract and finalAndreas Gampe2015-06-221-0/+9
* | Verifier: check an aput, even if we know it will fail.Nicolas Geoffray2015-06-221-2/+3
* | ART: Check for expected args for instance methodsAndreas Gampe2015-06-191-2/+11
* | ART: Check var-arg count earlier in method verifierTaiju Tsuiki2015-06-191-7/+7
|/
* Merge "ART stack unwinding fixes for libunwind/gdb/lldb." into mnc-devDavid Srbecky2015-06-1911-85/+120
|\
| * ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-1911-85/+120
* | Fix moving GC bug in DoFilledNewArrayMathieu Chartier2015-06-181-18/+20
* | Fix moving GC bugs in proxy stub for X86/X86_64Mathieu Chartier2015-06-182-4/+4
* | Follow up on CL 151605Sebastien Hertz2015-06-185-51/+56
* | Fix nested deoptimization.Mingyao Yang2015-06-1810-141/+251
* | Fix some java_lang_Class related moving GC bugsMathieu Chartier2015-06-181-10/+10
* | ART: Allow PackedSwitch instructions with zero targetsDavid Brazdil2015-06-181-1/+4
* | ART: Fix reporting initialized classes by CompilerDriver.Vladimir Marko2015-06-181-1/+1
* | Add missing EndAssertNoThreadSuspensionMathieu Chartier2015-06-171-0/+3
* | Set default visibility on art_sigsegv_fault.Oleksiy Vyalov2015-06-171-3/+1
|/
* Merge "Change mips64 lwu to ld for loading caller ArtMethod*" into mnc-devMathieu Chartier2015-06-131-1/+1
|\
| * Change mips64 lwu to ld for loading caller ArtMethod*Mathieu Chartier2015-06-121-1/+1
* | JDWP: update handling of 8-bit and 16-bit fieldsSebastien Hertz2015-06-121-49/+121
|/
* JDWP: asynchronous invoke command handlingSebastien Hertz2015-06-1211-250/+351
* Merge "Add cortex-a53 as a valid instruction set variant for arm64." into mnc...Tim Murray2015-06-121-1/+1
|\
| * Add cortex-a53 as a valid instruction set variant for arm64.Tim Murray2015-06-111-1/+1
* | Fix compaction bug in Class_getDeclaredMethodsUncheckedMathieu Chartier2015-06-111-2/+2
* | Merge "Let classloader provide correct LD_LIBRARY_PATH" into mnc-devDmitriy Ivanov2015-06-112-32/+9
|\ \
| * | Let classloader provide correct LD_LIBRARY_PATHDmitriy Ivanov2015-06-092-32/+9
* | | Merge "Move image intern table into image" into mnc-devMathieu Chartier2015-06-1110-35/+199
|\ \ \ | |_|/ |/| |
| * | Move image intern table into imageMathieu Chartier2015-06-1110-35/+199
| |/
* | Merge "Reset GC performance stats at zygote fork." into mnc-devHiroshi Yamauchi2015-06-113-0/+26
|\ \
| * | Reset GC performance stats at zygote fork.Hiroshi Yamauchi2015-06-103-0/+26
| |/
* | [MIPS] Fix method tracing for mips64Lazar Trsic2015-06-102-14/+14
|/
* Merge "More LOW_4G optimizations" into mnc-devMathieu Chartier2015-06-081-9/+26
|\
| * More LOW_4G optimizationsMathieu Chartier2015-06-051-9/+26
* | Merge "Revert "Revert "Turn off duplicate-classes checking""" into mnc-devAndreas Gampe2015-06-071-0/+7
|\ \
| * | Revert "Revert "Turn off duplicate-classes checking""Andreas Gampe2015-06-031-0/+7
* | | Use runFinalizationWithTimeout for native allocationsMathieu Chartier2015-06-055-17/+21
| |/ |/|
* | Add atrace calls to runtime start and heap createRichard Uhler2015-06-043-5/+38
* | Add optimization for LOW_4G allocatorMathieu Chartier2015-06-041-0/+24
* | Fix valgrind large_object_space_testMathieu Chartier2015-06-032-13/+23
|/
* Add a way to determine if a large object is a zygote objectMathieu Chartier2015-06-035-36/+112
* Merge "ART: Refactor Thread::Init" into mnc-devAndreas Gampe2015-06-034-37/+83
|\
| * ART: Refactor Thread::InitAndreas Gampe2015-06-034-37/+83
* | Merge "Emit instance fields for java.lang.Object in hprof" into mnc-devMathieu Chartier2015-06-031-3/+3
|\ \ | |/ |/|