1. b4e6507 Refactor test 1953, 1954, 1955, & 1956 somewhat by Alex Light · 5 years ago
  2. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  3. 93d9e07 Change ART FindClass method name to GetClass by Jesse Schettler · 6 years ago
  4. 7cac35f Change FATAL message to WARNING message in FindClass by Jesse Schettler · 6 years ago
  5. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  6. e383d23 ART: Mask garbage-memory warnings by Andreas Gampe · 6 years ago
  7. 9e7859c Prevent deadlock calling transformation functions in ClassLoad callback. by Alex Light · 6 years ago
  8. 8fd0856 Refactor test 983 to prepare for inclusion in CTS by Alex Light · 6 years ago
  9. 8c0961f Move missed files to libdexfile by David Sehr · 7 years ago
  10. 4ae4e7e Fix Concurrency issues in test 1941 by Alex Light · 7 years ago
  11. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  12. 2743d75 Fix races in trace_helper.cc by Alex Light · 7 years ago
  13. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  14. f167135 Merge changes from topic "thread-stop" by Alex Light · 7 years ago
  15. 54d39dc Implement JVMTI can_signal_thread capability. by Alex Light · 7 years ago
  16. df13240 Send ThreadEnd after clearing ThreadGroup. by Alex Light · 7 years ago
  17. 41006c6 Implement JVMTI GetCurrentContendedMonitor by Alex Light · 7 years ago
  18. 77fee87 Add support for JVMTI monitor events. by Alex Light · 7 years ago
  19. ce56864 Add support for JVMTI GetObjectMonitorUsage function. by Alex Light · 7 years ago
  20. 9fb1ab1 Revert "Revert "JVMTI Exception and ExceptionCatch events"" by Alex Light · 7 years ago
  21. 9597424 Revert "JVMTI Exception and ExceptionCatch events" by Nicolas Geoffray · 7 years ago
  22. 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 7 years ago
  23. e814f9d JVMTI NotifyFramePop support by Alex Light · 7 years ago
  24. 5555dd1 ART: Fix inefficent find/rfind by Andreas Gampe · 7 years ago
  25. 1d8a974 Fix interaction of VMInit and ThreadStart events. by Alex Light · 7 years ago
  26. adce6a0 Fix method tracing tests on RI by Alex Light · 7 years ago
  27. b566fed Enable the can_maintain_original_method_order capability by Alex Light · 7 years ago
  28. 47d49b8 Tests for JVMTI can_access_local_variables functions by Alex Light · 7 years ago
  29. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  30. 3d324fd Freeze capabilities JVMTI tests request by default. by Alex Light · 7 years ago
  31. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 7 years ago
  32. d0d6596 Split up ti-agent/common_helper.cc by Alex Light · 7 years ago
  33. c38c369 Add JVMTI breakpoint and SingleStep tests by Alex Light · 7 years ago
  34. 7c95849 Add tests for field access and modify JVMTI callbacks by Alex Light · 7 years ago
  35. b7edcda Add method tracing JVMTI callbacks by Alex Light · 7 years ago
  36. 21b0c29 Remove unneeded shims and jni binding code by Alex Light · 7 years ago
  37. 4e5c73e Use WARN_UNUSED consistently in ART. by Roland Levillain · 7 years ago
  38. 78d6341 Enable some redefinition run-tests in CTS by Alex Light · 7 years ago
  39. 3ccf980 Use standard loading code in many tests by Alex Light · 7 years ago
  40. 4eec3c5 More refactor for JVMTI redefinition run tests (1/3) by Alex Light · 7 years ago
  41. 7a4873e ART: Expose jni_binder's FindClass by Andreas Gampe · 7 years ago
  42. 4665167 ART: More refactor for JVMTI run tests (1/3) by Andreas Gampe · 7 years ago
  43. 027444b ART: TI Agent test library refactor by Andreas Gampe · 7 years ago
  44. 3f46c96 ART: Refactor JVMTI run tests by Andreas Gampe · 7 years ago
  45. 37aa4c9 Add test to verify dex file passed to agent by Alex Light · 7 years ago
  46. 5127178 Ensure 'modified' field of ArtClassDefinition is always initialized. by Alex Light · 7 years ago
  47. 2f814aa Revert "Revert "Make original dex file be more deduplicated"" by Alex Light · 7 years ago
  48. a7c04c4 Revert "Make original dex file be more deduplicated" by Nicolas Geoffray · 7 years ago
  49. 9556cb2 Make original dex file be more deduplicated by Alex Light · 7 years ago
  50. f2f1c9d Revert "Revert "Refactor annotation code for obsolete methods."" by Alex Light · 7 years ago
  51. 65e0775 Revert "Refactor annotation code for obsolete methods." by Nicolas Geoffray · 7 years ago
  52. 875e322 Merge "Refactor annotation code for obsolete methods." by Treehugger Robot · 7 years ago
  53. 672a0b7 Refactor annotation code for obsolete methods. by Alex Light · 7 years ago
  54. 5e03a30 ART: Refactor libopenjdkjvmti by Andreas Gampe · 7 years ago
  55. eee0bd4 Revert^6 "Make class redefinition work with native methods on stack." by Alex Light · 7 years ago
  56. 02b2349 Revert "Revert^4 "Make class redefinition work with native methods on stack."" by Roland Levillain · 7 years ago
  57. 724f77e Revert^4 "Make class redefinition work with native methods on stack." by Alex Light · 7 years ago
  58. 38c20d4 Revert "Revert "Revert "Make class redefinition work with native methods on stack.""" by Alex Light · 7 years ago
  59. 4493f92 Revert "Revert "Make class redefinition work with native methods on stack."" by Alex Light · 7 years ago
  60. 7558d27 Revert "Make class redefinition work with native methods on stack." by Nicolas Geoffray · 7 years ago
  61. 2863f67 Make class redefinition work with native methods on stack. by Alex Light · 7 years ago
  62. 1babae0 Ensure that all redefinition created dex file get on classpath by Alex Light · 7 years ago
  63. 406402b Merge "Fix creating self-recursive obsolete methods." by Treehugger Robot · 7 years ago
  64. 1ebe4fe Fix creating self-recursive obsolete methods. by Alex Light · 7 years ago
  65. e41cad6 Fix flaky jit-gcstress tests 93{4,5,8}. by Alex Light · 7 years ago
  66. 7916f20 Enable redefining Bootclasspath classes by Alex Light · 8 years ago
  67. cefaa14 ART: Add OnLoad system classloader search support by Andreas Gampe · 8 years ago
  68. 2802712 Pass the correct name to ClassFileLoadHook by Alex Light · 8 years ago
  69. 4ff96f6 Merge "Add capability checks to all functions." by Treehugger Robot · 8 years ago
  70. b6ced0a Merge "Make jvmti tests runnable on the RI again." by Treehugger Robot · 8 years ago
  71. 9db679d Add capability checks to all functions. by Alex Light · 8 years ago
  72. 888a59e Make jvmti tests runnable on the RI again. by Alex Light · 8 years ago
  73. 440b5d9 Implement class-pre-define time redefinition. by Alex Light · 8 years ago
  74. 9623ca6 ART: Re-enable TI tests for target by Andreas Gampe · 8 years ago
  75. 53ae780 ART: Refactor TI tests by Andreas Gampe · 8 years ago
  76. a7e38d8 Use original dex file for retransformation. by Alex Light · 8 years ago
  77. 6ac5750 Revert "Revert "Implement RetransformClasses"" by Alex Light · 8 years ago
  78. 52a2db5 Revert "Implement RetransformClasses" by Alex Light · 8 years ago
  79. a6c5e97 Implement RetransformClasses by Alex Light · 8 years ago
  80. 0e69273 Implement RedefineClasses, also redefine multiple classes atomically. by Alex Light · 8 years ago
  81. a8883a0 ART: Simplify 9xx OnLoad setup by Andreas Gampe · 8 years ago
  82. 319dbe8 ART: Add raw monitor API by Andreas Gampe · 8 years ago
  83. 1bdaf73 ART: Add system properties support by Andreas Gampe · 8 years ago
  84. 460d1b4 Revert "Revert "Add basic checks for redefinition."" by Alex Light · 8 years ago
  85. f9d41c1 Revert "Add basic checks for redefinition." by Nicolas Geoffray · 8 years ago
  86. 10f02fb Add basic checks for redefinition. by Alex Light · 8 years ago
  87. 50a4e49 ART: Add GetObjectSize and GetObjectHashCode by Andreas Gampe · 8 years ago
  88. 32a2fba Revert "Revert "Create test for field access in obsolete methods."" by Alex Light · 8 years ago
  89. ab2f0d0 ART: Add Field methods by Andreas Gampe · 8 years ago
  90. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 8 years ago
  91. f6abcda Revert "Revert "Revert "Basic obsolete methods support""" by Nicolas Geoffray · 8 years ago
  92. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  93. 200b9d7 Allow redefined methods/classes to access fields by Alex Light · 8 years ago
  94. b81a984 Revert "Basic obsolete methods support" by Alex Light · 8 years ago
  95. d8936da Basic obsolete methods support by Alex Light · 8 years ago
  96. 1e07ca6 Cleanup of redefinition testing by Alex Light · 8 years ago
  97. e657424 Add capabilities for jvmti. by Alex Light · 8 years ago
  98. 336c3c3 ART: Refactor some TI test code for reuse by Andreas Gampe · 8 years ago
  99. 8da6d03 ART: Add forced garbage collection by Andreas Gampe · 8 years ago
  100. e492ae3 ART: Add GetClassSignature by Andreas Gampe · 8 years ago