1. f39f009 Fix how the ProfileSaver thread attaches to the runtime. by Calin Juravle · 9 years ago
  2. af36e49 Fix -Xint and -Xusejit interaction by Calin Juravle · 9 years ago
  3. 155ff3d Add command line option for jit invoke transition weight by Calin Juravle · 9 years ago
  4. ffc8707 Split profile recording from jit compilation by Calin Juravle · 9 years ago
  5. 97cbc92 Allow the framework to register sensistive threads to the runtime by Calin Juravle · 9 years ago
  6. e42888f Write conflict tables in image by Mathieu Chartier · 9 years ago
  7. 7f98c9a Add support for eagerly calculating conflict tables by Mathieu Chartier · 9 years ago
  8. 3ce07dd Merge "Initialize native loader on JNI_CreateJavaVM" by Dimitry Ivanov · 9 years ago
  9. 2bd7d2d ART: add exynos-m1 to a53 #835769 & #843419 erratum exception list by Junmo Park · 9 years ago
  10. e6d9677 Merge "Use explicit cast to avoid compilers error" by Roland Levillain · 9 years ago
  11. 3f84f2c Fix valgrind tests: mark allocated space as defined. by Vladimir Marko · 9 years ago
  12. 041169f Initialize native loader on JNI_CreateJavaVM by Dimitry Ivanov · 9 years ago
  13. 2712a07 Merge "Make sure the referring class is in the dex cache." by Treehugger Robot · 9 years ago
  14. 4eb6fbf Use explicit cast to avoid compilers error by Goran Jakovljevic · 9 years ago
  15. 393fdb8 Make sure the referring class is in the dex cache. by Nicolas Geoffray · 9 years ago
  16. 2798325 Merge "Reduce memory lost by ArenaAllocator for large allocations." by Vladimir Marko · 9 years ago
  17. 88b8915 Merge "Refactor use of __ANDROID__ macro" by Roland Levillain · 9 years ago
  18. 3e0e717 Reduce memory lost by ArenaAllocator for large allocations. by Vladimir Marko · 9 years ago
  19. 900d7d4 Merge changes Ie36c4b4a,Ia9968b95,I2c19de14,I99388dee,I072c4e41, ... by Calin Juravle · 9 years ago
  20. ee3e2be Merge "Add flag to ArtMethod to skip compilation." by Treehugger Robot · 9 years ago
  21. 250a378 Add flag to ArtMethod to skip compilation. by Nicolas Geoffray · 9 years ago
  22. 53954b9 ART: Slightly change InitializeClass flow by Andreas Gampe · 9 years ago
  23. 9962962 ProfileSaver: query profiling_infos instead of the code_map by Calin Juravle · 9 years ago
  24. 6543933 Fix comparison in profile saver by Calin Juravle · 9 years ago
  25. 20b7e3b Fix tracking foreign dex files by Calin Juravle · 9 years ago
  26. 0b79127 Skip profiling if the dex file is fully compiled by Calin Juravle · 9 years ago
  27. aa840f4 Fix profile save MaxBaxBackoff time by Calin Juravle · 9 years ago
  28. 698f4d1 Fix and tune ProfileSaver by Calin Juravle · 9 years ago
  29. 050fb1b Do not profile fully compiled oat files. by Calin Juravle · 9 years ago
  30. 5d1bd0a Discard corrupted or out of date profiles by Calin Juravle · 9 years ago
  31. 876f350 Extend profman to be able to dump profile content. by Calin Juravle · 9 years ago
  32. 6414295 Update and improve profiles format by Calin Juravle · 9 years ago
  33. 6726546 Improve ProfileSaver to cache data and do minimal I/O by Calin Juravle · 9 years ago
  34. b9c1b9b Improve resolved classes saving strategy by Calin Juravle · 9 years ago
  35. b8e6999 Add ProfileSaver stats and dump them during SigQuit by Calin Juravle · 9 years ago
  36. 59ff8cb Don't be so agressive in quering the code cache for new methods by Calin Juravle · 9 years ago
  37. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 9 years ago
  38. 1bfc7e5 Merge "ART: Disable unstarted runtime pow test for valgrind" by Treehugger Robot · 9 years ago
  39. b679515 ART: Disable unstarted runtime pow test for valgrind by Andreas Gampe · 9 years ago
  40. 436759c Merge "Make dex file loading failure more explicit about failure." by Alex Light · 9 years ago
  41. ebe4d21 Merge "Revert "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86""" by Hiroshi Yamauchi · 9 years ago
  42. 2efce70 Merge "X86/X86_64: Switch to locked add from mfence" by Aart Bik · 9 years ago
  43. 69cee6a Revert "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86"" by Sang, Chunlei · 9 years ago
  44. 9d7c524 Merge "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86"" by Hiroshi Yamauchi · 9 years ago
  45. 0cd1bf7 Revert "Assembly TLAB and RegionTLAB allocation fast path for x86" by Hiroshi Yamauchi · 9 years ago
  46. 213120f Merge "Assembly TLAB and RegionTLAB allocation fast path for x86" by Hiroshi Yamauchi · 9 years ago
  47. 3045b66 Make dex file loading failure more explicit about failure. by Alex Light · 9 years ago
  48. 1878667 Merge "ART: Change x86 from modify_ldt to set_thread_data" by Andreas Gampe · 9 years ago
  49. 0b577a9 Merge changes I0360a078,I3e267519 by Treehugger Robot · 9 years ago
  50. 44e5cd8 Merge "Do less work holding thread list lock" by Mathieu Chartier · 9 years ago
  51. 7424025 Merge changes Ic40833d3,I8f286987 by Hiroshi Yamauchi · 9 years ago
  52. b8a00f9 ART: Add Math cutouts by Andreas Gampe · 9 years ago
  53. 715fdc2 ART: Add some reflection cutouts by Andreas Gampe · 9 years ago
  54. 0ffdc9c Do less work holding thread list lock by Mathieu Chartier · 9 years ago
  55. 20d2c9d Merge "ART: Remove Security initialization cutout" by Andreas Gampe · 9 years ago
  56. 84ed7d0 Assembly TLAB and RegionTLAB allocation fast path for x86 by Sang, Chunlei · 9 years ago
  57. 3ed30c3 ART: Remove Security initialization cutout by Andreas Gampe · 9 years ago
  58. 6435910 Merge "Use iterators "before" the use node in HUserRecord<>." by Vladimir Marko · 9 years ago
  59. 8f95cf3 Fix a deadlock between debugger and GC. by Hiroshi Yamauchi · 9 years ago
  60. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 9 years ago
  61. 35a38d1 Merge "ART: Fast-fail empty other handlers in fault handling" by Andreas Gampe · 9 years ago
  62. 49c882b Initialize a variable to suppress compiler error by Goran Jakovljevic · 9 years ago
  63. 54c8195 Merge changes I0f164a7d,I8c408aa6 by Andreas Gampe · 9 years ago
  64. 8ce9c30 ART: Add cutout for Character.toLower/UpperCase by Andreas Gampe · 9 years ago
  65. eb8b0ae ART: Add ClassLoader.getResourceAsStream cutout by Andreas Gampe · 9 years ago
  66. d14b73d ART: Fast-fail empty other handlers in fault handling by Andreas Gampe · 9 years ago
  67. 61b3cd4 Prevent holding stale Thread pointers by Mathieu Chartier · 9 years ago
  68. 74b3c8f Add more info to monitor contention logging by Mathieu Chartier · 9 years ago
  69. c4d445a Merge "Fix interaction between instrumentation and jit lock." by Nicolas Geoffray · 9 years ago
  70. 480d510 Fix interaction between instrumentation and jit lock. by Nicolas Geoffray · 9 years ago
  71. 27a0eb2 Merge "Increase vtable size for String class" by Yi Kong · 9 years ago
  72. f59149a Merge "Add weight to compiled/interpreter transitions." by Nicolas Geoffray · 9 years ago
  73. d4fa9f4 ART: Add a System.getProperty cutout by Andreas Gampe · 9 years ago
  74. 8f4ade0 ART: Fix nits for verifier change by Andreas Gampe · 9 years ago
  75. 478078a Increase vtable size for String class by Yi Kong · 9 years ago
  76. 6233bff Merge "OpenJdkJVM: Fix Mac OS build." by Narayan Kamath · 9 years ago
  77. db5a850 Merge "Revert "Revert "ART: Improve JitProfile perf in x86_64 mterp""" by Bill Buzbee · 9 years ago
  78. 5b2cfd8 OpenJdkJVM: Fix Mac OS build. by Narayan Kamath · 9 years ago
  79. 9afaac4 Revert "Revert "ART: Improve JitProfile perf in x86_64 mterp"" by Bill Buzbee · 9 years ago
  80. 77f5d65 OpenJdkJVM: Fix JVM_Lseek by Narayan Kamath · 9 years ago
  81. 71cd50f Add weight to compiled/interpreter transitions. by Nicolas Geoffray · 9 years ago
  82. 240986c Merge "Track removal of String hash functions." by Narayan Kamath · 9 years ago
  83. 5d8fa8b Track removal of String hash functions. by Narayan Kamath · 9 years ago
  84. 37d8c5c Merge "Properly initialize the is_osr_method_being_compiled_ flag." by Nicolas Geoffray · 9 years ago
  85. 935384e Properly initialize the is_osr_method_being_compiled_ flag. by Nicolas Geoffray · 9 years ago
  86. cc9b74f Merge "ART: Make iget receiver mismatch hard verifier error" by Andreas Gampe · 9 years ago
  87. 6659624 ART: Make iget receiver mismatch hard verifier error by Andreas Gampe · 9 years ago
  88. 0108f3d Merge "Restore fallback behavior in the no-image stripped-dex case." by Richard Uhler · 9 years ago
  89. ba6aae0 Fix initialization of field after conflicting merges. by Nicolas Geoffray · 9 years ago
  90. 54b5b1a Merge "Fix copy-paste nit" by Vladimir Marko · 9 years ago
  91. ab4c64b Fix copy-paste nit by Goran Jakovljevic · 9 years ago
  92. dad35b0 Merge "Remove the JIT from the instrumentation framework." by Nicolas Geoffray · 9 years ago
  93. 4847513 Merge "Allow private methods in interfaces." by Treehugger Robot · 9 years ago
  94. b55f1ac Allow private methods in interfaces. by Alex Light · 9 years ago
  95. 76f5cb6 Restore fallback behavior in the no-image stripped-dex case. by Richard Uhler · 9 years ago
  96. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 9 years ago
  97. 274fe4a Remove the JIT from the instrumentation framework. by Nicolas Geoffray · 9 years ago
  98. 6990775 Merge "Revert "Revert "ART: Improve JitProfile perf in x86 mterp""" by Bill Buzbee · 9 years ago
  99. 2c3b101 Merge "Add option to tune sample collection based on thread sensitivity" by Calin Juravle · 9 years ago
  100. b2771b4 Add option to tune sample collection based on thread sensitivity by Calin Juravle · 9 years ago