1. c618f7c Cherrypick Reland^2 "Don't install instrumentation stubs for single thread deopts" by Mythri Alle · 2 years, 6 months ago
  2. 02af736 Fix a couple of places to check for instrumented entry points by Mythri Alle · 2 years, 9 months ago
  3. 3fbd8a7 Check for any forced deopts before restoring instrumentation stack by Mythri Alle · 2 years, 9 months ago
  4. 482cbdd Remove frame_id from InstrumentationStackFrame by Mythri Alle · 2 years, 10 months ago
  5. ab47488 Cleanup Instrumentation::IsActive by Mythri Alle · 3 years ago
  6. c8a694d Reland "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years ago
  7. 27d4f33 Remove unused interpreter_handler_table_ by Mythri Alle · 3 years ago
  8. b0f63c9 Revert "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years ago
  9. 82e525a Use InitializeMethodsCode when we need to reinitialize a method entrypoint. by Nicolas Geoffray · 3 years ago
  10. ba86008 Cleanup enabling / disabling deoptimization support by Mythri Alle · 3 years ago
  11. 854af03 Reland "More entrypoint handling cleanup." by Nicolas Geoffray · 3 years ago
  12. 8cedd8b Revert "More entrypoint handling cleanup." by Nicolas Geoffray · 3 years ago
  13. 67e48ec More entrypoint handling cleanup. by Nicolas Geoffray · 3 years ago
  14. c25a9f9 Reland "Simplify and document entrypoint toggling in instrumentation." by Nicolas Geoffray · 3 years ago
  15. e91532e Reland "Remove Instrumentation::can_use_instrumentation_trampolines_." by Nicolas Geoffray · 3 years, 1 month ago
  16. 2b3cea9 Revert "Remove Instrumentation::can_use_instrumentation_trampolines_." by Nicolas Geoffray · 3 years, 1 month ago
  17. 4ac8cfe Remove Instrumentation::can_use_instrumentation_trampolines_. by Nicolas Geoffray · 3 years, 1 month ago
  18. 677d9ef Revert "Simplify and document entrypoint toggling in instrumentation." by Nicolas Geoffray · 3 years, 1 month ago
  19. 76ec6f6 Simplify and document entrypoint toggling in instrumentation. by Nicolas Geoffray · 3 years, 1 month ago
  20. 519ff8b Revert "Support calling entry / exit hooks from JIT code for non-debuggable" by Mythri Alle · 3 years, 1 month ago
  21. bd95682 Support calling entry / exit hooks from JIT code for non-debuggable by Mythri Alle · 3 years, 2 months ago
  22. 9575c12 Revert^2 "Cleanup the code to determine instrumentation level" by Mythri Alle · 3 years, 2 months ago
  23. cb8f8c1 Revert "Cleanup the code to determine instrumentation level" by Mythri Alle · 3 years, 2 months ago
  24. 21ef5a8 Cleanup the code to determine instrumentation level by Mythri Alle · 3 years, 2 months ago
  25. 5097f83 Revert^2 "Add support for calling entry / exit hooks directly from JIT code"" by Mythri Alle · 3 years, 2 months ago
  26. 18fba4c Remove unused code related to method entry / exit events by Mythri Alle · 3 years, 2 months ago
  27. 72be14e Revert "Add support for calling entry / exit hooks directly from JIT code" by Mythri Alle · 3 years, 2 months ago
  28. 2d4feeb Add support for calling entry / exit hooks directly from JIT code by Mythri Alle · 3 years, 3 months ago
  29. 9cc65df Drop unused arguments for MethodEntered function by Mythri Alle · 3 years, 3 months ago
  30. 4f99071 Modernize typedefs with `using`. by Vladimir Marko · 3 years, 6 months ago
  31. 9974e3c Clean up generated operator<<(os, enum). by Vladimir Marko · 4 years, 7 months ago
  32. e91e795 Replace instrumention id with stack pointers. by Nicolas Geoffray · 5 years ago
  33. 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 5 years ago
  34. 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 5 years ago
  35. c971eaf Basic structural redefinition support by Alex Light · 5 years ago
  36. b7c640d JVMTI Force early return by Alex Light · 6 years ago
  37. 4060786 Revert^2 "Correctly handle thread deopt with thread-specific JVMTI events" by Alex Light · 6 years ago
  38. 19711d4 ObjPtr<>-ify instrumentation. by Vladimir Marko · 6 years ago
  39. 7e56a07 ART: Hide mutex in Instrumentation by Andreas Gampe · 6 years ago
  40. cb4f09e Move some fast invoke checks to CanUseMterp by David Srbecky · 6 years ago
  41. 99f9733 Remove InvokeVirtualOrInterface event from instrumentation. by David Srbecky · 6 years ago
  42. 3e36a9c Move back to jit code on trace removal by Alex Light · 7 years ago
  43. 2c8206f Correctly send MethodExit events from exception handlers by Alex Light · 7 years ago
  44. 2d441b1 Make instrumentation trampoline able to jump to jit code by Alex Light · 7 years ago
  45. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  46. a6e0e7d Special case JIT update for native methods. by Nicolas Geoffray · 7 years ago
  47. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  48. afdab8d Merge "Revert "Revert "Make WatchedFramePop instrumentation event pure-virtual""" by Alex Light · 7 years ago
  49. 05f4774 Revert "Revert "Make WatchedFramePop instrumentation event pure-virtual"" by Alex Light · 7 years ago
  50. 0a5ec3d Don't deoptimize everything with can_access_local_variables by Alex Light · 7 years ago
  51. 82629c9 Merge "Revert^4 "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 7 years ago
  52. 2ee1790 Revert^4 "Allow deoptimization when returning from a runtime method." by Mingyao Yang · 7 years ago
  53. 9fb1ab1 Revert "Revert "JVMTI Exception and ExceptionCatch events"" by Alex Light · 7 years ago
  54. 9597424 Revert "JVMTI Exception and ExceptionCatch events" by Nicolas Geoffray · 7 years ago
  55. b2c8fc6 Revert "Make WatchedFramePop instrumentation event pure-virtual" by Nicolas Geoffray · 7 years ago
  56. a0e0f10 Make WatchedFramePop instrumentation event pure-virtual by Alex Light · 7 years ago
  57. 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 7 years ago
  58. 8ef4b61 Merge "Revert "Revert "Revert "Allow deoptimization when returning from a runtime method."""" by Treehugger Robot · 7 years ago
  59. 07c7028 Revert "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Nicolas Geoffray · 7 years ago
  60. e814f9d JVMTI NotifyFramePop support by Alex Light · 7 years ago
  61. 0b5cb35 Merge "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Mingyao Yang · 7 years ago
  62. 047abb2 Revert "Revert "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 7 years ago
  63. 6e1607e Rename instrumentation ExceptionCaught to ExceptionThrown by Alex Light · 7 years ago
  64. 2b87ae0 Revert "Allow deoptimization when returning from a runtime method." by Vladimir Marko · 7 years ago
  65. edeba10 Allow deoptimization when returning from a runtime method. by Mingyao Yang · 8 years ago
  66. 3ae8253 Ensure thread_list_lock_ is correctly locked by Alex Light · 7 years ago
  67. bebd7bd JVMTI set & get local variables by Alex Light · 7 years ago
  68. b7edcda Add method tracing JVMTI callbacks by Alex Light · 8 years ago
  69. d766158 Handler-ize InstrumentationListener and related code by Alex Light · 8 years ago
  70. 4ba388a Remove Deoptimization code from class transformation. by Alex Light · 8 years ago
  71. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 8 years ago
  72. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 8 years ago
  73. f6abcda Revert "Revert "Revert "Basic obsolete methods support""" by Nicolas Geoffray · 8 years ago
  74. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  75. b81a984 Revert "Basic obsolete methods support" by Alex Light · 8 years ago
  76. d8936da Basic obsolete methods support by Alex Light · 8 years ago
  77. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  78. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  79. f711f2c Partial fragment deoptimization by Mingyao Yang · 9 years ago
  80. 3fd448a Fix an assert during jdwp debugging. by Mingyao Yang · 9 years ago
  81. 1d011d9 Revert "Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"""" by Bill Buzbee · 9 years ago
  82. 961ea9f Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""" by Hiroshi Yamauchi · 9 years ago
  83. 4a8ac9c Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"" by Bill Buzbee · 9 years ago
  84. 6aef867 Revert "ART: Improve JitProfile perf in arm/arm64 mterp" by Calin Juravle · 9 years ago
  85. c1d6b34 ART: Improve JitProfile perf in arm/arm64 mterp by buzbee · 9 years ago
  86. 50e9331 Fix race in AllocEntrypointsInstrumented by Mathieu Chartier · 9 years ago
  87. eebc3af Fix allocation tracking race by Mathieu Chartier · 9 years ago
  88. 6ea1a0e AOT compile framework code as non-debuggable by Mingyao Yang · 9 years ago
  89. fd522f9 Revert "Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"""" by Bill Buzbee · 9 years ago
  90. 5d03317 Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""" by Nicolas Geoffray · 9 years ago
  91. 9687f24 Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"" by Bill Buzbee · 9 years ago
  92. 95717f0 Revert "ART: Enable Jit Profiling in Mterp for arm/arm64" by Nicolas Geoffray · 9 years ago
  93. a0a1610 ART: Enable Jit Profiling in Mterp for arm/arm64 by buzbee · 9 years ago
  94. 81f0f95 Move backward branch instrumentation to all branch. by Nicolas Geoffray · 9 years ago
  95. 3fdb3fe Don't allow thread suspension in ProfilingInfo::Create by Mathieu Chartier · 9 years ago
  96. 1452bee Fast Art interpreter by buzbee · 10 years ago
  97. 514a616 Fix broken handling of instrumentation lists. by Nicolas Geoffray · 9 years ago
  98. b2feaaf Revert "Revert "Fix instrumentation frame check with inlining"" by Sebastien Hertz · 9 years ago
  99. e3e2fe5 Revert "Fix instrumentation frame check with inlining" by Nicolas Geoffray · 9 years ago
  100. 3079e28 Fix instrumentation frame check with inlining by Sebastien Hertz · 9 years ago