1. 715fdc2 ART: Add some reflection cutouts by Andreas Gampe · 9 years ago
  2. f38a661 ART: Flag to fail thread creation by Andreas Gampe · 9 years ago
  3. 2c6760a Merge "Remove AnnotationAccess and its remaining uses." by Jeff Hao · 9 years ago
  4. 6039e56 ART: Add getDeclaredConstructor cutout for unstarted runtime by Andreas Gampe · 9 years ago
  5. 1133db7 Remove AnnotationAccess and its remaining uses. by Jeff Hao · 9 years ago
  6. 85a098a ART: Better support for arraycopy in unstarted runtime by Andreas Gampe · 9 years ago
  7. 86a785d ART: Add support for DexFile compiler filter function by Andreas Gampe · 9 years ago
  8. c38be81 ART: Update DexFile for compiler-filter pass-down by Andreas Gampe · 9 years ago
  9. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 9 years ago
  10. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 9 years ago
  11. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 9 years ago
  12. f8cb178 Move process state into runtime by Mathieu Chartier · 9 years ago
  13. e9e98f1 Merge "Do not JIT boot image during native-debugging (keep AOT code instead)." by David Srbecky · 9 years ago
  14. f448016 Do not JIT boot image during native-debugging (keep AOT code instead). by David Srbecky · 9 years ago
  15. db1f7da Merge "ART: Remember whether the cache was pruned" by Andreas Gampe · 9 years ago
  16. 8e57978 Merge "Remove --native-debuggable compiler option." by David Srbecky · 9 years ago
  17. 346dc99 Remove --native-debuggable compiler option. by David Srbecky · 9 years ago
  18. 0cb11c3 runtime: delete native/java_lang_Runtime.h. by Narayan Kamath · 9 years ago
  19. 5f97157 runtime: delete native/java_lang_Runtime.cc by Narayan Kamath · 9 years ago
  20. a1425a1 ART: Remember whether the cache was pruned by Andreas Gampe · 9 years ago
  21. c421907 Merge "Update GetDexOptNeeded to handle different levels of compilation" by Calin Juravle · 9 years ago
  22. 87aa99c Merge "Record foreign dex files loaded by the app in the profile" by Calin Juravle · 9 years ago
  23. b077e15 Update GetDexOptNeeded to handle different levels of compilation by Calin Juravle · 9 years ago
  24. 629afab runtime: Add CAS and fences to sun.misc.Unsafe by Igor Murashkin · 9 years ago
  25. 9bab082 Merge "Simplify LoadNativeLibrary()" by Dimitry Ivanov · 9 years ago
  26. c90bc92 Record foreign dex files loaded by the app in the profile by Calin Juravle · 9 years ago
  27. cc3839c Improve documentation about StringFactory.newStringFromChars. by Roland Levillain · 9 years ago
  28. bc4d218 ART: Add unstarted-runtime functions by Andreas Gampe · 9 years ago
  29. 942dc298 Simplify LoadNativeLibrary() by Dimitry Ivanov · 9 years ago
  30. dd5e5e9 Revert "Revert "Make it possible to enable native debugging through debug flags"" by Tamas Berghammer · 9 years ago
  31. e4ddacd Merge "Default methods should not be found by getDeclaredMethod" by Alex Light · 9 years ago
  32. 3a98aae Revert "Make it possible to enable native debugging through debug flags" by Tamas Berghammer · 9 years ago
  33. 64fdc80 Default methods should not be found by getDeclaredMethod by Alex Light · 9 years ago
  34. c94a61f Make it possible to enable native debugging through debug flags by Tamas Berghammer · 9 years ago
  35. df187e4 Revert "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"" by Igor Murashkin · 9 years ago
  36. 0dd8c39 Track libcore change aa517a356a38b8cd6764667e1edd735aaf5978e9. by Narayan Kamath · 9 years ago
  37. 28a2a18 Revert "reflection: Add new 1.8 AnnotatedElement methods and tests" by Nicolas Geoffray · 9 years ago
  38. c167ee9 reflection: Add new 1.8 AnnotatedElement methods and tests by Igor Murashkin · 9 years ago
  39. 05d2415 Add option to never interpret. by Siva Chandra · 9 years ago
  40. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 9 years ago
  41. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  42. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  43. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  44. 0e7fa6b Also print to error stream. by Nicolas Geoffray · 9 years ago
  45. ae6f23c Merge "Emit an error message when looking for String#offset." by Nicolas Geoffray · 9 years ago
  46. 7ea4c09 Emit an error message when looking for String#offset. by Nicolas Geoffray · 9 years ago
  47. 7ede3dd Merge "Assume the profile file was created before saving." by Calin Juravle · 9 years ago
  48. 5e2b971 Assume the profile file was created before saving. by Calin Juravle · 9 years ago
  49. ac9e66e Revert "Temporary disable linker-namespaces" by Dimitry Ivanov · 9 years ago
  50. 7f65b46 Merge "Save profile information in a separate thread." am: 58b2329de7 by Calin Juravle · 9 years ago
  51. 58b2329 Merge "Save profile information in a separate thread." by Calin Juravle · 9 years ago
  52. 4d77b6a Save profile information in a separate thread. by Calin Juravle · 9 years ago
  53. 18d2095 Override notice file for OpenJdk based modules. by Narayan Kamath · 9 years ago
  54. d5a3e2c Merge "Treat thread state kWaitingWeakGcRootRead as kJavaRunnable." am: 1201804d18 by Hiroshi Yamauchi · 9 years ago
  55. 1201804 Merge "Treat thread state kWaitingWeakGcRootRead as kJavaRunnable." by Hiroshi Yamauchi · 9 years ago
  56. aa944b9 Merge "Use shared namespaces for bundled apps" by Dimitry Ivanov · 9 years ago
  57. 2ddc6bf Treat thread state kWaitingWeakGcRootRead as kJavaRunnable. by Hiroshi Yamauchi · 9 years ago
  58. 6b1a50b Merge "Rename NullHandle to ScopedNullHandle" am: 76b90e37df am: 8a5e8d0118 by Mathieu Chartier · 9 years ago
  59. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 9 years ago
  60. 28ee8db Update header for OpenjdkJvm.cc. by Narayan Kamath · 9 years ago
  61. d5aeb13 Merge "Pass down to the runtime the application code paths." am: 115a02b737 by Calin Juravle · 9 years ago
  62. 115a02b Merge "Pass down to the runtime the application code paths." by Calin Juravle · 9 years ago
  63. d5bbadf Use shared namespaces for bundled apps by Dimitry Ivanov · 9 years ago
  64. df0de04 Merge "Use shared namespaces for bundled apps" by Dimitry Ivanov · 9 years ago
  65. 9c55729 resolve merge conflicts of 9f784b26a1 to master. by Alex Light · 9 years ago
  66. db92e15 Merge "Fix (non-intrinsic) UnsafeCASObject for the read barrier config." am: fb9f4ad455 by Hiroshi Yamauchi · 9 years ago
  67. 986f650 Use shared namespaces for bundled apps by Dimitry Ivanov · 9 years ago
  68. ec178ee Merge "Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class""" by Alex Light · 9 years ago
  69. 6280ef8 Fix typo in LOG_TAG. by Narayan Kamath · 9 years ago
  70. 66f5523 Pass down to the runtime the application code paths. by Calin Juravle · 9 years ago
  71. fb9f4ad Merge "Fix (non-intrinsic) UnsafeCASObject for the read barrier config." by Hiroshi Yamauchi · 9 years ago
  72. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  73. cc78f3f Fix (non-intrinsic) UnsafeCASObject for the read barrier config. by Hiroshi Yamauchi · 9 years ago
  74. bc90a05 Merge "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  75. 533d63a Merge "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  76. 2efb0aa Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  77. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  78. e6f84a5 Merge "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  79. 7d5a577 Merge "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  80. 9539150 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  81. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  82. 1f54026 Merge "Temporary disable linker-namespaces" am: a8be6ae6fc am: 861e58d1c5 by Dimitry Ivanov · 9 years ago
  83. 7f57579 Temporary disable linker-namespaces by Dimitry Ivanov · 9 years ago
  84. f608299 Merge "Special case system_server to not create the JIT code cache." by Nicolas Geoffray · 9 years ago
  85. 3e38172 Port isolated namespace changes over to OpenJdkJvm.cc by Dmitriy Ivanov · 9 years ago
  86. 44409d3 Use isolated namespaces for app native libs by Dmitriy Ivanov · 9 years ago
  87. d66c862 Special case system_server to not create the JIT code cache. by Nicolas Geoffray · 9 years ago
  88. f5a3099 Use isolated namespaces for app native libs by Dmitriy Ivanov · 9 years ago
  89. 4b6c01b Merge "Save jit profiling info to file." am: e8bc4ec44a am: 449f62e059 by Calin Juravle · 9 years ago
  90. 31f2c15 Save jit profiling info to file. by Calin Juravle · 9 years ago
  91. a7a4759 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  92. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  93. 3ddd593 Further fix for class deduction for ctor access checks by Przemyslaw Szczepaniak · 9 years ago
  94. 121b25e Merge mnc-dr-enso-dev into goog/master by Przemyslaw Szczepaniak · 9 years ago
  95. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  96. 689a700 Pass DexPathList.Element array to openDexFileNative by Mathieu Chartier · 9 years ago
  97. e091582 Fix caller class deduction for constructor access checks. by Narayan Kamath · 9 years ago
  98. ba69a51 Fix bogus DCHECK and rename DidForkFromZygote. by Nicolas Geoffray · 9 years ago
  99. 787ae8e Remove DEBUG_JIT from Zygote flags. by Nicolas Geoffray · 9 years ago
  100. 68d8ff4 Move arrayCopy / identityHashCode from OpenJdkJvm to System. by Narayan Kamath · 9 years ago