1. 41d9d20 art: JVMTI unhiding API cleanup by Anestis Bechtsoudis · 6 years ago
  2. e5afbf3 Refactor DecodeDebugLocalInfo by Mathieu Chartier · 6 years ago
  3. 3e2e123 Refactor debug info position visiting by Mathieu Chartier · 6 years ago
  4. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  5. 125a3a4 Merge changes I207718d6,I700ef52e by Andreas Gampe · 6 years ago
  6. 22e7b7d Merge changes If64a9720,I31c3b54c by Alex Light · 6 years ago
  7. bbbcb53 Implement IterateOverInstances JVMTI function by Alex Light · 6 years ago
  8. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  9. 6cc23ac ART: Add API level to verifier by Andreas Gampe · 6 years ago
  10. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  11. 88cf462 Merge "Remove unnecessary indirection from MemMap." by Vladimir Marko · 6 years ago
  12. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  13. 03cca37 Fix unhiding API in JVMTI redefine run-tests by David Brazdil · 6 years ago
  14. 017d63c Merge "Pause GC during deoptimization work" by Alex Light · 6 years ago
  15. 3b8aa77 Pause GC during deoptimization work by Alex Light · 6 years ago
  16. d606514 Remove copy and leak of dex data. by Alex Light · 6 years ago
  17. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  18. c98f83e Add raw_monitor_enter_no_suspend extension by Alex Light · 6 years ago
  19. 4ac9ade Move dexdump, dexlist, openjdkjvmti to ClassAccessor by Mathieu Chartier · 6 years ago
  20. b07dcdb Merge changes I87f2999f,I8af0e845 by Vladimir Marko · 6 years ago
  21. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 6 years ago
  22. d25eb2c Revert^5 "Rewrite JVMTI method tracing to use trampolines" by David Srbecky · 6 years ago
  23. d7da314 Revert^4 "Rewrite JVMTI method tracing to use trampolines" by Alex Light · 6 years ago
  24. bf2ca05 Revert^3 "Rewrite JVMTI method tracing to use trampolines" by David Srbecky · 6 years ago
  25. 460c6ce Revert^2 "Rewrite JVMTI method tracing to use trampolines" by Alex Light · 6 years ago
  26. 5357067 Allow threads to be marked as unsuspendable by kForUserCode by Alex Light · 6 years ago
  27. 184f075 Rewrite thread CustomTLS to support keyed TLS entries by Alex Light · 6 years ago
  28. dca6840 Merge "Revert "Rewrite JVMTI method tracing to use trampolines"" by Alex Light · 6 years ago
  29. 8772eb7 Revert "Rewrite JVMTI method tracing to use trampolines" by Alex Light · 6 years ago
  30. 848f0d9 Merge "Make Get/SetLocalVariables not pause jit." by Alex Light · 6 years ago
  31. 4ac605e Make Get/SetLocalVariables not pause jit. by Alex Light · 6 years ago
  32. 25bf446 Rewrite JVMTI method tracing to use trampolines by Alex Light · 6 years ago
  33. c916736 Ensure proxy methods are reported by instrumentation by Alex Light · 6 years ago
  34. 8e6f86c Ensure HandleChunk actually moves into native state by Alex Light · 6 years ago
  35. 1f1cb9f Revert "Revert "Move runtime/ to ClassAccessor"" by Mathieu Chartier · 6 years ago
  36. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 6 years ago
  37. acb906d Remove mirror::String::java_lang_String_. by Vladimir Marko · 6 years ago
  38. 5924a4a Move String::SizeOf<> to string.h . by Vladimir Marko · 6 years ago
  39. 6baa1c9 ART: Ensure correct thread state for stack trace collection by Andreas Gampe · 6 years ago
  40. 6834d34 Remove mirror::Reference::java_lang_ref_Reference. by Vladimir Marko · 6 years ago
  41. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 6 years ago
  42. 1f01016 Move ArtDexFileLoader to libdexfile by David Sehr · 6 years ago
  43. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 6 years ago
  44. 1979c64 Clean up include paths by David Sehr · 6 years ago
  45. 60fbefc Move jit startup attempt to openjdkjvmti from adbconnection by Alex Light · 6 years ago
  46. 74b9994 Merge "Move profile dependent modules to libartbase" by Treehugger Robot · 6 years ago
  47. 79e2607 Move profile dependent modules to libartbase by David Sehr · 7 years ago
  48. dc83dea Merge "Prevent deadlock calling transformation functions in ClassLoad callback." by Alex Light · 6 years ago
  49. 9e7859c Prevent deadlock calling transformation functions in ClassLoad callback. by Alex Light · 7 years ago
  50. f285863 Revert^6 "Ensure that OSR still is possible with jvmti" by Alex Light · 7 years ago
  51. f807153 Revert^5 "Ensure that OSR still is possible with jvmti" by Alex Light · 7 years ago
  52. 23be146 Revert^4 "Ensure that OSR still is possible with jvmti" by Alex Light · 7 years ago
  53. ce2836a Revert^3 "Ensure that OSR still is possible with jvmti" by Alex Light · 7 years ago
  54. 94e3dd7 Revert "Revert "Ensure that OSR still is possible with jvmti"" by Alex Light · 7 years ago
  55. 64789f5 Merge "Ensure that we don't suspend during GetOwnedMonitorInfoCommon" by Alex Light · 7 years ago
  56. 4f3d1cf Revert "Ensure that OSR still is possible with jvmti" by Nicolas Geoffray · 7 years ago
  57. a5cd4c0 Ensure that we don't suspend during GetOwnedMonitorInfoCommon by Alex Light · 7 years ago
  58. b9ad26d Ensure that OSR still is possible with jvmti by Alex Light · 7 years ago
  59. 8e1a7cb Revert "Revert "Allow hidden API access from system libraries"" by David Brazdil · 7 years ago
  60. e153e71 Merge "Remove unneeded ScopedGCCriticalSections from openjdkjvmti." by Treehugger Robot · 7 years ago
  61. 318afe6 Remove unneeded ScopedGCCriticalSections from openjdkjvmti. by Alex Light · 7 years ago
  62. 42db204 Merge "Fix incorrect null checks in 2 JVMTI functions" by Treehugger Robot · 7 years ago
  63. 19a7d4f Fix incorrect null checks in 2 JVMTI functions by Alex Light · 7 years ago
  64. fde0562 Merge "Remove FramePop trace listener if no outstanding events" by Alex Light · 7 years ago
  65. f5d5eb1 Remove FramePop trace listener if no outstanding events by Alex Light · 7 years ago
  66. 046f256 Merge "Ensure when NotifyMethodRedefined is called the ArtMethod is valid" by Treehugger Robot · 7 years ago
  67. 035105f Ensure when NotifyMethodRedefined is called the ArtMethod is valid by Alex Light · 7 years ago
  68. 3ef920e Merge "Move most of runtime/base to libartbase/base" by David Sehr · 7 years ago
  69. 5776a5f Merge "ART: Refactor known-classloader visits" by Treehugger Robot · 7 years ago
  70. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  71. 8b2f3ac Avoid verifying output dex for dexlayout in FixedUpDexFile::Create by Mathieu Chartier · 7 years ago
  72. b8e7c37 ART: Refactor known-classloader visits by Andreas Gampe · 7 years ago
  73. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  74. af29031 Small documentation and stylistic changes. by Roland Levillain · 7 years ago
  75. 1613cd1 Merge "Ensure redefinition does not break breakpoint deoptimization" by Treehugger Robot · 7 years ago
  76. 5b36288 Merge "Remove generate-operator-out.py symlinks" by Treehugger Robot · 7 years ago
  77. e34fe44 Ensure redefinition does not break breakpoint deoptimization by Alex Light · 7 years ago
  78. fee188b Merge "ART: Compile libctstiagent with the NDK" by Treehugger Robot · 7 years ago
  79. b69d2d3 Remove generate-operator-out.py symlinks by Alex Light · 7 years ago
  80. c758875 Add get_class_loader_class_descriptors JVMTI extension method by Alex Light · 7 years ago
  81. cb5125d ART: Compile libctstiagent with the NDK by Andreas Gampe · 7 years ago
  82. c88a008 Ensure that apis are unhidden even if there is no vdex by Alex Light · 7 years ago
  83. fcbe15c Build debug library libdexfiled by David Sehr · 7 years ago
  84. 7c16fea Merge "Revert^6 "Prevent UAF issues caused by static destructors"" by Alex Light · 7 years ago
  85. 12ee56b Fix incorrect condition in TransformationFaultHandler by Alex Light · 7 years ago
  86. 0e84118 Revert^6 "Prevent UAF issues caused by static destructors" by Alex Light · 7 years ago
  87. 4798222 Revert "Revert^4 "Prevent UAF issues caused by static destructors"" by Nicolas Geoffray · 7 years ago
  88. e9dc524 Revert^4 "Prevent UAF issues caused by static destructors" by Alex Light · 7 years ago
  89. ef01222 Fix typos. by Roland Levillain · 7 years ago
  90. 05f90d1 Avoid generating cdex for dex files with duplicate methods by Mathieu Chartier · 7 years ago
  91. 6a94cec Revert "Prevent UAF issues caused by static destructors" by Nicolas Geoffray · 7 years ago
  92. 7d522a4 Merge "Prevent UAF issues caused by static destructors" by Alex Light · 7 years ago
  93. 123aeb7 Prevent UAF issues caused by static destructors by Alex Light · 7 years ago
  94. fe2a39d Revert "Temporarily disable lazy class-file-load-hook" by Alex Light · 7 years ago
  95. 685629d Merge "Temporarily disable lazy class-file-load-hook" by Treehugger Robot · 7 years ago
  96. 3797770 Temporarily disable lazy class-file-load-hook by Alex Light · 7 years ago
  97. a927295 Merge changes I39354837,Id8e47f45 by Alex Light · 7 years ago
  98. ca97ada Change ClassFileLoadHook to lazily compute dex file by Alex Light · 7 years ago
  99. 2e40c1c Remove unneeded mutator_lock_ requires from fixed_up_dex_file by Alex Light · 7 years ago
  100. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago