1. bad6b10 hiddenapi: Error message when superclass not found by David Brazdil · 6 years ago
  2. 72736d9 Revert^2 "Optimize FindClass ClassNotFoundException case" by Andreas Gampe · 6 years ago
  3. 63a1315 ART: Add verifier-debug log for exception handler by Andreas Gampe · 6 years ago
  4. 5933a53 ART: Templatize internal method verifier class by Andreas Gampe · 6 years ago
  5. 2713d35 ART: Refactor verifier by Andreas Gampe · 6 years ago
  6. f0c5ee8 ART: Do not expose arena allocator from MethodVerifier by Andreas Gampe · 6 years ago
  7. 9aa5e34 ART: Clean up MethodVerifier by Andreas Gampe · 6 years ago
  8. b2a4b83 ART: Under verifier-debug, amend the hard-fail message by Andreas Gampe · 6 years ago
  9. 3e14cc2 ART: Make LogVerifyInfo newlines consistent by Andreas Gampe · 6 years ago
  10. 05b3f79 Pre-resolve dex cache strings before collecting string offsets by Mathieu Chartier · 6 years ago
  11. fcc408f ART: Restrict dex cache location check by Andreas Gampe · 6 years ago
  12. ae7a2b7 Revert^2 "Fix correctness for fast path class loading" by Andreas Gampe · 6 years ago
  13. 5e6f55a Revert "Fix correctness for fast path class loading" by Mathieu Chartier · 6 years ago
  14. b14a987 Special case one class in jit zygote. by Nicolas Geoffray · 6 years ago
  15. 0c2ea7a Fix ProfilingInfo race. by Nicolas Geoffray · 6 years ago
  16. 4d33b18 Save the JIT compiled code when the class isn't initialized yet. by Nicolas Geoffray · 6 years ago
  17. 1e1c596 Fix correctness for fast path class loading by Mathieu Chartier · 6 years ago
  18. 0da3c14 Clean up error messages in the previous CL. by Martin Stjernholm · 6 years ago
  19. 8efc3f6 Plumb tombstoned connections through PALette. by Martin Stjernholm · 6 years ago
  20. 3093856 Set core platform API policy from command line flag by David Brazdil · 6 years ago
  21. 5af0a2b DO NOT MERGE: Revert temporary logging for app compat by David Brazdil · 6 years ago
  22. 420313a Incorporate additional feedback to native JNI checks by Orion Hodson · 6 years ago
  23. e641156 jitzygote: create a type lookup table at runtime for bootclasspath dex files. by Nicolas Geoffray · 6 years ago
  24. a0a72dc Allow APEX binaries to access fields and methods via JNI by Orion Hodson · 6 years ago
  25. 4ee9bd8 Update intrinsic Unsafe.getLong() after moving to core platform API by David Brazdil · 6 years ago
  26. 62e6797 Do not change hidden API ArtMethod/ArtField access flags on AOT by David Brazdil · 6 years ago
  27. 6383207 Fix hidden API DCHECK in ArtMethod::SetIntrinsic by David Brazdil · 6 years ago
  28. 1cda64a Do not check if known locations exist on host for hidden API by David Brazdil · 6 years ago
  29. ecbe89d Refactor art::GetAndroidDataSafe and art::GetAndroidData. by Roland Levillain · 6 years ago
  30. bca388f Add art::GetAndroidRuntimeRootSafe and art::GetAndroidRuntimeRoot. by Roland Levillain · 6 years ago
  31. b42737b Replace more literal strings with constants in libartbase/base/file_utils.cc. by Roland Levillain · 6 years ago
  32. cf40363 Fix dex location of boot oat files during preopt by David Brazdil · 6 years ago
  33. 2ab8904 Fix longstanding JIT bug in interaction with class initialization. by Nicolas Geoffray · 6 years ago
  34. 038063c Handle methods being present in multiple threads correctly by Alex Light · 6 years ago
  35. 9efc7e8 Fix tracing shutdown by Ari Hausman-Cohen · 6 years ago
  36. dea0153 ART: Add jars to boot integrity by Andreas Gampe · 6 years ago
  37. 93400f4 Move dexdiag out of the release APEX, to avoid dependencies on by Martin Stjernholm · 6 years ago
  38. 4465db5 Use unique mutex to synchronize runtime_callbacks by Alex Light · 6 years ago
  39. edfeb77 Fix AssertNonMovableStringClass(). by Vladimir Marko · 6 years ago
  40. a11e03c Add libc_malloc_debug and _hooks to the runtime APEX by Jiyong Park · 6 years ago
  41. 01a017a DO NOT MERGE: Change IMC logging to LOG(WARNING) by David Brazdil · 6 years ago
  42. ace6d7c Don't JIT compile eagerly methods that have the resolution stub. by Nicolas Geoffray · 6 years ago
  43. 1025a59 DO NOT MERGE: Temporarily log usage of InMemoryDexClassLoader by David Brazdil · 6 years ago
  44. df9094e Use the right directory for the csv file. by Nicolas Geoffray · 6 years ago
  45. ba026f5 Fix ILL_ILLOPC issue-id 129895920 on 32bit armv7 device by yuguoxu · 6 years ago
  46. d7c7923 Merge master@5406228 into git_qt-dev-plus-aosp. am: b42ef4d736 by Bill Rassieur · 6 years ago
  47. d9096a8 Fix test for no-prebuild. am: aeb9a16a28 am: 0222c72ec1 am: 89c7200a83 by Nicolas Geoffray · 6 years ago
  48. 89c7200 Fix test for no-prebuild. am: aeb9a16a28 am: 0222c72ec1 by Nicolas Geoffray · 6 years ago
  49. 0222c72 Fix test for no-prebuild. am: aeb9a16a28 by Nicolas Geoffray · 6 years ago
  50. aeb9a16 Fix test for no-prebuild. by Nicolas Geoffray · 6 years ago
  51. 70be21a ART: Remove old cout usage in method_verifier am: 4a57d5f3c2 am: 09273d4e1d by Andreas Gampe · 6 years ago
  52. a8803a8 ART: Remove old cout usage in method_verifier am: 4a57d5f3c2 am: 09273d4e1d by Andreas Gampe · 6 years ago
  53. 09273d4 ART: Remove old cout usage in method_verifier am: 4a57d5f3c2 by Andreas Gampe · 6 years ago
  54. 4a57d5f ART: Remove old cout usage in method_verifier by Andreas Gampe · 6 years ago
  55. 8cbb536 Enable InMemoryDexClassLoader vdex only for Q+ targets am: 527072e915 am: 5fe45c3832 by David Brazdil · 6 years ago
  56. af083b2 Define a host version of com.android.runtime am: b9a05b003a am: 35f067f128 by Dan Willemsen · 6 years ago
  57. 3b6ad30 Enable InMemoryDexClassLoader vdex only for Q+ targets am: 527072e915 by David Brazdil · 6 years ago
  58. 36e4463 Define a host version of com.android.runtime am: b9a05b003a am: 35f067f128 by Dan Willemsen · 6 years ago
  59. 5fe45c3 Enable InMemoryDexClassLoader vdex only for Q+ targets am: 527072e915 by David Brazdil · 6 years ago
  60. 35f067f Define a host version of com.android.runtime am: b9a05b003a by Dan Willemsen · 6 years ago
  61. 274b3cc Sync public.libraries.buildbot.txt to ART chroot directory. am: 0587b622f5 am: 5e60e09458 by Roland Levillain · 6 years ago
  62. 527072e Enable InMemoryDexClassLoader vdex only for Q+ targets by David Brazdil · 6 years ago
  63. 41d6b7d Sync public.libraries.buildbot.txt to ART chroot directory. am: 0587b622f5 by Roland Levillain · 6 years ago
  64. 8e93c7b Add native counterpart for VMRuntime.setProcessDataDirectory am: c2f43576c3 am: cad9c04d41 by David Brazdil · 6 years ago
  65. b9a05b0 Define a host version of com.android.runtime by Dan Willemsen · 6 years ago
  66. e3ffe1a Couple of improvements in the jit zygote pass. am: f59bc11bc0 am: 37273545d6 by Nicolas Geoffray · 6 years ago
  67. 2d02d77 Fix typo in 692-vdex-inmem-loader am: 30167d2407 am: 5aac560453 am: 358e73f6de by David Brazdil · 6 years ago
  68. e38441f Print allowed/denied in hiddenapi warning message am: 4de9bb6910 am: 66e54e1b51 by David Brazdil · 6 years ago
  69. bad98cc Add native counterpart for VMRuntime.setProcessDataDirectory am: c2f43576c3 by David Brazdil · 6 years ago
  70. 5e60e09 Sync public.libraries.buildbot.txt to ART chroot directory. am: 0587b622f5 by Roland Levillain · 6 years ago
  71. 6e76d8c Couple of improvements in the jit zygote pass. am: f59bc11bc0 am: 37273545d6 by Nicolas Geoffray · 6 years ago
  72. 358e73f Fix typo in 692-vdex-inmem-loader am: 30167d2407 am: 5aac560453 by David Brazdil · 6 years ago
  73. ced9378 Print allowed/denied in hiddenapi warning message am: 4de9bb6910 am: 66e54e1b51 by David Brazdil · 6 years ago
  74. cad9c04 Add native counterpart for VMRuntime.setProcessDataDirectory am: c2f43576c3 by David Brazdil · 6 years ago
  75. 3727354 Couple of improvements in the jit zygote pass. am: f59bc11bc0 by Nicolas Geoffray · 6 years ago
  76. 5aac560 Fix typo in 692-vdex-inmem-loader am: 30167d2407 by David Brazdil · 6 years ago
  77. 66e54e1 Print allowed/denied in hiddenapi warning message am: 4de9bb6910 by David Brazdil · 6 years ago
  78. 0587b62 Sync public.libraries.buildbot.txt to ART chroot directory. by Roland Levillain · 6 years ago
  79. c2f4357 Add native counterpart for VMRuntime.setProcessDataDirectory by David Brazdil · 6 years ago
  80. f59bc11 Couple of improvements in the jit zygote pass. by Nicolas Geoffray · 6 years ago
  81. 30167d2 Fix typo in 692-vdex-inmem-loader by David Brazdil · 6 years ago
  82. 4de9bb6 Print allowed/denied in hiddenapi warning message by David Brazdil · 6 years ago
  83. 890b502 Make couple of mterp function names start with lower-case. am: 5dbd02a497 am: 411cd3107e by David Srbecky · 6 years ago
  84. 9246d4f Support boot classpath checksum without image am: 2c5bcb873f am: fab3fdc3b4 by David Brazdil · 6 years ago
  85. a8e4143 Make couple of mterp function names start with lower-case. am: 5dbd02a497 by David Srbecky · 6 years ago
  86. 5595ea8 Support boot classpath checksum without image am: 2c5bcb873f am: fab3fdc3b4 by David Brazdil · 6 years ago
  87. 411cd31 Make couple of mterp function names start with lower-case. am: 5dbd02a497 by David Srbecky · 6 years ago
  88. fab3fdc Support boot classpath checksum without image am: 2c5bcb873f by David Brazdil · 6 years ago
  89. 5dbd02a Make couple of mterp function names start with lower-case. by David Srbecky · 6 years ago
  90. 2908905 Hide updatable-media package classes for app AOT compilation. am: 29885b3e21 am: b4c45b3b1d by Vladimir Marko · 6 years ago
  91. 2c5bcb8 Support boot classpath checksum without image by David Brazdil · 6 years ago
  92. 64866d5 Hide updatable-media package classes for app AOT compilation. am: 29885b3e21 by Vladimir Marko · 6 years ago
  93. b4c45b3 Hide updatable-media package classes for app AOT compilation. am: 29885b3e21 by Vladimir Marko · 6 years ago
  94. 29885b3 Hide updatable-media package classes for app AOT compilation. by Vladimir Marko · 6 years ago
  95. eae0664 Preverify InMemoryDexClassLoader-loaded classes from vdex am: 7126c5b47d am: ba2170055b by David Brazdil · 6 years ago
  96. ccf0d5c Preverify InMemoryDexClassLoader-loaded classes from vdex am: 7126c5b47d by David Brazdil · 6 years ago
  97. ba21700 Preverify InMemoryDexClassLoader-loaded classes from vdex am: 7126c5b47d by David Brazdil · 6 years ago
  98. 7126c5b Preverify InMemoryDexClassLoader-loaded classes from vdex by David Brazdil · 6 years ago
  99. 4d33ad4 Add support for flattened Runtime APEX to Make rule `standalone-apex-files`. am: c088b2efe0 am: eac26a653d by Roland Levillain · 6 years ago
  100. d291ce9 Add support for flattened Runtime APEX to Make rule `standalone-apex-files`. am: c088b2efe0 by Roland Levillain · 6 years ago