1. 41acdc1 Fix the default ownership of dex files in ClassLoaderContext by Calin Juravle · 8 years ago
  2. 6f7b23a Merge "Separate rw from rx views of jit code cache" by David Sehr · 8 years ago
  3. 527f18f Merge "Allow dex2oat to create a full class loader context" by Treehugger Robot · 8 years ago
  4. 774beea Merge "Verify the class loader context when loading oat files" by Treehugger Robot · 8 years ago
  5. 3d931dc Merge "Create a class loader context starting from an existing ClassLoader" by Treehugger Robot · 8 years ago
  6. c79470d Allow dex2oat to create a full class loader context by Calin Juravle · 8 years ago
  7. 3f91864 Verify the class loader context when loading oat files by Calin Juravle · 8 years ago
  8. 57d0acc Create a class loader context starting from an existing ClassLoader by Calin Juravle · 8 years ago
  9. d1dbb74 Separate rw from rx views of jit code cache by David Sehr · 8 years ago
  10. 2f0ac4f Merge changes I01b45c86,I10307aea,Iefccd6ff,Ibbda8e9a,I71a7f59b by Andreas Gampe · 8 years ago
  11. b02ba93 Don't encode OatQuickMethodHeader for non-compiled methods. by Nicolas Geoffray · 8 years ago
  12. 2bff9ca ART: Remove more object_callbacks.h includes by Andreas Gampe · 8 years ago
  13. 0c18338 ART: Replace or remove some ObjectCallback Walk functions by Andreas Gampe · 8 years ago
  14. 10d3908 ART: Remove old visit functions by Andreas Gampe · 8 years ago
  15. 1c158a0 ART: Use VisitObjects visitor functions by Andreas Gampe · 8 years ago
  16. 351c447 ART: Add templated VisitObjects by Andreas Gampe · 8 years ago
  17. d317295 Merge "Do superclass validation at compile time and log with new class status." by Treehugger Robot · 8 years ago
  18. 0cb1728 Do superclass validation at compile time and log with new class status. by Jeff Hao · 8 years ago
  19. 1f0a22f Ensure GetThreadState only counts user-code suspensions by Alex Light · 8 years ago
  20. 23cdebe Merge "MIPS: TLAB allocation entrypoints" by Treehugger Robot · 8 years ago
  21. 731af33 Merge "Ensure jvmti agents don't share ThreadLocalStorage" by Treehugger Robot · 8 years ago
  22. 092a404 Ensure jvmti agents don't share ThreadLocalStorage by Alex Light · 8 years ago
  23. c69e8d6 Merge "Fix ReadBarrier misuse when relocating the image." by Treehugger Robot · 8 years ago
  24. 6f54cf2 Fix ReadBarrier misuse when relocating the image. by Chang Xing · 8 years ago
  25. 5e7eb2f Merge "Add Jvmti Suspend/ResumeThread functions" by Treehugger Robot · 8 years ago
  26. 6e87534 Merge "ART: Add support for constructor method handles" by Treehugger Robot · 8 years ago
  27. f8db2c3 ART: Add support for constructor method handles by Orion Hodson · 8 years ago
  28. bac2bd1 Merge "Introduce a Marking Register in ARM code generation." by Roland Levillain · 8 years ago
  29. 48a951b Revert "Revert "Relax HasSeenMethod check"" by Mathieu Chartier · 8 years ago
  30. 06bed30 Revert "Revert "Record post startup methods in profile"" by Mathieu Chartier · 8 years ago
  31. d0b3ab2 Merge "Fix compressible string check for ctors with `hibyte`." by Treehugger Robot · 8 years ago
  32. 7de725b Merge "Clarify unquickening comment." by Treehugger Robot · 8 years ago
  33. a44c445 Fix compressible string check for ctors with `hibyte`. by Vladimir Marko · 8 years ago
  34. 469a27f Merge "Only enforce profile size limits on target builds" by Mathieu Chartier · 8 years ago
  35. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 8 years ago
  36. 6d729a7 Introduce a Marking Register in ARM code generation. by Roland Levillain · 8 years ago
  37. f6a122c Merge "Add missing CFI directives to ARM Quick entrypoints." by Roland Levillain · 8 years ago
  38. a55e268 Clarify unquickening comment. by Nicolas Geoffray · 8 years ago
  39. 854df41 MIPS: TLAB allocation entrypoints by Goran Jakovljevic · 8 years ago
  40. a867f7a Revert "Record post startup methods in profile" by Nicolas Geoffray · 8 years ago
  41. 9f3a7c5 Merge "Revert "Relax HasSeenMethod check"" by Nicolas Geoffray · 8 years ago
  42. c2b6a63 Revert "Relax HasSeenMethod check" by Nicolas Geoffray · 8 years ago
  43. 36f549e Avoid decompiling NOPs for 0 count case by Mathieu Chartier · 8 years ago
  44. f2e2af8 Only enforce profile size limits on target builds by Mathieu Chartier · 8 years ago
  45. de4b08f Reduce quicken info size by Mathieu Chartier · 8 years ago
  46. c9267c4 Merge "Relax HasSeenMethod check" by Mathieu Chartier · 8 years ago
  47. 80e6d73 Relax HasSeenMethod check by Mathieu Chartier · 8 years ago
  48. fc79ef9 Merge "Move dex files dependencies (en/de)coding to ClassLoaderContext" by Treehugger Robot · 8 years ago
  49. 7b0648a Move dex files dependencies (en/de)coding to ClassLoaderContext by Calin Juravle · 8 years ago
  50. 8cfbbb8 Merge "Abstract SetField functions with Transaction check" by Treehugger Robot · 8 years ago
  51. 8d174b5 Merge "Check ClassClass's dependencies in ImageSpace" by Treehugger Robot · 8 years ago
  52. 62c20d1 Add missing CFI directives to ARM Quick entrypoints. by Roland Levillain · 8 years ago
  53. 4bbbe40 Merge "Record post startup methods in profile" by Mathieu Chartier · 8 years ago
  54. 08dd84a Merge "Introduce a Marking Register in ARM64 code generation." by Roland Levillain · 8 years ago
  55. a97772f Merge "signal_catcher: Only notify tombstoned when we're using it." by Narayan Kamath · 8 years ago
  56. 6d3e768 Abstract SetField functions with Transaction check by Chang Xing · 8 years ago
  57. 5594f11 Record post startup methods in profile by Mathieu Chartier · 8 years ago
  58. 8aea017 Merge "Fix pointer size mismatch" by Treehugger Robot · 8 years ago
  59. 2ea15e1 Merge "Move ThreadDeath event before clearing Thread.nativePeer" by Treehugger Robot · 8 years ago
  60. fef27c2 Fix pointer size mismatch by Chang Xing · 8 years ago
  61. f368aff Merge "ART: Fix ArenaAllocator invariant check in Realloc" by Treehugger Robot · 8 years ago
  62. 8c5e2da Move ThreadDeath event before clearing Thread.nativePeer by Alex Light · 8 years ago
  63. 4be3e9b Check ClassClass's dependencies in ImageSpace by Chang Xing · 8 years ago
  64. 97c4646 Introduce a Marking Register in ARM64 code generation. by Roland Levillain · 8 years ago
  65. 2cfd612 signal_catcher: Only notify tombstoned when we're using it. by Narayan Kamath · 8 years ago
  66. 00cca3a Merge "Add support for processing class loader contexts" by Calin Juravle · 8 years ago
  67. 421dbc2 ART: Fix ArenaAllocator invariant check in Realloc by Andreas Gampe · 8 years ago
  68. 82b351f Fix MethodHandle resolution for invoke-direct by Orion Hodson · 8 years ago
  69. f5f88da Merge "Rewrite bits of RegionSpace::ClearFromSpace." by Nicolas Geoffray · 8 years ago
  70. 87e2cb6 Add support for processing class loader contexts by Calin Juravle · 8 years ago
  71. 2b0dfe7 Fix over-allocation of DexCache field array. by Vladimir Marko · 8 years ago
  72. a5fb204 Rewrite bits of RegionSpace::ClearFromSpace. by Nicolas Geoffray · 8 years ago
  73. 2a546e1 Merge "Fix region space when used with SetLengthToUsableSizeVisitor." by Nicolas Geoffray · 8 years ago
  74. 84eadb2 ART: Change StringTable to unordered_set by Andreas Gampe · 8 years ago
  75. 2eeb01a ART: Change StringTable for RecentAllocations by Andreas Gampe · 8 years ago
  76. d0fc768 ART: Presize output vector in RecentAllocations by Andreas Gampe · 8 years ago
  77. c796072 Merge "ART: Add VLOGs to GetRecentAllocations" by Treehugger Robot · 8 years ago
  78. ff29cee ART: Add VLOGs to GetRecentAllocations by Andreas Gampe · 8 years ago
  79. 46f2503 Fix mac sdk build. by Alex Light · 8 years ago
  80. 836af6f Merge "Added more functionality to dex file tracking." by Treehugger Robot · 8 years ago
  81. a3920a0 Merge changes Id0b98e74,I5d05b171 by Treehugger Robot · 8 years ago
  82. ab7e45a Added more functionality to dex file tracking. by Bharadwaj Kalandhabhatta · 8 years ago
  83. 1cba8d2 Merge "ART: Improve Dbg::GetRecentAllocations" by Treehugger Robot · 8 years ago
  84. c19cd2f Track jvmti allocations related to object tagging by Alex Light · 8 years ago
  85. 4b361a8 Fix region space when used with SetLengthToUsableSizeVisitor. by Nicolas Geoffray · 8 years ago
  86. f774a4e ART: Improve Dbg::GetRecentAllocations by Andreas Gampe · 8 years ago
  87. efdfc85 Merge "Remove java.lang (re)definition tests from class_linker_test" by Treehugger Robot · 8 years ago
  88. e64ed9e Remove java.lang (re)definition tests from class_linker_test by Calin Juravle · 8 years ago
  89. 22ae7b3 Merge "Avoid cross compilation error in DoCallCommon" by Mathieu Chartier · 8 years ago
  90. 8ddfd9f Add support for tracking jvmti allocations by Alex Light · 8 years ago
  91. 448bbcf Avoid cross compilation error in DoCallCommon by Mathieu Chartier · 8 years ago
  92. 7b46197 Merge changes I8d0f5341,Iced0de7c,I742cd614 by Calin Juravle · 8 years ago
  93. cdd4912 Add fast path to FindClass for DelegateLastClassLoader by Calin Juravle · 8 years ago
  94. 7865ac7 Add DelegateLastClassLoader to the list of WellKnownClassLoaders by Calin Juravle · 8 years ago
  95. 415dc3d Refactor FindClass code in class linker by Calin Juravle · 8 years ago
  96. 0656044 Merge "Revert "Revert "Fixed Literal String intern mismatch.""" by Mathieu Chartier · 8 years ago
  97. e32097c Merge "Add jvmti GetBytecodes function." by Treehugger Robot · 8 years ago
  98. 4c17428 Add jvmti GetBytecodes function. by Alex Light · 8 years ago
  99. 209b4c7 Merge "Small refactoring of field/method access checks." by Vladimir Marko · 8 years ago
  100. c2127b9 Merge "ART: Make Touch's stack array smaller under ASAN" by Treehugger Robot · 8 years ago