1. 092a404 Ensure jvmti agents don't share ThreadLocalStorage by Alex Light · 7 years ago
  2. 5e7eb2f Merge "Add Jvmti Suspend/ResumeThread functions" by Treehugger Robot · 7 years ago
  3. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 7 years ago
  4. a3920a0 Merge changes Id0b98e74,I5d05b171 by Treehugger Robot · 7 years ago
  5. 6d2e76b Merge "Add explicit nativebridge header dependency to art test." by Treehugger Robot · 7 years ago
  6. c7affbd Add explicit nativebridge header dependency to art test. by Steven Moreland · 7 years ago
  7. 8ddfd9f Add support for tracking jvmti allocations by Alex Light · 7 years ago
  8. 4c17428 Add jvmti GetBytecodes function. by Alex Light · 7 years ago
  9. d0d6596 Split up ti-agent/common_helper.cc by Alex Light · 7 years ago
  10. c38c369 Add JVMTI breakpoint and SingleStep tests by Alex Light · 7 years ago
  11. 0d2323e Fix the stack at the beginning of the Generic JNI trampoline. by Roland Levillain · 7 years ago
  12. 6fa7b81 Add GetSourceFile and GetSourceDebugExt JVMTI functions by Alex Light · 7 years ago
  13. 7c95849 Add tests for field access and modify JVMTI callbacks by Alex Light · 7 years ago
  14. d38b67c Merge "ART: Add JIT cache race test" by Treehugger Robot · 7 years ago
  15. b7edcda Add method tracing JVMTI callbacks by Alex Light · 7 years ago
  16. eced692 ART: Add JIT cache race test by Orion Hodson · 7 years ago
  17. 5115efb ART: Fix soong defaults order by Andreas Gampe · 7 years ago
  18. bdbc63b Merge changes If234ff55,I2d83fc46,I5ad78a15 by Treehugger Robot · 7 years ago
  19. 65af20b Agent libraries need to be searched for JNI functions by Alex Light · 7 years ago
  20. 38870a8 Merge "Add descriptor validation to ClassLinker::FindClass()." by Treehugger Robot · 7 years ago
  21. 5fdd778 Add descriptor validation to ClassLinker::FindClass(). by Vladimir Marko · 7 years ago
  22. afcec28 Merge changes from topic 'art_run_test_912_cts_refactor' by Treehugger Robot · 7 years ago
  23. d5f2ccc ART: Refactor run-test 912 (1/3) by Andreas Gampe · 7 years ago
  24. d78ddec Implement can_generate_native_method_bind capability by Alex Light · 7 years ago
  25. 78d6341 Enable some redefinition run-tests in CTS by Alex Light · 7 years ago
  26. d5e1a79 Remove native code from test 944 for CTS by Alex Light · 7 years ago
  27. e0f8ed9 ART: Refactor run-test 913 by Andreas Gampe · 7 years ago
  28. 2e410d2 Remove native printing from test 980 and reliance on print internals by Alex Light · 7 years ago
  29. 8f2c6d4 run-tests with jvmti-stress configuration by Alex Light · 7 years ago
  30. 4665167 ART: More refactor for JVMTI run tests (1/3) by Andreas Gampe · 7 years ago
  31. db01a09 Ensure invoking obsolete methods throws errors. by Alex Light · 7 years ago
  32. 027444b ART: TI Agent test library refactor by Andreas Gampe · 7 years ago
  33. 3f46c96 ART: Refactor JVMTI run tests by Andreas Gampe · 7 years ago
  34. 37aa4c9 Add test to verify dex file passed to agent by Alex Light · 7 years ago
  35. e0abec7 Merge "vixl32: do not use D14 as a temporary." by Nicolas Geoffray · 7 years ago
  36. 13a797b vixl32: do not use D14 as a temporary. by Nicolas Geoffray · 7 years ago
  37. f2f1c9d Revert "Revert "Refactor annotation code for obsolete methods."" by Alex Light · 7 years ago
  38. 65e0775 Revert "Refactor annotation code for obsolete methods." by Nicolas Geoffray · 7 years ago
  39. 875e322 Merge "Refactor annotation code for obsolete methods." by Treehugger Robot · 7 years ago
  40. 672a0b7 Refactor annotation code for obsolete methods. by Alex Light · 7 years ago
  41. 5e03a30 ART: Refactor libopenjdkjvmti by Andreas Gampe · 7 years ago
  42. eee0bd4 Revert^6 "Make class redefinition work with native methods on stack." by Alex Light · 7 years ago
  43. 02b2349 Revert "Revert^4 "Make class redefinition work with native methods on stack."" by Roland Levillain · 7 years ago
  44. 724f77e Revert^4 "Make class redefinition work with native methods on stack." by Alex Light · 7 years ago
  45. 38c20d4 Revert "Revert "Revert "Make class redefinition work with native methods on stack.""" by Alex Light · 7 years ago
  46. 4493f92 Revert "Revert "Make class redefinition work with native methods on stack."" by Alex Light · 7 years ago
  47. 7558d27 Revert "Make class redefinition work with native methods on stack." by Nicolas Geoffray · 7 years ago
  48. 2863f67 Make class redefinition work with native methods on stack. by Alex Light · 7 years ago
  49. 1babae0 Ensure that all redefinition created dex file get on classpath by Alex Light · 7 years ago
  50. cefaa14 ART: Add OnLoad system classloader search support by Andreas Gampe · 8 years ago
  51. 63fcc81 Merge "Add dexoptanalyzer tool" by Calin Juravle · 8 years ago
  52. 72a3289 Temporarily increase heap min and max free by Mathieu Chartier · 8 years ago
  53. 36eb313 Add dexoptanalyzer tool by Calin Juravle · 8 years ago
  54. 67edcfd Merge "ART: Add DataDumpRequest" by Treehugger Robot · 8 years ago
  55. ce97b0c Merge "Add explicit monitor inflation run test." by Hans Boehm · 8 years ago
  56. 6fe97e0 Add explicit monitor inflation run test. by Hans Boehm · 8 years ago
  57. eb0cea1 ART: Add DataDumpRequest by Andreas Gampe · 8 years ago
  58. 732b0ac ART: Add Agent Thread API by Andreas Gampe · 8 years ago
  59. 6f8e4f0 ART: Add JNI API by Andreas Gampe · 8 years ago
  60. d4a2827 Merge "ART: Add Search API" by Treehugger Robot · 8 years ago
  61. ce7732b ART: Add Search API by Andreas Gampe · 8 years ago
  62. d18d9e2 Revert "Revert "ART: Add ThreadGroup API support"" by Andreas Gampe · 8 years ago
  63. 35bcf81 ART: Add three Timer functions by Andreas Gampe · 8 years ago
  64. 87071bf Revert "ART: Add ThreadGroup API support" by Nicolas Geoffray · 8 years ago
  65. 02afcde ART: Add ThreadGroup API support by Andreas Gampe · 8 years ago
  66. af13ab9 ART: Add GetCurrentThread and GetThreadInfo by Andreas Gampe · 8 years ago
  67. 319dbe8 ART: Add raw monitor API by Andreas Gampe · 8 years ago
  68. 1bdaf73 ART: Add system properties support by Andreas Gampe · 8 years ago
  69. 50a4e49 ART: Add GetObjectSize and GetObjectHashCode by Andreas Gampe · 8 years ago
  70. ab2f0d0 ART: Add Field methods by Andreas Gampe · 8 years ago
  71. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 8 years ago
  72. f6abcda Revert "Revert "Revert "Basic obsolete methods support""" by Nicolas Geoffray · 8 years ago
  73. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  74. b81a984 Revert "Basic obsolete methods support" by Alex Light · 8 years ago
  75. d8936da Basic obsolete methods support by Alex Light · 8 years ago
  76. c5798bf Revert^8 "Make sure that const-class linkage is preserved." by Vladimir Marko · 8 years ago
  77. 1e07ca6 Cleanup of redefinition testing by Alex Light · 8 years ago
  78. 2c8c6b6 Revert "Make sure that const-class linkage is preserved, try again." by Vladimir Marko · 8 years ago
  79. cb5ab35 Make sure that const-class linkage is preserved, try again. by Vladimir Marko · 8 years ago
  80. 171cf81 Revert "Revert "Revert "Revert "Revert "Make sure that const-class linkage is preserved.""""" by Vladimir Marko · 8 years ago
  81. e47172b Revert "Revert "Revert "Revert "Make sure that const-class linkage is preserved."""" by Vladimir Marko · 8 years ago
  82. 09ded92 Revert "Revert "Revert "Make sure that const-class linkage is preserved.""" by Vladimir Marko · 8 years ago
  83. 25dcbad Revert "Revert "Make sure that const-class linkage is preserved."" by Vladimir Marko · 8 years ago
  84. ecffc67 Revert "Make sure that const-class linkage is preserved." by Vladimir Marko · 8 years ago
  85. 19886db Make sure that const-class linkage is preserved. by Vladimir Marko · 8 years ago
  86. 6e3dd3e ART: Remove ti library dependency for ti tests by Andreas Gampe · 8 years ago
  87. 8da6d03 ART: Add forced garbage collection by Andreas Gampe · 8 years ago
  88. e492ae3 ART: Add GetClassSignature by Andreas Gampe · 8 years ago
  89. b5eb94a ART: Add GetStackTrace support by Andreas Gampe · 8 years ago
  90. 3c252f0 ART: Add method name support to TI by Andreas Gampe · 8 years ago
  91. eb84221 Enable agent attaching during live phase by Leonard Mosescu · 8 years ago
  92. 9b8c588 ART: Add GC callbacks by Andreas Gampe · 8 years ago
  93. f0af906 Add missing shared library by Colin Cross · 8 years ago
  94. aa8b60c ART: Add GetLoadedClasses support by Andreas Gampe · 8 years ago
  95. e54d992 ART: Add heap iteration callback by Andreas Gampe · 8 years ago
  96. cc13b22 ART: Add object reclaim support by Andreas Gampe · 8 years ago
  97. 27fa96c ART: Add allocation callback by Andreas Gampe · 8 years ago
  98. 6dee92e ART: Support object tagging by Andreas Gampe · 8 years ago
  99. 9642b1b Remove dependency on libcutils by Dimitry Ivanov · 8 years ago
  100. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago