1. 9c924e8 Add support to place shared libraries after the dex path by Brad Stenning · 3 years, 3 months ago
  2. 525fa42 Revert "Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile."" by Nicolas Geoffray · 3 years, 8 months ago
  3. 656fdcd Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile." by David Srbecky · 3 years, 9 months ago
  4. c8fe651 Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile. by Nicolas Geoffray · 3 years, 9 months ago
  5. 982eced Remove '&' class loader context. by Nicolas Geoffray · 3 years, 9 months ago
  6. 9807115 Improve trace logging when loading odex files by Calin Juravle · 4 years ago
  7. 6e6f1b2 Do not open dex files in CLC if we only need to get dexopt status by Calin Juravle · 4 years ago
  8. 5ff2393 Remove stripped-apk related logic from CLC by Calin Juravle · 4 years, 1 month ago
  9. 556ace1 Reduce 'The ClassLoaderContext is a special shared library.' spam by Tom Cherry · 4 years, 5 months ago
  10. a63a2e9 Search only the current class loader when checking for duplicates by Calin Juravle · 4 years, 9 months ago
  11. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 8 months ago
  12. b495e7f Log an error when an app loads duplicate dex files by Calin Juravle · 4 years, 9 months ago
  13. bf770550 Don't run structural dex file verification in ClassLoaderContext. by Nicolas Geoffray · 4 years, 10 months ago
  14. c9fa770 Introduce VMRuntime.isValidClassLoaderContext by Dan Zimmerman · 5 years ago
  15. b682ea4 Introduce BaseDexClassLoader.computeClassLoaderContextsNative by Dan Zimmerman · 5 years ago
  16. 7d511d9 [art] Factor out encoding ClassLoaderContext components by Dan Zimmerman · 5 years ago
  17. 36ec598 Simplify name verification in ClassLoaderContext. by Vladimir Marko · 5 years ago
  18. a9bbc08 Implement STL iterators on ObjectArray and add helpers by Alex Light · 5 years ago
  19. d5fe17e Fix incorrect narrowing type cast by Yi Kong · 5 years ago
  20. 19f5416 ART: Remove runtime.h file_utils.h (iwyu) by Andreas Gampe · 6 years ago
  21. 3e8aae0 Fix dex location of boot oat files during preopt by David Brazdil · 6 years ago
  22. 93d339d Revert^2: InMemoryDexClassLoader in ClassLoaderContext follow-up by David Brazdil · 6 years ago
  23. bdc93b4 ObjPtr<>-ify StackTraceElement and ClassLoader. by Vladimir Marko · 6 years ago
  24. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  25. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 6 years ago
  26. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 6 years ago
  27. 93d99f3 Revert "InMemoryDexClassLoader in ClassLoaderContext follow-up" by Nicolas Geoffray · 6 years ago
  28. 1a1398e InMemoryDexClassLoader in ClassLoaderContext follow-up by David Brazdil · 6 years ago
  29. 1a9ac53 Support InMemoryDexClassLoader in ClassLoaderContext by David Brazdil · 6 years ago
  30. 8982186 Support FDs for class loader context dex files by David Brazdil · 6 years ago
  31. e167273 Revert^2 "Support shared libraries in CreateContextFromClassLoader." by Nicolas Geoffray · 6 years ago
  32. 1717a49 Revert "Support shared libraries in CreateContextFromClassLoader." by Nicolas Geoffray · 6 years ago
  33. a66d69e Support shared libraries in CreateContextFromClassLoader. by Nicolas Geoffray · 6 years ago
  34. 7ec77b4 Merge "Canonicalize shared libraries in ClassLoaderContext::CreateClassLoader." by Nicolas Geoffray · 6 years ago
  35. cb2e1dd Canonicalize shared libraries in ClassLoaderContext::CreateClassLoader. by Nicolas Geoffray · 6 years ago
  36. 3573c36 Merge "ART: Fix misc-uniqueptr-reset-release" by Treehugger Robot · 6 years ago
  37. 42b95c4 Merge "Fix parsing of shared libraries in class loader context." by Nicolas Geoffray · 6 years ago
  38. 6b9fd8c Support shared libraries in ClassLoaderContext::CreateClassLoader. by Nicolas Geoffray · 6 years ago
  39. 41c911f ART: Fix misc-uniqueptr-reset-release by Andreas Gampe · 6 years ago
  40. f378fff Fix parsing of shared libraries in class loader context. by Nicolas Geoffray · 6 years ago
  41. 9893c47 Add missed null check in ClassLoaderContext::VerifyClassLoaderContextMatch. by Nicolas Geoffray · 6 years ago
  42. 06af3b4 Add support for shared libaries in class loader context. by Nicolas Geoffray · 6 years ago
  43. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  44. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 6 years ago
  45. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 6 years ago
  46. 7bc8e8f Use only signed/unsigned numbers with ParseInt/ParseUint respectively by Tom Cherry · 6 years ago
  47. f941170 ART: Remove utils.h's ParseUint & ParseInt by Andreas Gampe · 6 years ago
  48. adc9086 Revert "Revert "Do not load app image for class collisions"" by Mathieu Chartier · 7 years ago
  49. 2c7e13b Revert "Do not load app image for class collisions" by Mathieu Chartier · 7 years ago
  50. d8860b4 Do not load app image for class collisions by Vladimir Marko · 7 years ago
  51. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  52. c444077 Add arg for overwriting class loader class path by Mathieu Chartier · 7 years ago
  53. f5abfc4 Add stored class loader context option by Mathieu Chartier · 7 years ago
  54. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
  55. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  56. 06ffecf Don't add a '/' if it's already there. by Nicolas Geoffray · 7 years ago
  57. 92003fe Revert "Use real locations when opening dex files from the context" by Calin Juravle · 7 years ago
  58. e875f4c Don't verify dex file when the runtime is in NoVerify mode. by Nicolas Geoffray · 7 years ago
  59. 095c6c9 Pass the verify flag to DexFileLoader utilities. by Nicolas Geoffray · 7 years ago
  60. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  61. 91842ae Lower PLOG(ERROR) to PLOG(WARNING) if unable to find realpath by Alex Light · 7 years ago
  62. c5b215f Update the context classpath after the dex files are opened. by Calin Juravle · 7 years ago
  63. d25c915 Merge "Fix context verification for relative dependencies" by Calin Juravle · 7 years ago
  64. 1e96a5d Fix context verification for relative dependencies by Calin Juravle · 7 years ago
  65. 7252738 ART: Don't prepend '/' if classpath_dir is empty by Andreas Gampe · 7 years ago
  66. 821a259 Use real locations when opening dex files from the context by Calin Juravle · 7 years ago
  67. 1991589 Revert "Revert "Stop using the runtime classpath in dex2oat"" by Calin Juravle · 7 years ago
  68. 053a84b Revert "Stop using the runtime classpath in dex2oat" by Calin Juravle · 7 years ago
  69. 84f82b9 Stop using the runtime classpath in dex2oat by Calin Juravle · 7 years ago
  70. 27e0d1f Pass the class loader context to dex2oat when optimizing at runtime by Calin Juravle · 7 years ago
  71. c932707 Merge "ART: Add more logging to ClassLoaderContext mismatches" by Treehugger Robot · 7 years ago
  72. 7d0f81c ART: Add more logging to ClassLoaderContext mismatches by Andreas Gampe · 7 years ago
  73. 1a509c8 Be prepared to handle empty class loader contexts by Calin Juravle · 7 years ago
  74. 41acdc1 Fix the default ownership of dex files in ClassLoaderContext by Calin Juravle · 7 years ago
  75. c79470d Allow dex2oat to create a full class loader context by Calin Juravle · 7 years ago
  76. 3f91864 Verify the class loader context when loading oat files by Calin Juravle · 7 years ago
  77. 57d0acc Create a class loader context starting from an existing ClassLoader by Calin Juravle · 7 years ago
  78. 7b0648a Move dex files dependencies (en/de)coding to ClassLoaderContext by Calin Juravle · 7 years ago
  79. 87e2cb6 Add support for processing class loader contexts by Calin Juravle · 8 years ago