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