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