1. d4032e4 JDWP: remove suspend count check on invoke by Sebastien Hertz · 9 years ago
  2. 42c3c33 Make allocation tracker use less memory by Man Cao · 9 years ago
  3. d4a02cf Merge "Replace some run-time assertions with compile-time ones in ART." by Roland Levillain · 9 years ago
  4. 1ed11b9 Restore DDMS recent allocation tracking's behavior by Man Cao · 9 years ago
  5. 33d6903 Replace some run-time assertions with compile-time ones in ART. by Roland Levillain · 9 years ago
  6. 05c26b3 JDWP: update handling of 8-bit and 16-bit fields by Sebastien Hertz · 9 years ago
  7. 42361f2 Merge "JDWP: asynchronous invoke command handling" by Sebastien Hertz · 9 years ago
  8. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 9 years ago
  9. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 9 years ago
  10. 415fd08 Fix JDWP tests after ArtMethod change by Sebastien Hertz · 9 years ago
  11. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  12. 31db343 Merge "Fix single-step in native thread" by Sebastien Hertz · 9 years ago
  13. 52f5f93 Fix single-step in native thread by Sebastien Hertz · 9 years ago
  14. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 9 years ago
  15. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  16. de48aa6 JDWP: fix breakpoint on catch statement by Sebastien Hertz · 9 years ago
  17. 39b6c24 Intercept JNI invocation of String.<init> methods. by Jeff Hao · 9 years ago
  18. aae4334 Merge "JDWP: more GC safety" by Sebastien Hertz · 9 years ago
  19. 261bc04 JDWP: more GC safety by Sebastien Hertz · 10 years ago
  20. b43390c Hold heap bitmap lock in Heap::GetObjectsAllocated by Mathieu Chartier · 9 years ago
  21. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 9 years ago
  22. ba9ef53 Merge "Support multiple instrumentation clients" by Sebastien Hertz · 9 years ago
  23. 0462c4c Support multiple instrumentation clients by Sebastien Hertz · 10 years ago
  24. 9d6bf69 JDWP: properly combine location events by Sebastien Hertz · 10 years ago
  25. 9d1e190 Merge "Replace String CharArray with internal uint16_t array." by Jeff Hao · 9 years ago
  26. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  27. 8a35405 Fix mismatched malloc/free delete/new. by Christopher Ferris · 9 years ago
  28. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  29. fac107b Merge "JDWP: fix thread_list deadlock" by Sebastien Hertz · 10 years ago
  30. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  31. a2d40be Merge "Fix JDWP race at runtime shutdown" by Sebastien Hertz · 10 years ago
  32. 6920639 JDWP: fix thread_list deadlock by Sebastien Hertz · 10 years ago
  33. 9b87d4a Merge "JDWP: clear exception when allocation fails" by Sebastien Hertz · 10 years ago
  34. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  35. 2c3e77a JDWP: clear exception when allocation fails by Sebastien Hertz · 10 years ago
  36. 4e5b208 Fix JDWP race at runtime shutdown by Sebastien Hertz · 10 years ago
  37. 4bf34ad Merge "JDWP: more checking for StackFrame commands" by Sebastien Hertz · 10 years ago
  38. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  39. abbabc8 JDWP: more checking for StackFrame commands by Sebastien Hertz · 10 years ago
  40. d856545 Fix ClassLinker::MayBeCalledWithDirectCodePointer for JIT by Mathieu Chartier · 10 years ago
  41. eb07669 JDWP: Optimized single step during debugging by Daniel Mihalyi · 10 years ago
  42. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 10 years ago
  43. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  44. 1558b57 JDWP: allocate DebugInvokeReq only when requested by Sebastien Hertz · 10 years ago
  45. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  46. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 10 years ago
  47. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  48. 893bee6 Merge "JDWP: update thread synchronization" by Sebastien Hertz · 10 years ago
  49. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  50. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  51. b3b173b Follow up 129144 by Sebastien Hertz · 10 years ago
  52. 2bf93f4 JDWP: update thread synchronization by Sebastien Hertz · 10 years ago
  53. 3be6e9d Read JDWP options from runtime by Sebastien Hertz · 10 years ago
  54. f26e1b3 Check for null class of class by Mathieu Chartier · 10 years ago
  55. 597c4f0 JDWP: allocate single step control only when active by Sebastien Hertz · 10 years ago
  56. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  57. 4c4d609 Fix compaction bugs related to IdentityHashCode by Mathieu Chartier · 10 years ago
  58. 0c8c303 Clean up the locks around Heap::VisitObjects(). by Hiroshi Yamauchi · 10 years ago
  59. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  60. 55f6534 JDWP: fix deadlock with GC by Sebastien Hertz · 10 years ago
  61. ad466ad Change hprof to use streaming by Mathieu Chartier · 10 years ago
  62. 4306ef8 Don't allow suspension from FindLocksAtDexPc by Mathieu Chartier · 10 years ago
  63. 58a1c07 Merge "Cleanup JDWP event matching" by Sebastien Hertz · 10 years ago
  64. abe93e0 JDWP: fix setting multiple breakpoints in the same method by Sebastien Hertz · 10 years ago
  65. 7d95565 Cleanup JDWP event matching by Sebastien Hertz · 10 years ago
  66. bc689b7 Clean up debugger by Mathieu Chartier · 10 years ago
  67. 7522c74 ART: Fix DDM client hang transmitting native heap dump with MALLOC_IMPL=dlmalloc by Pavel Vyssotski · 10 years ago
  68. baede34 Merge "JDWP: fix breakpoint for method in the image" by Sebastien Hertz · 10 years ago
  69. 6963e44 JDWP: fix breakpoint for method in the image by Sebastien Hertz · 10 years ago
  70. a048560 Move GetClassFromTypeIdx to ArtMethod. by Ian Rogers · 10 years ago
  71. 08f1f50 Remove FieldHelper. by Ian Rogers · 10 years ago
  72. ae214ee ART: Fix inline dependency by Andreas Gampe · 10 years ago
  73. f392879 JDWP: only deoptimize when it is required by Sebastien Hertz · 10 years ago
  74. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  75. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  76. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  77. 872dd82 Tidy and reduce ART library dependencies on the host. by Ian Rogers · 10 years ago
  78. 0256737 Merge "Fix JDWP Virtualmachine.Resume command" by Sebastien Hertz · 10 years ago
  79. a1e50ca Merge "More use of WellKnownClasses for debugger" by Sebastien Hertz · 10 years ago
  80. e49e195 More use of WellKnownClasses for debugger by Sebastien Hertz · 10 years ago
  81. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  82. 253fa55 Fix JDWP Virtualmachine.Resume command by Sebastien Hertz · 10 years ago
  83. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  84. 824e124 Merge "Hold mutator lock in DdmSendHeapSegments for all spaces" by Mathieu Chartier · 10 years ago
  85. 4c69d7f Hold mutator lock in DdmSendHeapSegments for all spaces by Mathieu Chartier · 10 years ago
  86. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  87. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  88. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 10 years ago
  89. 8380c7c Merge "Add ScopedAssertNoThreadSuspension" by Mathieu Chartier · 10 years ago
  90. c4481db Merge "Optimize JDWP stack local values access" by Sebastien Hertz · 10 years ago
  91. 8009f39 Optimize JDWP stack local values access by Sebastien Hertz · 10 years ago
  92. 400376f Merge "Do not hold breakpoint lock when running the verifier" by Sebastien Hertz · 10 years ago
  93. a9aa0ff Fix JDWP crash when reporting exception by Sebastien Hertz · 10 years ago
  94. 4d1e9ab Do not hold breakpoint lock when running the verifier by Sebastien Hertz · 10 years ago
  95. 2d5f39e Add ScopedAssertNoThreadSuspension by Mathieu Chartier · 10 years ago
  96. 6995c60 Update JDWP event filtering to avoid useless ids by Sebastien Hertz · 10 years ago
  97. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 10 years ago
  98. b0b0b49 Avoid crash in StringReference.Value JDWP command by Sebastien Hertz · 10 years ago
  99. 97ca64b Merge "Check for errors in ThreadGroupReference JDWP commands" by Sebastien Hertz · 10 years ago
  100. a06430c Check for errors in ThreadGroupReference JDWP commands by Sebastien Hertz · 10 years ago