1. 8c2b929 Add JVMTI DDMS extension method and event. by Alex Light · 7 years ago
  2. df00a1e Prevent abort in situations with recursive checkpoints by Alex Light · 7 years ago
  3. 057f1e4 Use target.linux for all linux kernel based targets by Dan Willemsen · 7 years ago
  4. 3dea212 Revert "Revert "Ensure Proxy frames work with JVMTI stack frame functions"" by Alex Light · 7 years ago
  5. d108d9e Revert "Ensure Proxy frames work with JVMTI stack frame functions" by Vladimir Marko · 7 years ago
  6. a03a9ee Ensure Proxy frames work with JVMTI stack frame functions by Alex Light · 7 years ago
  7. f167135 Merge changes from topic "thread-stop" by Alex Light · 7 years ago
  8. 54d39dc Implement JVMTI can_signal_thread capability. by Alex Light · 7 years ago
  9. 99988f8 Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] by Dan Willemsen · 7 years ago
  10. 0e503b5 Rename libz-host -> libz by Dan Willemsen · 7 years ago
  11. 2ca2780 Run bpfmt by Dan Willemsen · 7 years ago
  12. 9389ae7 Simplify Android.bp files by Dan Willemsen · 7 years ago
  13. 545412b compiler: layout OatMethodQuickCode by profile hotness by Igor Murashkin · 7 years ago
  14. 77fee87 Add support for JVMTI monitor events. by Alex Light · 7 years ago
  15. ec99514 Merge changes from topic "ti-stress slicer" by Treehugger Robot · 7 years ago
  16. ceae954 Move ti-stress to use slicer directly by Alex Light · 7 years ago
  17. ce56864 Add support for JVMTI GetObjectMonitorUsage function. by Alex Light · 7 years ago
  18. 9fb1ab1 Revert "Revert "JVMTI Exception and ExceptionCatch events"" by Alex Light · 7 years ago
  19. 9597424 Revert "JVMTI Exception and ExceptionCatch events" by Nicolas Geoffray · 7 years ago
  20. 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 7 years ago
  21. e814f9d JVMTI NotifyFramePop support by Alex Light · 7 years ago
  22. 88e1ddd Enable JVMTI GetOwnedMonitorInfo and GetOwnedMonitorStackDepthInfo by Alex Light · 7 years ago
  23. 23aa748 Fix issue with RawMonitors around thread suspension. by Alex Light · 7 years ago
  24. 2c30e4a ART: Remove art and art/runtime include_dir directives by Andreas Gampe · 7 years ago
  25. 3157fc2 ART: Move cmdline parser to header library by Andreas Gampe · 7 years ago
  26. 8c399a5 Merge "Fix interaction of VMInit and ThreadStart events." by Treehugger Robot · 7 years ago
  27. 1d8a974 Fix interaction of VMInit and ThreadStart events. by Alex Light · 7 years ago
  28. 3c3911e Add test where aget on potential null array fails verification. by Jeff Hao · 7 years ago
  29. 47d49b8 Tests for JVMTI can_access_local_variables functions by Alex Light · 7 years ago
  30. 092a404 Ensure jvmti agents don't share ThreadLocalStorage by Alex Light · 7 years ago
  31. 5e7eb2f Merge "Add Jvmti Suspend/ResumeThread functions" by Treehugger Robot · 7 years ago
  32. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 8 years ago
  33. a3920a0 Merge changes Id0b98e74,I5d05b171 by Treehugger Robot · 8 years ago
  34. 6d2e76b Merge "Add explicit nativebridge header dependency to art test." by Treehugger Robot · 8 years ago
  35. c7affbd Add explicit nativebridge header dependency to art test. by Steven Moreland · 8 years ago
  36. 8ddfd9f Add support for tracking jvmti allocations by Alex Light · 8 years ago
  37. 4c17428 Add jvmti GetBytecodes function. by Alex Light · 8 years ago
  38. d0d6596 Split up ti-agent/common_helper.cc by Alex Light · 8 years ago
  39. c38c369 Add JVMTI breakpoint and SingleStep tests by Alex Light · 8 years ago
  40. 0d2323e Fix the stack at the beginning of the Generic JNI trampoline. by Roland Levillain · 8 years ago
  41. 6fa7b81 Add GetSourceFile and GetSourceDebugExt JVMTI functions by Alex Light · 8 years ago
  42. 7c95849 Add tests for field access and modify JVMTI callbacks by Alex Light · 8 years ago
  43. d38b67c Merge "ART: Add JIT cache race test" by Treehugger Robot · 8 years ago
  44. b7edcda Add method tracing JVMTI callbacks by Alex Light · 8 years ago
  45. eced692 ART: Add JIT cache race test by Orion Hodson · 8 years ago
  46. 5115efb ART: Fix soong defaults order by Andreas Gampe · 8 years ago
  47. bdbc63b Merge changes If234ff55,I2d83fc46,I5ad78a15 by Treehugger Robot · 8 years ago
  48. 65af20b Agent libraries need to be searched for JNI functions by Alex Light · 8 years ago
  49. 38870a8 Merge "Add descriptor validation to ClassLinker::FindClass()." by Treehugger Robot · 8 years ago
  50. 5fdd778 Add descriptor validation to ClassLinker::FindClass(). by Vladimir Marko · 8 years ago
  51. afcec28 Merge changes from topic 'art_run_test_912_cts_refactor' by Treehugger Robot · 8 years ago
  52. d5f2ccc ART: Refactor run-test 912 (1/3) by Andreas Gampe · 8 years ago
  53. d78ddec Implement can_generate_native_method_bind capability by Alex Light · 8 years ago
  54. 78d6341 Enable some redefinition run-tests in CTS by Alex Light · 8 years ago
  55. d5e1a79 Remove native code from test 944 for CTS by Alex Light · 8 years ago
  56. e0f8ed9 ART: Refactor run-test 913 by Andreas Gampe · 8 years ago
  57. 2e410d2 Remove native printing from test 980 and reliance on print internals by Alex Light · 8 years ago
  58. 8f2c6d4 run-tests with jvmti-stress configuration by Alex Light · 8 years ago
  59. 4665167 ART: More refactor for JVMTI run tests (1/3) by Andreas Gampe · 8 years ago
  60. db01a09 Ensure invoking obsolete methods throws errors. by Alex Light · 8 years ago
  61. 027444b ART: TI Agent test library refactor by Andreas Gampe · 8 years ago
  62. 3f46c96 ART: Refactor JVMTI run tests by Andreas Gampe · 8 years ago
  63. 37aa4c9 Add test to verify dex file passed to agent by Alex Light · 8 years ago
  64. e0abec7 Merge "vixl32: do not use D14 as a temporary." by Nicolas Geoffray · 8 years ago
  65. 13a797b vixl32: do not use D14 as a temporary. by Nicolas Geoffray · 8 years ago
  66. f2f1c9d Revert "Revert "Refactor annotation code for obsolete methods."" by Alex Light · 8 years ago
  67. 65e0775 Revert "Refactor annotation code for obsolete methods." by Nicolas Geoffray · 8 years ago
  68. 875e322 Merge "Refactor annotation code for obsolete methods." by Treehugger Robot · 8 years ago
  69. 672a0b7 Refactor annotation code for obsolete methods. by Alex Light · 8 years ago
  70. 5e03a30 ART: Refactor libopenjdkjvmti by Andreas Gampe · 8 years ago
  71. eee0bd4 Revert^6 "Make class redefinition work with native methods on stack." by Alex Light · 8 years ago
  72. 02b2349 Revert "Revert^4 "Make class redefinition work with native methods on stack."" by Roland Levillain · 8 years ago
  73. 724f77e Revert^4 "Make class redefinition work with native methods on stack." by Alex Light · 8 years ago
  74. 38c20d4 Revert "Revert "Revert "Make class redefinition work with native methods on stack.""" by Alex Light · 8 years ago
  75. 4493f92 Revert "Revert "Make class redefinition work with native methods on stack."" by Alex Light · 8 years ago
  76. 7558d27 Revert "Make class redefinition work with native methods on stack." by Nicolas Geoffray · 8 years ago
  77. 2863f67 Make class redefinition work with native methods on stack. by Alex Light · 8 years ago
  78. 1babae0 Ensure that all redefinition created dex file get on classpath by Alex Light · 8 years ago
  79. cefaa14 ART: Add OnLoad system classloader search support by Andreas Gampe · 8 years ago
  80. 63fcc81 Merge "Add dexoptanalyzer tool" by Calin Juravle · 8 years ago
  81. 72a3289 Temporarily increase heap min and max free by Mathieu Chartier · 8 years ago
  82. 36eb313 Add dexoptanalyzer tool by Calin Juravle · 8 years ago
  83. 67edcfd Merge "ART: Add DataDumpRequest" by Treehugger Robot · 8 years ago
  84. ce97b0c Merge "Add explicit monitor inflation run test." by Hans Boehm · 8 years ago
  85. 6fe97e0 Add explicit monitor inflation run test. by Hans Boehm · 9 years ago
  86. eb0cea1 ART: Add DataDumpRequest by Andreas Gampe · 8 years ago
  87. 732b0ac ART: Add Agent Thread API by Andreas Gampe · 8 years ago
  88. 6f8e4f0 ART: Add JNI API by Andreas Gampe · 8 years ago
  89. d4a2827 Merge "ART: Add Search API" by Treehugger Robot · 8 years ago
  90. ce7732b ART: Add Search API by Andreas Gampe · 8 years ago
  91. d18d9e2 Revert "Revert "ART: Add ThreadGroup API support"" by Andreas Gampe · 8 years ago
  92. 35bcf81 ART: Add three Timer functions by Andreas Gampe · 8 years ago
  93. 87071bf Revert "ART: Add ThreadGroup API support" by Nicolas Geoffray · 8 years ago
  94. 02afcde ART: Add ThreadGroup API support by Andreas Gampe · 8 years ago
  95. af13ab9 ART: Add GetCurrentThread and GetThreadInfo by Andreas Gampe · 8 years ago
  96. 319dbe8 ART: Add raw monitor API by Andreas Gampe · 8 years ago
  97. 1bdaf73 ART: Add system properties support by Andreas Gampe · 8 years ago
  98. 50a4e49 ART: Add GetObjectSize and GetObjectHashCode by Andreas Gampe · 8 years ago
  99. ab2f0d0 ART: Add Field methods by Andreas Gampe · 8 years ago
  100. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 8 years ago