1. e21145f Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY) if app is debuggable. by Oleksiy Vyalov · 8 years ago
  2. f7e0db0 ART: Use null for the BootClassLoader in LoadLibrary by Andreas Gampe · 8 years ago
  3. a3e8fc3 ART: Turn off unattached thread dumping by Andreas Gampe · 8 years ago
  4. f7d9946 Remove too aggressive DCHECKs. by Nicolas Geoffray · 8 years ago
  5. fed3167 Fix dex file leak in oat file manager by Mathieu Chartier · 8 years ago
  6. 08e5c07 Merge "Fix FOUR_ARG_DOWNCALL assembly stubs on arm and x86." into nyc-dev by Nicolas Geoffray · 8 years ago
  7. a048ca8 Fix FOUR_ARG_DOWNCALL assembly stubs on arm and x86. by Nicolas Geoffray · 8 years ago
  8. 7c8aa83 Wrap certain exception types when loading an erroneous class. by Jeff Hao · 8 years ago
  9. c9dbb1d Revert "Revert "Hold dex caches live in class table"" by Mathieu Chartier · 8 years ago
  10. f102faf Revert "Hold dex caches live in class table" by Brian Carlstrom · 8 years ago
  11. d6d49e5 Hold dex caches live in class table by Mathieu Chartier · 8 years ago
  12. b089ecc Delay dex-to-dex compilation until Optimizing is done. by Vladimir Marko · 8 years ago
  13. 2dc77ec Fix ArtMethod::GetInvokeType for static methods on interfaces. by Nicolas Geoffray · 8 years ago
  14. a833974 Merge "Don't do any I/O when starting the profile saver" into nyc-dev by Calin Juravle · 8 years ago
  15. fe179c2 Fix race with host_dlopen_handles_ by Mathieu Chartier · 8 years ago
  16. aec92c3 Merge "Relax annotation visibility so runtime includes build." into nyc-dev by TreeHugger Robot · 8 years ago
  17. 7e50a7a Relax annotation visibility so runtime includes build. by Jeff Hao · 8 years ago
  18. af0e482 Don't use dlopen on host for already loaded oat files. by Richard Uhler · 8 years ago
  19. 655c3c3 Don't do any I/O when starting the profile saver by Calin Juravle · 8 years ago
  20. 38a68c7 Merge "Fix profile saver reference point when calculating the sleep time" into nyc-dev by TreeHugger Robot · 8 years ago
  21. c522695 Merge changes Idf64b96b,Ie717089d into nyc-dev by Richard Uhler · 8 years ago
  22. dc85bd7 Fix profile saver reference point when calculating the sleep time by Calin Juravle · 8 years ago
  23. 26da995 Merge "Remove bogus DCHECK." into nyc-dev by TreeHugger Robot · 8 years ago
  24. dcc8b75 Remove bogus DCHECK. by Nicolas Geoffray · 8 years ago
  25. 8f15335 Avoid long sleep in ProfileSaver by Brian Carlstrom · 8 years ago
  26. 55accd5 Fix broken DCHECK by Mathieu Chartier · 8 years ago
  27. db6a864 Merge "Add methods with samples during launch to profile" into nyc-dev by Mathieu Chartier · 8 years ago
  28. 988df56 Merge "Fix an assert during jdwp debugging." into nyc-dev by Mingyao Yang · 8 years ago
  29. 3176415 Merge "Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt""" into nyc-dev by Mingyao Yang · 8 years ago
  30. 1026754 Base isDexOptNeeded result on OatFileAssistant::IsUpToDate. by Richard Uhler · 8 years ago
  31. 6619cdd Only compile dex files if they are not up to date. by Richard Uhler · 8 years ago
  32. c600eaa Add methods with samples during launch to profile by Mathieu Chartier · 8 years ago
  33. 1621936 Merge "Fix bug in verifier: soft fail was hiding hard fail." into nyc-dev by Aart Bik · 8 years ago
  34. ea14dfe Merge "Don't update checksum if data ptr is null." into nyc-dev by TreeHugger Robot · 8 years ago
  35. 8fdde87 Merge "Put boot class loader classes and strings in dex cache of app images." into nyc-dev by TreeHugger Robot · 8 years ago
  36. 2c6b494 Don't update checksum if data ptr is null. by Jeff Hao · 8 years ago
  37. 82cc2ed Fix bug in verifier: soft fail was hiding hard fail. by Aart Bik · 8 years ago
  38. 6b2ddc8 Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt"" by Mingyao Yang · 8 years ago
  39. 67e44c0 Merge "Compile JNI stubs for verify-profile and interpret-only." into nyc-dev by Vladimir Marko · 8 years ago
  40. 05f221c Merge "Remove no-op call to android_update_LD_LIBRARY_PATH" into nyc-dev by Dimitry Ivanov · 8 years ago
  41. 3134998 Enforce class definition ordering rules in v37 Dex files. by Roland Levillain · 8 years ago
  42. 1df3b55 Put boot class loader classes and strings in dex cache of app images. by Nicolas Geoffray · 9 years ago
  43. 1bd15f0 Remove no-op call to android_update_LD_LIBRARY_PATH by Dimitry Ivanov · 8 years ago
  44. 8c185bf Compile JNI stubs for verify-profile and interpret-only. by Vladimir Marko · 8 years ago
  45. 6b2f0b5 Merge "Only fill methods with 0xFE on debug builds" into nyc-dev by Mathieu Chartier · 8 years ago
  46. 22bd2a1 Only fill methods with 0xFE on debug builds by Mathieu Chartier · 8 years ago
  47. 1e8a22f Merge "ART: Check whether an oat file exists before opening" into nyc-dev by Andreas Gampe · 8 years ago
  48. 8a325a9 Merge "Do not allow OSR jump while debugging is active." into nyc-dev by Aart Bik · 8 years ago
  49. 5ecab6e Do not allow OSR jump while debugging is active. by Aart Bik · 8 years ago
  50. 29173de Merge "Add missing check for IsShuttingDown in profile saver" into nyc-dev by TreeHugger Robot · 8 years ago
  51. 0233a41 Add missing check for IsShuttingDown in profile saver by Calin Juravle · 8 years ago
  52. 84c5ad8 Merge "Fix profile saver initial wait" into nyc-dev by Mathieu Chartier · 8 years ago
  53. 79d123f Merge "Revert "Move rewritten StringFactory call results into dex registers for deopt"" into nyc-dev by TreeHugger Robot · 8 years ago
  54. 5a6171d Revert "Move rewritten StringFactory call results into dex registers for deopt" by Roland Levillain · 8 years ago
  55. 17fc4bd ART: Fix Mac build by Andreas Gampe · 8 years ago
  56. d9a720b ART: Check whether an oat file exists before opening by Andreas Gampe · 8 years ago
  57. b938d19 Merge "ART: Optimize PreSetup pass for oat-file open" into nyc-dev by TreeHugger Robot · 8 years ago
  58. 0ec065d Fix profile saver initial wait by Mathieu Chartier · 8 years ago
  59. 9821cce ART: Optimize PreSetup pass for oat-file open by Andreas Gampe · 8 years ago
  60. 0ea451b Move rewritten StringFactory call results into dex registers for deopt by Mingyao Yang · 8 years ago
  61. 3fdf31d Merge "Catch classes inheriting from themselves in the class linker." into nyc-dev by Roland Levillain · 8 years ago
  62. 90328ac Catch classes inheriting from themselves in the class linker. by Roland Levillain · 8 years ago
  63. 4ba674b Fix an assert during jdwp debugging. by Mingyao Yang · 8 years ago
  64. 825ab1c ART: Fix systrace monitor logging by Andreas Gampe · 8 years ago
  65. cd38fb2 Merge "Revert "Reject classes inheriting from themselves directly or transitively."" into nyc-dev by TreeHugger Robot · 8 years ago
  66. 77143f7 Revert "Reject classes inheriting from themselves directly or transitively." by Nicolas Geoffray · 8 years ago
  67. d2451e4 Merge "Fix assert failure in interpreter after deoptimization." into nyc-dev by Mingyao Yang · 8 years ago
  68. 5fbb0fe Adjust ProfileSaver strategy by Calin Juravle · 9 years ago
  69. 04f511b Merge "Make quick frames of proxy methods visited if they're constructors." into nyc-dev by Jeff Hao · 8 years ago
  70. 9de98ef Reject classes inheriting from themselves directly or transitively. by Roland Levillain · 8 years ago
  71. 12c08f0 Make quick frames of proxy methods visited if they're constructors. by Jeff Hao · 8 years ago
  72. 6cb4ccb Ensure that java.lang.reflect.Field is initialized by Przemyslaw Szczepaniak · 8 years ago
  73. 28e1a50 Merge "Don't expect permission to open foreign dex use marks." into nyc-dev by Richard Uhler · 8 years ago
  74. f8e5d94 Merge "Prevent ArtMethod clearing race" into nyc-dev by Mathieu Chartier · 8 years ago
  75. 92091bd Prevent ArtMethod clearing race by Mathieu Chartier · 8 years ago
  76. 0dce75d Add histogram for native allocations by Mathieu Chartier · 8 years ago
  77. 12e4157 Don't expect permission to open foreign dex use marks. by Richard Uhler · 8 years ago
  78. 0b80b74 Fix assert failure in interpreter after deoptimization. by Mingyao Yang · 9 years ago
  79. ab24938 Merge changes from topic 'native_unloads' into nyc-dev by Mathieu Chartier · 8 years ago
  80. 0faf151 Merge "Break the debug cycle!" into nyc-dev by Aart Bik · 8 years ago
  81. 769e758 Revert "Revert "Remove double unloading hack"" by Mathieu Chartier · 8 years ago
  82. a15b127 Revert "Revert "Revert "Revert "(dl)Close native libraries on unload"""" by Mathieu Chartier · 8 years ago
  83. b0251e8 Merge "Initialize native loader before starting runtime" into nyc-dev by Dimitry Ivanov · 8 years ago
  84. b28abe4 Break the debug cycle! by Aart Bik · 8 years ago
  85. d43f57e Merge "Make all java.lang.reflect.Constructor methods handle proxies." into nyc-dev by Alex Light · 8 years ago
  86. 2b86767 Initialize native loader before starting runtime by Dimitry Ivanov · 8 years ago
  87. 3e0eff4 Make all java.lang.reflect.Constructor methods handle proxies. by Alex Light · 8 years ago
  88. 2f7c9d9 Fix issue with Constructor proxies. by Alex Light · 8 years ago
  89. d6bcae6 Fix ProtoId ordering check in DexFileVerifier. by Vladimir Marko · 8 years ago
  90. 23fddf8 Merge "Fix index checks for error strings in DexFileVerifier." into nyc-dev by Vladimir Marko · 8 years ago
  91. fd175b1 Fix index checks for error strings in DexFileVerifier. by Vladimir Marko · 8 years ago
  92. ffaa91d Workaround invokesuper underspecified behavior. by Aart Bik · 9 years ago
  93. 025db8d Merge "Fix braino when parsing invoke transition weight." into nyc-dev by TreeHugger Robot · 8 years ago
  94. 95bc2f2 Fix braino when parsing invoke transition weight. by Nicolas Geoffray · 8 years ago
  95. c30bc58 Fix test for verification of clinit method by Alex Light · 8 years ago
  96. 8d8118a Make <clinit> verification stronger for v37+. by Alex Light · 8 years ago
  97. 2ded6f2 Merge "Revert "(dl)Close native libraries on unload"" into nyc-dev by Nicolas Geoffray · 8 years ago
  98. 2723387 Revert "(dl)Close native libraries on unload" by Nicolas Geoffray · 8 years ago
  99. 38e6af0 Merge "(dl)Close native libraries on unload" into nyc-dev by Dimitry Ivanov · 8 years ago
  100. 1c113cd Merge "Check if a class is verified before visiting profiling info." into nyc-dev by TreeHugger Robot · 8 years ago