1. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  2. 9c11b56 Merge "Make InternalStackTraceToStackTraceElementArray compaction safe." into dalvik-dev by Mathieu Chartier · 11 years ago
  3. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 11 years ago
  4. 530825b Make InternalStackTraceToStackTraceElementArray compaction safe. by Mathieu Chartier · 11 years ago
  5. a9a624b am 2921201d: Remove some non-const references in utils by Brian Carlstrom · 11 years ago
  6. 2921201 Remove some non-const references in utils by Brian Carlstrom · 11 years ago
  7. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  8. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  9. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  10. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  11. 2e450bf Revert "Remove bogus fastpath from String::Equals(const StringPiece&)" by Brian Carlstrom · 11 years ago
  12. 8438ed3 Remove bogus fastpath from String::Equals(const StringPiece&) by Brian Carlstrom · 11 years ago
  13. ba311b4 Fix mark stack expand race. by Mathieu Chartier · 11 years ago
  14. b8a0b94 Switch JNI globals lock to reader-writer. by Ian Rogers · 11 years ago
  15. 6553049 Build fix. by Ian Rogers · 11 years ago
  16. 5ce4b17 Clean up sampling tracing. by Jeff Hao · 11 years ago
  17. 57dac6e Fix sampling profiler to use thread's cpu clock. by Jeff Hao · 11 years ago
  18. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 11 years ago
  19. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  20. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  21. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  22. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  23. c449aa8 Clear exception if catch block doesn't have move-exception. by Ian Rogers · 11 years ago
  24. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago
  25. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  26. fb2802d Fixes to instrumentation and quick to interpreter entry. by Jeff Hao · 11 years ago
  27. b907009 resolved conflicts for merge of df62950e to dalvik-dev by Brian Carlstrom · 11 years ago
  28. 0852459 am 0cd7ec2d: Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  29. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  30. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  31. 073deb8 am f69863b3: Fix cpplint whitespace/newline issues by Brian Carlstrom · 11 years ago
  32. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 11 years ago
  33. b267c89 am 93ba893c: Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  34. 397f477 am b1eba213: Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  35. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  36. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  37. 7405448 am 6d69f592: Fix thread initialization issue when runtime started twice (as seen in image_test) by Brian Carlstrom · 11 years ago
  38. 6d69f59 Fix thread initialization issue when runtime started twice (as seen in image_test) by Brian Carlstrom · 11 years ago
  39. d6a23bd Don't manually mess with sigaltstack on Android any more. by Elliott Hughes · 11 years ago
  40. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/thread.cc]
  41. 752a0e6 Adding systrace logging to GC by Mathieu Chartier · 11 years ago
  42. 1e2ee7d Merge "Rename vmData" into dalvik-dev by Anwar Ghuloum · 11 years ago
  43. 3c50a4b Rename vmData by Anwar Ghuloum · 11 years ago
  44. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  45. 3c539ff Improve Logging by Anwar Ghuloum · 11 years ago
  46. 0dc9d34 Add missing ENTRY_POINT_INFOs. by Ian Rogers · 11 years ago
  47. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  48. d090cf4 Always dump stacks if we're aborting. by Ian Rogers · 11 years ago
  49. ca39692 Merge "Various GCC 3.6 and clang build fixes." into dalvik-dev by Ian Rogers · 11 years ago
  50. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 11 years ago
  51. 33e15bc Fix bug in OOME inside an OOME hampering run-test 061. by Ian Rogers · 11 years ago
  52. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 11 years ago
  53. a622767 Robustify Thread::DumpState. by Ian Rogers · 11 years ago
  54. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 11 years ago
  55. 0878d65 Thread tidying. by Ian Rogers · 11 years ago
  56. ee98895 Add bool to verifier to allow soft failures. by Jeff Hao · 11 years ago
  57. ed1790e Add some comments about thread dumping and suspension. by Jeff Hao · 11 years ago
  58. f08e473 Fix abort regression. by Ian Rogers · 11 years ago
  59. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  60. aef701d Dump native stacks for all threads in native code. by Elliott Hughes · 11 years ago
  61. bf393ef Merge branch 'dalvik-dev' of https://googleplex-android.googlesource.com/a/platform/art into fixes-for-art-build-with-mr2 by Brian Carlstrom · 11 years ago
  62. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 11 years ago
  63. 52e55cb Remove gcc-based tsan support by Brian Carlstrom · 11 years ago
  64. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  65. 25337eb Merge "Fix object verification." into dalvik-dev by Ian Rogers · 11 years ago
  66. 04d7aa9 Fix object verification. by Ian Rogers · 11 years ago
  67. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 11 years ago
  68. c928de9 Remove Iceland. by Ian Rogers · 11 years ago
  69. 0f82716 Fix JDWP ObjectRegistry lock ordering. by Elliott Hughes · 11 years ago
  70. cb69306 Clean up more of the JDWP request handling. by Elliott Hughes · 11 years ago
  71. 05f3057 Move monitor related object routines to object-inl.h by Ian Rogers · 11 years ago
  72. c0fa3ad Improve performance of JNI field operations. by Ian Rogers · 11 years ago
  73. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 11 years ago
  74. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  75. 7a22fa6 Refactor StackVisitor to take a Thread*. by Ian Rogers · 12 years ago
  76. 1eab958 Remove kExceptionPending flag from thread and codegen. by jeffhao · 12 years ago
  77. f58dffd Proxy tidy up and extra asserts. by Ian Rogers · 12 years ago
  78. 4993bbc Implement ThreadReference.OwnedMonitors. by Elliott Hughes · 12 years ago
  79. f327e07 Implement ObjectReference.MonitorInfo. by Elliott Hughes · 12 years ago
  80. 80537bb Fix and reenable lock dumping in stack dumps. by Elliott Hughes · 12 years ago
  81. 306057f Support for deoptimization needed for debugging. by Ian Rogers · 12 years ago
  82. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  83. df53a65 Merge "Support for SetVReg and add SetGPR." into dalvik-dev by Ian Rogers · 12 years ago
  84. 6702243 Support for SetVReg and add SetGPR. by Mathieu Chartier · 12 years ago
  85. a77f0f6 Various fixes for JDWP. by jeffhao · 12 years ago
  86. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 12 years ago
  87. 07ec8e1 Intrinsic for java.lang.Thread.currentThread. by Ian Rogers · 12 years ago
  88. cfaa455 Turn the thread peer_ into a Object*. by Ian Rogers · 12 years ago
  89. a3a82b2 Quick compiler: minor cleanup by buzbee · 12 years ago
  90. 94d6df4 Fixes to make all run-tests except 051-thread work. by jeffhao · 12 years ago
  91. 50ffee2 Introduce -Xint flag for ART. by Ian Rogers · 12 years ago
  92. 40e3bac Make stack visitor location for bad roots more verbose. by Ian Rogers · 12 years ago
  93. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  94. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago
  95. 664bebf Fix occasional deadlock caused by checkpoint root marking. by Mathieu Chartier · 12 years ago
  96. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  97. 6ed960d Merge "Add thread pool class" into dalvik-dev by Ian Rogers · 12 years ago
  98. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago
  99. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  100. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago