1. c5c5186 Avoid decoding jobject under a kGenericBottomLock by Alex Light · 5 years ago
  2. b7c640d JVMTI Force early return by Alex Light · 6 years ago
  3. 3068d58 Clean up creating handles from `this`. by Vladimir Marko · 5 years ago
  4. bee2894 FdFile needs close even without any valid FD by Alex Light · 5 years ago
  5. e2ddce3 Revert^2 "Add verifier fallback for JVMTI Get/SetLocalVariable" by Alex Light · 5 years ago
  6. 6045bc2 Fix incorrect register-number range check. by Alex Light · 5 years ago
  7. 99cbfb5 Revert "Add verifier fallback for JVMTI Get/SetLocalVariable" by David Srbecky · 5 years ago
  8. e48fd0b Add verifier fallback for JVMTI Get/SetLocalVariable by Alex Light · 5 years ago
  9. 639e73b Revert^2 "Add AddToDexClassloader JVMTI extension functions" by Alex Light · 6 years ago
  10. 799e536 Revert "Add AddToDexClassloader JVMTI extension functions" by Alex Light · 6 years ago
  11. 92ed90c Add AddToDexClassloader JVMTI extension functions by Alex Light · 6 years ago
  12. eab0248 Clean up after obsolete methods update fix. by Vladimir Marko · 6 years ago
  13. 4060786 Revert^2 "Correctly handle thread deopt with thread-specific JVMTI events" by Alex Light · 6 years ago
  14. 342b694 Fix JVMTI GetStackTrace bug by Alex Light · 6 years ago
  15. 439d126 Add StackVisitor::SetVRegReference(). by Vladimir Marko · 6 years ago
  16. b2a8964 Revert "Correctly handle thread deopt with thread-specific JVMTI events" by Alex Light · 6 years ago
  17. c8c7e06 Correctly handle thread deopt with thread-specific JVMTI events by Alex Light · 6 years ago
  18. 765b2a0 Add -verbose:interpreter by Mathieu Chartier · 6 years ago
  19. 0235336 Check for null before using AddLocalReference in ti_method by Alex Light · 6 years ago
  20. a4cdd36 Prevent concurrent GC stack-walks during deoptimization by Alex Light · 6 years ago
  21. 307b284 Move on-load class modification log to VLOG(class_linker) by Alex Light · 6 years ago
  22. e7a3354 Handle methods being present in multiple threads correctly by Alex Light · 6 years ago
  23. 6683446 Revert^2 "Perform SetEvent under the user_code_suspend_count_lock_" by Alex Light · 6 years ago
  24. 679dec1 Revert^2 "Use RAII for preventing user-code suspensions" by Alex Light · 6 years ago
  25. eaa4831 Revert "Perform SetEvent under the user_code_suspend_count_lock_" by Alex Light · 6 years ago
  26. c723b81 Revert "Use RAII for preventing user-code suspensions" by Alex Light · 6 years ago
  27. 9c8f344 Use RAII for preventing user-code suspensions by Alex Light · 6 years ago
  28. 3fa8b6d Perform SetEvent under the user_code_suspend_count_lock_ by Alex Light · 6 years ago
  29. f52d92f ObjPtr<>-ify Monitor/-Pool. by Vladimir Marko · 6 years ago
  30. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  31. bb206de ObjPtr<>-ify ClassExt. by Vladimir Marko · 6 years ago
  32. 34857b5 Revert "Revert "Change state to waiting during aborting the VM"" by Koji Fukui · 6 years ago
  33. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 6 years ago
  34. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
  35. 6a399f3 Allow jvmti Allocate & Deallocate function on unattached threads by Alex Light · 7 years ago
  36. ebb481d Revert "Change state to waiting during aborting the VM" by Nicolas Geoffray · 6 years ago
  37. 97b9649 Change state to waiting during aborting the VM by Koji Fukui · 6 years ago
  38. a43ba3d ART: Add ClassVerifier by Andreas Gampe · 6 years ago
  39. b214694 Revert^4 "Add extension and agent for dumping internal jvmti plugin data." by Alex Light · 6 years ago
  40. 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  41. 939798e Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" by Nicolas Geoffray · 6 years ago
  42. a55e8b5 Revert "Revert^2 "Add extension and agent for dumping internal jvmti plugin data."" by Nicolas Geoffray · 6 years ago
  43. 2d8b811 Revert^2 "Add extension and agent for dumping internal jvmti plugin data." by Alex Light · 6 years ago
  44. a75e589 Revert^2 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  45. ad344b6 Revert "Remove Global deopt requirement for several jvmti events" by Nicolas Geoffray · 6 years ago
  46. 9da91d2 Revert "Add extension and agent for dumping internal jvmti plugin data." by Nicolas Geoffray · 6 years ago
  47. 60ee778 Add extension and agent for dumping internal jvmti plugin data. by Alex Light · 6 years ago
  48. 334630e Remove Global deopt requirement for several jvmti events by Alex Light · 6 years ago
  49. e7e26d1 Assign non-runtime /apex/* dex files to platform domain by David Brazdil · 6 years ago
  50. e0b2ce4 Revert^2 "Prevent agents from delaying system daemon threads" by Alex Light · 6 years ago
  51. 5c8b351 Merge "Revert "Prevent agents from delaying system daemon threads"" by Nicolas Geoffray · 6 years ago
  52. c08c107 Revert "Prevent agents from delaying system daemon threads" by Nicolas Geoffray · 6 years ago
  53. b4d69e6 Merge changes I11859ee8,Id17d1c87 by Alex Light · 6 years ago
  54. fd14d48 Merge "Check jclasses are actually classes in ti_redefine." by Treehugger Robot · 6 years ago
  55. 413a8ad Check jclasses are actually classes in ti_redefine. by Alex Light · 6 years ago
  56. d902558 ObjPtr-ify the jvmti tagging system. by Alex Light · 6 years ago
  57. 3611fdf Prevent agents from delaying system daemon threads by Alex Light · 6 years ago
  58. 2ef0110 Replace StringPiece with std::string_view in HashSet. by Vladimir Marko · 6 years ago
  59. eb37ba5 Replace StringPiece with std::string_view in Signature. by Vladimir Marko · 6 years ago
  60. 16fc474 Special case dex files that have hidden API data. by Nicolas Geoffray · 6 years ago
  61. 5462920 Special case boot dex files in FixedUpDexFile::Create. by Nicolas Geoffray · 6 years ago
  62. e768182 hiddenapi: Print warnings for @CorePlatformApi violations by David Brazdil · 6 years ago
  63. 8f1c8e5 ART: Some more iwyu by Andreas Gampe · 6 years ago
  64. 2d22ffc Merge "ART: Forward-declare Context" by Treehugger Robot · 6 years ago
  65. fe2886d Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." by Nicolas Geoffray · 6 years ago
  66. e5d2398 ART: Forward-declare Context by Andreas Gampe · 6 years ago
  67. ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 6 years ago
  68. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  69. 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 6 years ago
  70. 274ed2e Merge "Parallel image decompression" by Mathieu Chartier · 6 years ago
  71. c6068c7 Parallel image decompression by Mathieu Chartier · 6 years ago
  72. 1a65863 Keep pointer to original DexFile during JVMTI redefine for hiddenapi by David Brazdil · 6 years ago
  73. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  74. 2025488 Merge "ART: Some iwyu for logging.h" by Andreas Gampe · 6 years ago
  75. ef6b2aa Merge "Revert^4 "ART: Add StackVisitor accepting a lambda"" by Treehugger Robot · 6 years ago
  76. 85f1c57 ART: Some iwyu for logging.h by Andreas Gampe · 6 years ago
  77. a8f9139 ART: Fix clang-analyzer-security.insecureAPI.strcpy by Andreas Gampe · 6 years ago
  78. c7d878d Revert^4 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  79. ec43a01 Revert "Revert^2 "ART: Add StackVisitor accepting a lambda"" by Nicolas Geoffray · 6 years ago
  80. 3d477f3 Revert^2 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  81. 8586569 Runtime flags only for fast/slow hiddenapi path by David Brazdil · 6 years ago
  82. c980df6 Merge "Revert "ART: Add StackVisitor accepting a lambda"" by Andreas Gampe · 6 years ago
  83. 8248490 Revert "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  84. e09485f Merge "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  85. c6bd42a ART: Fix deopt manager JIT attempt by Andreas Gampe · 6 years ago
  86. 5cc0e75 Emit JVMTI events for LockSupport.park by Charles Munger · 6 years ago
  87. 36f8d22 ART: Add StackVisitor accepting a lambda by Andreas Gampe · 6 years ago
  88. 0ee5082 Merge "Refactor MemMap::MapAnonymous()." by Vladimir Marko · 6 years ago
  89. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  90. f82eb6e Merge "Revert^4: Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  91. a63dc15 Merge "Modernise code to use std::make_unique" by Yi Kong · 6 years ago
  92. c57c680 Modernise code to use std::make_unique by Yi Kong · 6 years ago
  93. e15b9b1 ART: Do some include-what-you-use by Andreas Gampe · 6 years ago
  94. 20c765f Revert^4: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  95. ce2a00d Merge "ART: Add class-alloc-inl.h" by Treehugger Robot · 6 years ago
  96. eba69a1 Merge "ART: Add object-array-alloc-inl.h" by Treehugger Robot · 6 years ago
  97. 3070e9c Merge "Revert "Revert^2: Add dex item for hiddenapi flags"" by Paul Hobbs · 6 years ago
  98. d33d318 Revert "Revert^2: Add dex item for hiddenapi flags" by Luman Qu · 6 years ago
  99. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
  100. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 6 years ago