summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Fix frequent gcstress ThreadStress crashMathieu Chartier2015-01-062-9/+7
* Merge "Don't allow suspension from FindLocksAtDexPc"Mathieu Chartier2015-01-065-13/+22
|\
| * Don't allow suspension from FindLocksAtDexPcMathieu Chartier2015-01-065-13/+22
* | Mute common case DexFile.isDexOptNeeded log spamBrian Carlstrom2015-01-061-1/+4
|/
* Merge "ART: Reorder entrypoint argument order"Andreas Gampe2015-01-0517-240/+197
|\
| * ART: Reorder entrypoint argument orderAndreas Gampe2014-12-2917-240/+197
* | Implement LogLineLowStack() properly.Vladimir Marko2015-01-022-8/+26
* | Update oat version to 053.Chenfu Bao2014-12-291-1/+1
|/
* ART: Fix verification of constructors.Stephen Kyle2014-12-224-12/+99
* Merge "ART: Swap-space in the compiler"Andreas Gampe2014-12-224-4/+16
|\
| * ART: Swap-space in the compilerAndreas Gampe2014-12-224-4/+16
* | Merge "ART: Do not JNI abort on nullptr GetObjectRefType"Andreas Gampe2014-12-222-9/+15
|\ \
| * | ART: Do not JNI abort on nullptr GetObjectRefTypeAndreas Gampe2014-12-222-9/+15
| |/
* | Merge "ART: Use interpret-only for vmSafeMode"Andreas Gampe2014-12-202-2/+12
|\ \
| * | ART: Use interpret-only for vmSafeModeAndreas Gampe2014-12-192-2/+12
| |/
* | Merge "Add heap task processor"Mathieu Chartier2014-12-209-190/+605
|\ \
| * | Add heap task processorMathieu Chartier2014-12-199-190/+605
| |/
* | Merge "Pass the real capacity to CreateRosAlloc."Hiroshi Yamauchi2014-12-191-2/+3
|\ \ | |/ |/|
| * Pass the real capacity to CreateRosAlloc.Hiroshi Yamauchi2014-12-181-2/+3
* | Only dump suspend all histogram if we have samplesMathieu Chartier2014-12-181-3/+6
|/
* Merge "Use correct handle scope offset from StackVisitor"Sebastien Hertz2014-12-181-2/+4
|\
| * Use correct handle scope offset from StackVisitorSebastien Hertz2014-12-181-2/+4
* | Merge "Cleanup JDWP event matching"Sebastien Hertz2014-12-189-445/+378
|\ \
| * | Cleanup JDWP event matchingSebastien Hertz2014-12-179-445/+378
| |/
* | Merge "Fix a race condition during the rosalloc verification."Hiroshi Yamauchi2014-12-181-1/+4
|\ \
| * | Fix a race condition during the rosalloc verification.Hiroshi Yamauchi2014-12-171-1/+4
* | | Merge "Fix concurrent GC ergonomics"Mathieu Chartier2014-12-182-37/+35
|\ \ \
| * | | Fix concurrent GC ergonomicsMathieu Chartier2014-12-172-37/+35
* | | | Add thread suspend histogramMathieu Chartier2014-12-176-11/+29
| |/ / |/| |
* | | Merge "Add a new imgdiag tool to diff boot.art/core.art against a process"Igor Murashkin2014-12-175-2/+82
|\ \ \
| * | | Add a new imgdiag tool to diff boot.art/core.art against a processIgor Murashkin2014-12-165-2/+82
* | | | Merge "Add systrace events to monitors and thread suspension"Mathieu Chartier2014-12-172-1/+25
|\ \ \ \
| * | | | Add systrace events to monitors and thread suspensionMathieu Chartier2014-12-172-1/+25
| | |/ / | |/| |
* | | | Merge "JDWP: fix setting multiple breakpoints in the same method"Sebastien Hertz2014-12-171-7/+23
|\ \ \ \
| * | | | JDWP: fix setting multiple breakpoints in the same methodSebastien Hertz2014-12-171-7/+23
| | |_|/ | |/| |
* | | | Fix typo bug for Mips32.Douglas Leung2014-12-161-1/+1
| |/ / |/| |
* | | Delete gc request lockMathieu Chartier2014-12-161-0/+1
* | | [MIPSR6] Adjust assembly routines for MIPS R6 isaDuane Sand2014-12-162-61/+106
|/ /
* | Don't add or remove verifiers if abortingMathieu Chartier2014-12-151-0/+6
* | Add more logging to Mutex::ExclusiveUnlockMathieu Chartier2014-12-151-1/+11
|/
* Decrement suspend count if thread is shutting downMathieu Chartier2014-12-151-5/+15
* Move GC daemon locking logic into heapMathieu Chartier2014-12-155-9/+37
* Merge "Clean up debugger"Mathieu Chartier2014-12-151-94/+87
|\
| * Clean up debuggerMathieu Chartier2014-12-151-94/+87
* | ART: Do not inline elf writer debug symbolsAndreas Gampe2014-12-151-0/+2
|/
* Merge "Use WaitHoldingLocks in ReferenceProcessor::MakeCircularListIfUnenqueu...Mathieu Chartier2014-12-151-1/+1
|\
| * Use WaitHoldingLocks in ReferenceProcessor::MakeCircularListIfUnenqueued.Pavel Vyssotski2014-12-151-1/+1
* | Merge "ART: Show invalid oat header cause in error message"Andreas Gampe2014-12-153-5/+38
|\ \
| * | ART: Show invalid oat header cause in error messageAndreas Gampe2014-12-153-5/+38
* | | Merge "Save all registers in native to Java stubs."Nicolas Geoffray2014-12-154-56/+125
|\ \ \ | |_|/ |/| |