1. c5c5186 Avoid decoding jobject under a kGenericBottomLock by Alex Light · 6 years ago
  2. b7c640d JVMTI Force early return by Alex Light · 6 years ago
  3. 4060786 Revert^2 "Correctly handle thread deopt with thread-specific JVMTI events" by Alex Light · 6 years ago
  4. b2a8964 Revert "Correctly handle thread deopt with thread-specific JVMTI events" by Alex Light · 6 years ago
  5. c8c7e06 Correctly handle thread deopt with thread-specific JVMTI events by Alex Light · 6 years ago
  6. 6683446 Revert^2 "Perform SetEvent under the user_code_suspend_count_lock_" by Alex Light · 6 years ago
  7. 679dec1 Revert^2 "Use RAII for preventing user-code suspensions" by Alex Light · 6 years ago
  8. eaa4831 Revert "Perform SetEvent under the user_code_suspend_count_lock_" by Alex Light · 6 years ago
  9. c723b81 Revert "Use RAII for preventing user-code suspensions" by Alex Light · 6 years ago
  10. 9c8f344 Use RAII for preventing user-code suspensions by Alex Light · 6 years ago
  11. 3fa8b6d Perform SetEvent under the user_code_suspend_count_lock_ by Alex Light · 6 years ago
  12. f52d92f ObjPtr<>-ify Monitor/-Pool. by Vladimir Marko · 6 years ago
  13. 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  14. 939798e Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" by Nicolas Geoffray · 6 years ago
  15. a75e589 Revert^2 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  16. ad344b6 Revert "Remove Global deopt requirement for several jvmti events" by Nicolas Geoffray · 6 years ago
  17. 334630e Remove Global deopt requirement for several jvmti events by Alex Light · 6 years ago
  18. e5d2398 ART: Forward-declare Context by Andreas Gampe · 6 years ago
  19. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  20. 5cc0e75 Emit JVMTI events for LockSupport.park by Charles Munger · 6 years ago
  21. 6e89776 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  22. 99f9733 Remove InvokeVirtualOrInterface event from instrumentation. by David Srbecky · 6 years ago
  23. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  24. d25eb2c Revert^5 "Rewrite JVMTI method tracing to use trampolines" by David Srbecky · 6 years ago
  25. d7da314 Revert^4 "Rewrite JVMTI method tracing to use trampolines" by Alex Light · 6 years ago
  26. bf2ca05 Revert^3 "Rewrite JVMTI method tracing to use trampolines" by David Srbecky · 6 years ago
  27. 460c6ce Revert^2 "Rewrite JVMTI method tracing to use trampolines" by Alex Light · 6 years ago
  28. 8772eb7 Revert "Rewrite JVMTI method tracing to use trampolines" by Alex Light · 6 years ago
  29. 25bf446 Rewrite JVMTI method tracing to use trampolines by Alex Light · 7 years ago
  30. c916736 Ensure proxy methods are reported by instrumentation by Alex Light · 7 years ago
  31. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  32. 318afe6 Remove unneeded ScopedGCCriticalSections from openjdkjvmti. by Alex Light · 7 years ago
  33. f5d5eb1 Remove FramePop trace listener if no outstanding events by Alex Light · 7 years ago
  34. 0e84118 Revert^6 "Prevent UAF issues caused by static destructors" by Alex Light · 7 years ago
  35. 4798222 Revert "Revert^4 "Prevent UAF issues caused by static destructors"" by Nicolas Geoffray · 7 years ago
  36. e9dc524 Revert^4 "Prevent UAF issues caused by static destructors" by Alex Light · 7 years ago
  37. 70f4415 Revert "Revert "Revert "Prevent UAF issues caused by static destructors""" by Orion Hodson · 7 years ago
  38. 6280f87 Revert "Revert "Prevent UAF issues caused by static destructors"" by Alex Light · 7 years ago
  39. 2a96fe8 Change envs_lock_ to a ReaderWriterMutex by Alex Light · 7 years ago
  40. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  41. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  42. c3f35f2 Merge "Ensure that updates to the global event mask are atomic" by Treehugger Robot · 7 years ago
  43. 74c8440 Ensure that updates to the global event mask are atomic by Alex Light · 7 years ago
  44. f6df1b5 Ensure single-step always causes global deopt by Alex Light · 7 years ago
  45. b284f8d Revert "Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe."" by Alex Light · 7 years ago
  46. af93410 Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe." by Alex Light · 7 years ago
  47. e5a2ae3 Make JVMTI DisposeEnvironment and GetEnv thread safe. by Alex Light · 7 years ago
  48. 8c2b929 Add JVMTI DDMS extension method and event. by Alex Light · 7 years ago
  49. 0fa1786 Avoid JVMTI global deoptimization when possible by Alex Light · 7 years ago
  50. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  51. a567deb Check that classes are loaded before updating entrypoints. by Alex Light · 7 years ago
  52. 67246e9 Merge "Cleanup and consolidate JVMTI event code." by Treehugger Robot · 7 years ago
  53. 9df79b7 Cleanup and consolidate JVMTI event code. by Alex Light · 7 years ago
  54. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  55. 72e80c6 Merge changes Ia3f19f0f,I0fe8038e by Treehugger Robot · 7 years ago
  56. 77fee87 Add support for JVMTI monitor events. by Alex Light · 7 years ago
  57. 0a5ec3d Don't deoptimize everything with can_access_local_variables by Alex Light · 7 years ago
  58. 9fb1ab1 Revert "Revert "JVMTI Exception and ExceptionCatch events"" by Alex Light · 7 years ago
  59. 9597424 Revert "JVMTI Exception and ExceptionCatch events" by Nicolas Geoffray · 7 years ago
  60. 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 7 years ago
  61. e814f9d JVMTI NotifyFramePop support by Alex Light · 7 years ago
  62. 6e1607e Rename instrumentation ExceptionCaught to ExceptionThrown by Alex Light · 7 years ago
  63. 06c42a5 ART: Move openjdkjvmti to art/ by Andreas Gampe · 7 years ago[Renamed from runtime/openjdkjvmti/events.cc]
  64. 7f14c2e Merge "tools: art script fix for spuriously creating "{arm,arm64,mips,mips64,x86,x86_64}" directory" by Treehugger Robot · 7 years ago