1. 63e8a68 Fix thread join hangs by Yevgeny Rouban · 11 years ago
  2. c7a966d Prevent deadlocks in Runtime::Abort. by Mathieu Chartier · 11 years ago
  3. 43d8bb8 Add monitor_enter_object as root. by Mathieu Chartier · 11 years ago
  4. 2966e13 Avoid debug check violation in thread registration. by Ian Rogers · 11 years ago
  5. 1246d68 Merge "Cleanup transaction support" by Sebastien Hertz · 11 years ago
  6. ee1d79a Cleanup transaction support by Sebastien Hertz · 11 years ago
  7. d803bc7 Fix ThreadStress, unify ANR lock descriptions. by Ian Rogers · 11 years ago
  8. c751fdc Add handler for printing java stack traces for compiled code SIGSEGV. by Mathieu Chartier · 11 years ago
  9. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  10. f943914 Implement implicit stack overflow checks by Dave Allison · 11 years ago
  11. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 11 years ago
  12. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 11 years ago
  13. 88e46a3 Remove unused variable and tidy test #includes. by Ian Rogers · 11 years ago
  14. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  15. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  16. 0f67847 Unify 64bit int constant definitions. by Ian Rogers · 11 years ago
  17. e0dcd46 JNI down call fixes. by Ian Rogers · 11 years ago
  18. aa00fe0 Merge "Add more VerifyObject calls." by Mathieu Chartier · 11 years ago
  19. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  20. b166d84 Merge "backtrace: use Java stack to help decode native" by Kenny Root · 11 years ago
  21. 067d20f backtrace: use Java stack to help decode native by Kenny Root · 11 years ago
  22. 6dda898 Disable compaction for jni workarounds. by Mathieu Chartier · 11 years ago
  23. 6cbd271 Oatdump fix. by Ian Rogers · 11 years ago
  24. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 11 years ago
  25. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  26. 8d7672e Print message when throwing new exception with pending exception. by Mathieu Chartier · 11 years ago
  27. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  28. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  29. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  30. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  31. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 11 years ago
  32. 2300790 Merge "Fix wrong thread id being passed to SIRT roots." by Mathieu Chartier · 11 years ago
  33. 89bb144 Fix wrong thread id being passed to SIRT roots. by Mathieu Chartier · 11 years ago
  34. fd14755 Merge "Work in the direction of hard float quick ABIs." by Ian Rogers · 11 years ago
  35. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  36. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  37. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  38. 1efa0a9 ART can't create more than 8k threads during the worktime by Alexei Zavjalov · 11 years ago
  39. 7c6aca2 Properly tolerate missing declaring source files by Brian Carlstrom · 11 years ago
  40. bb8f0ab Embed array class pointers at array allocation sites. by Hiroshi Yamauchi · 11 years ago
  41. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  42. d45a1f5 Avoid instrumentation stack corruption. by Sebastien Hertz · 11 years ago
  43. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  44. 0aded08 Add sampling profiler by Dave Allison · 11 years ago
  45. e8c48db Fix NewLocalRef, NewGlobalRef to handle cleared weak globals. by Mathieu Chartier · 11 years ago
  46. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  47. 8755359 Merge "Enable moving classes." by Mathieu Chartier · 11 years ago
  48. 543154a Merge "Fix JDWP class-only modifier." by Sebastien Hertz · 11 years ago
  49. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  50. 8171fc3 Don't prefix GC map by length. by Vladimir Marko · 11 years ago
  51. 59cde53 Workaround for gcc volatile struct member bug by Chris Dearman · 11 years ago
  52. 5f51d4b Fix races in thread list Unregister. by Mathieu Chartier · 11 years ago
  53. 123756a Fix JDWP class-only modifier. by Sebastien Hertz · 11 years ago
  54. 228d6b8 Fix stack trace for proxy methods and added test case. by Jeff Hao · 11 years ago
  55. 2054553 Merge "Move single-step control into thread." into dalvik-dev by Sebastien Hertz · 11 years ago
  56. 61b7f1b Move single-step control into thread. by Sebastien Hertz · 11 years ago
  57. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  58. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  59. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  60. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  61. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  62. 9c11b56 Merge "Make InternalStackTraceToStackTraceElementArray compaction safe." into dalvik-dev by Mathieu Chartier · 11 years ago
  63. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 11 years ago
  64. 530825b Make InternalStackTraceToStackTraceElementArray compaction safe. by Mathieu Chartier · 11 years ago
  65. a9a624b am 2921201d: Remove some non-const references in utils by Brian Carlstrom · 11 years ago
  66. 2921201 Remove some non-const references in utils by Brian Carlstrom · 11 years ago
  67. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  68. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  69. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  70. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  71. 2e450bf Revert "Remove bogus fastpath from String::Equals(const StringPiece&)" by Brian Carlstrom · 11 years ago
  72. 8438ed3 Remove bogus fastpath from String::Equals(const StringPiece&) by Brian Carlstrom · 12 years ago
  73. ba311b4 Fix mark stack expand race. by Mathieu Chartier · 12 years ago
  74. b8a0b94 Switch JNI globals lock to reader-writer. by Ian Rogers · 12 years ago
  75. 6553049 Build fix. by Ian Rogers · 12 years ago
  76. 5ce4b17 Clean up sampling tracing. by Jeff Hao · 12 years ago
  77. 57dac6e Fix sampling profiler to use thread's cpu clock. by Jeff Hao · 12 years ago
  78. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 12 years ago
  79. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  80. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 12 years ago
  81. 848871b Entry point clean up. by Ian Rogers · 12 years ago
  82. 7655f29 Portable refactorings. by Ian Rogers · 12 years ago
  83. c449aa8 Clear exception if catch block doesn't have move-exception. by Ian Rogers · 12 years ago
  84. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago
  85. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  86. fb2802d Fixes to instrumentation and quick to interpreter entry. by Jeff Hao · 12 years ago
  87. b907009 resolved conflicts for merge of df62950e to dalvik-dev by Brian Carlstrom · 12 years ago
  88. 0852459 am 0cd7ec2d: Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 12 years ago
  89. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 12 years ago
  90. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 12 years ago
  91. 073deb8 am f69863b3: Fix cpplint whitespace/newline issues by Brian Carlstrom · 12 years ago
  92. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 12 years ago
  93. b267c89 am 93ba893c: Fix cpplint runtime/explicit issues by Brian Carlstrom · 12 years ago
  94. 397f477 am b1eba213: Fix cpplint whitespace/comma issues by Brian Carlstrom · 12 years ago
  95. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 12 years ago
  96. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 12 years ago
  97. 7405448 am 6d69f592: Fix thread initialization issue when runtime started twice (as seen in image_test) by Brian Carlstrom · 12 years ago
  98. 6d69f59 Fix thread initialization issue when runtime started twice (as seen in image_test) by Brian Carlstrom · 12 years ago
  99. d6a23bd Don't manually mess with sigaltstack on Android any more. by Elliott Hughes · 12 years ago
  100. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/thread.cc]