1. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  2. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  3. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  4. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  5. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 9 years ago
  6. 5988547 Class.forName(..., ..., null) fixes by Brian Carlstrom · 9 years ago
  7. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  8. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  9. ba32de4 Fix issue with Thread.setName hanging after Thread.start by Brian Carlstrom · 10 years ago
  10. 0d334ce ART: Fix another potential N-th visitor issue by Andreas Gampe · 10 years ago
  11. 718ac65 ART: Tolerate shallow call stack in VMStack_getCallingClassLoader by Andreas Gampe · 10 years ago
  12. f3d874c Avoid race in single thread suspension. by Ian Rogers · 10 years ago
  13. ee1d79a Cleanup transaction support by Sebastien Hertz · 10 years ago
  14. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  15. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  16. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  17. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  18. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  19. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/native/dalvik_system_VMStack.cc]
  20. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  21. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  22. 7a22fa6 Refactor StackVisitor to take a Thread*. by Ian Rogers · 11 years ago
  23. f327e07 Implement ObjectReference.MonitorInfo. by Elliott Hughes · 12 years ago
  24. 306057f Support for deoptimization needed for debugging. by Ian Rogers · 12 years ago
  25. cfaa455 Turn the thread peer_ into a Object*. by Ian Rogers · 12 years ago
  26. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago
  27. dbe6f46 Change Thread::peer_ to be a jobject instead of an Object* by Mathieu Chartier · 12 years ago
  28. 15bf2d3 Use bionic's dlmalloc 2.8.5. by Ian Rogers · 12 years ago
  29. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  30. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 12 years ago
  31. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  32. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  33. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago
  34. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 12 years ago[Renamed from src/dalvik_system_VMStack.cc]
  35. 3f9137d Fix NPE message in LLVM. by TDYa127 · 12 years ago
  36. 6a14433 Switch to Thread::WalkStack rather than manual Frame::Next. by Elliott Hughes · 12 years ago
  37. ee0d3fb LLVM doesn't use Frame. by TDYa127 · 12 years ago
  38. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 12 years ago
  39. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 12 years ago
  40. 530fa00 Give WalkStack's callback a way to terminate early. by Elliott Hughes · 12 years ago
  41. 5cb71bb Fix VMStack_getClosestUserClassLoader by Brian Carlstrom · 12 years ago
  42. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  43. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 12 years ago
  44. 3c92a18 Fix VMStack::getClosestUserClassLoader to ignore NULL by Ian Rogers · 12 years ago
  45. 1bba14f Implement getting of 64-bit locals (double, long). by Elliott Hughes · 13 years ago
  46. bbd9d83 Fix at least two deadlocks. by Elliott Hughes · 13 years ago
  47. bfe487b Makes objects known to the debugger GC roots, implements the THST message, and lets DDMS request stack traces. by Elliott Hughes · 13 years ago
  48. 6bbe8b0 Implement VMStack.getClosestUserClassLoader for art. by Elliott Hughes · 13 years ago
  49. 01158d7 Implement most of VMStack and some of Zygote. by Elliott Hughes · 13 years ago
  50. 8daa092 More threads work. by Elliott Hughes · 13 years ago