| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix frequent gcstress ThreadStress crash | Mathieu Chartier | 2015-01-06 | 2 | -9/+7 |
* | Merge "Don't allow suspension from FindLocksAtDexPc" | Mathieu Chartier | 2015-01-06 | 5 | -13/+22 |
|\ |
|
| * | Don't allow suspension from FindLocksAtDexPc | Mathieu Chartier | 2015-01-06 | 5 | -13/+22 |
* | | Mute common case DexFile.isDexOptNeeded log spam | Brian Carlstrom | 2015-01-06 | 1 | -1/+4 |
|/ |
|
* | Merge "ART: Reorder entrypoint argument order" | Andreas Gampe | 2015-01-05 | 17 | -240/+197 |
|\ |
|
| * | ART: Reorder entrypoint argument order | Andreas Gampe | 2014-12-29 | 17 | -240/+197 |
* | | Implement LogLineLowStack() properly. | Vladimir Marko | 2015-01-02 | 2 | -8/+26 |
* | | Update oat version to 053. | Chenfu Bao | 2014-12-29 | 1 | -1/+1 |
|/ |
|
* | ART: Fix verification of constructors. | Stephen Kyle | 2014-12-22 | 4 | -12/+99 |
* | Merge "ART: Swap-space in the compiler" | Andreas Gampe | 2014-12-22 | 4 | -4/+16 |
|\ |
|
| * | ART: Swap-space in the compiler | Andreas Gampe | 2014-12-22 | 4 | -4/+16 |
* | | Merge "ART: Do not JNI abort on nullptr GetObjectRefType" | Andreas Gampe | 2014-12-22 | 2 | -9/+15 |
|\ \ |
|
| * | | ART: Do not JNI abort on nullptr GetObjectRefType | Andreas Gampe | 2014-12-22 | 2 | -9/+15 |
| |/ |
|
* | | Merge "ART: Use interpret-only for vmSafeMode" | Andreas Gampe | 2014-12-20 | 2 | -2/+12 |
|\ \ |
|
| * | | ART: Use interpret-only for vmSafeMode | Andreas Gampe | 2014-12-19 | 2 | -2/+12 |
| |/ |
|
* | | Merge "Add heap task processor" | Mathieu Chartier | 2014-12-20 | 9 | -190/+605 |
|\ \ |
|
| * | | Add heap task processor | Mathieu Chartier | 2014-12-19 | 9 | -190/+605 |
| |/ |
|
* | | Merge "Pass the real capacity to CreateRosAlloc." | Hiroshi Yamauchi | 2014-12-19 | 1 | -2/+3 |
|\ \
| |/
|/| |
|
| * | Pass the real capacity to CreateRosAlloc. | Hiroshi Yamauchi | 2014-12-18 | 1 | -2/+3 |
* | | Only dump suspend all histogram if we have samples | Mathieu Chartier | 2014-12-18 | 1 | -3/+6 |
|/ |
|
* | Merge "Use correct handle scope offset from StackVisitor" | Sebastien Hertz | 2014-12-18 | 1 | -2/+4 |
|\ |
|
| * | Use correct handle scope offset from StackVisitor | Sebastien Hertz | 2014-12-18 | 1 | -2/+4 |
* | | Merge "Cleanup JDWP event matching" | Sebastien Hertz | 2014-12-18 | 9 | -445/+378 |
|\ \ |
|
| * | | Cleanup JDWP event matching | Sebastien Hertz | 2014-12-17 | 9 | -445/+378 |
| |/ |
|
* | | Merge "Fix a race condition during the rosalloc verification." | Hiroshi Yamauchi | 2014-12-18 | 1 | -1/+4 |
|\ \ |
|
| * | | Fix a race condition during the rosalloc verification. | Hiroshi Yamauchi | 2014-12-17 | 1 | -1/+4 |
* | | | Merge "Fix concurrent GC ergonomics" | Mathieu Chartier | 2014-12-18 | 2 | -37/+35 |
|\ \ \ |
|
| * | | | Fix concurrent GC ergonomics | Mathieu Chartier | 2014-12-17 | 2 | -37/+35 |
* | | | | Add thread suspend histogram | Mathieu Chartier | 2014-12-17 | 6 | -11/+29 |
| |/ /
|/| | |
|
* | | | Merge "Add a new imgdiag tool to diff boot.art/core.art against a process" | Igor Murashkin | 2014-12-17 | 5 | -2/+82 |
|\ \ \ |
|
| * | | | Add a new imgdiag tool to diff boot.art/core.art against a process | Igor Murashkin | 2014-12-16 | 5 | -2/+82 |
* | | | | Merge "Add systrace events to monitors and thread suspension" | Mathieu Chartier | 2014-12-17 | 2 | -1/+25 |
|\ \ \ \ |
|
| * | | | | Add systrace events to monitors and thread suspension | Mathieu Chartier | 2014-12-17 | 2 | -1/+25 |
| | |/ /
| |/| | |
|
* | | | | Merge "JDWP: fix setting multiple breakpoints in the same method" | Sebastien Hertz | 2014-12-17 | 1 | -7/+23 |
|\ \ \ \ |
|
| * | | | | JDWP: fix setting multiple breakpoints in the same method | Sebastien Hertz | 2014-12-17 | 1 | -7/+23 |
| | |_|/
| |/| | |
|
* | | | | Fix typo bug for Mips32. | Douglas Leung | 2014-12-16 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Delete gc request lock | Mathieu Chartier | 2014-12-16 | 1 | -0/+1 |
* | | | [MIPSR6] Adjust assembly routines for MIPS R6 isa | Duane Sand | 2014-12-16 | 2 | -61/+106 |
|/ / |
|
* | | Don't add or remove verifiers if aborting | Mathieu Chartier | 2014-12-15 | 1 | -0/+6 |
* | | Add more logging to Mutex::ExclusiveUnlock | Mathieu Chartier | 2014-12-15 | 1 | -1/+11 |
|/ |
|
* | Decrement suspend count if thread is shutting down | Mathieu Chartier | 2014-12-15 | 1 | -5/+15 |
* | Move GC daemon locking logic into heap | Mathieu Chartier | 2014-12-15 | 5 | -9/+37 |
* | Merge "Clean up debugger" | Mathieu Chartier | 2014-12-15 | 1 | -94/+87 |
|\ |
|
| * | Clean up debugger | Mathieu Chartier | 2014-12-15 | 1 | -94/+87 |
* | | ART: Do not inline elf writer debug symbols | Andreas Gampe | 2014-12-15 | 1 | -0/+2 |
|/ |
|
* | Merge "Use WaitHoldingLocks in ReferenceProcessor::MakeCircularListIfUnenqueu... | Mathieu Chartier | 2014-12-15 | 1 | -1/+1 |
|\ |
|
| * | Use WaitHoldingLocks in ReferenceProcessor::MakeCircularListIfUnenqueued. | Pavel Vyssotski | 2014-12-15 | 1 | -1/+1 |
* | | Merge "ART: Show invalid oat header cause in error message" | Andreas Gampe | 2014-12-15 | 3 | -5/+38 |
|\ \ |
|
| * | | ART: Show invalid oat header cause in error message | Andreas Gampe | 2014-12-15 | 3 | -5/+38 |
* | | | Merge "Save all registers in native to Java stubs." | Nicolas Geoffray | 2014-12-15 | 4 | -56/+125 |
|\ \ \
| |_|/
|/| | |
|