summaryrefslogtreecommitdiffstats
path: root/runtime/class_loader_context_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert^2 "Support shared libraries in CreateContextFromClassLoader."Nicolas Geoffray2018-11-301-0/+28
* Revert "Support shared libraries in CreateContextFromClassLoader."Nicolas Geoffray2018-11-301-28/+0
* Support shared libraries in CreateContextFromClassLoader.Nicolas Geoffray2018-11-291-0/+28
* Canonicalize shared libraries in ClassLoaderContext::CreateClassLoader.Nicolas Geoffray2018-11-211-0/+85
* Merge "Fix parsing of shared libraries in class loader context."Nicolas Geoffray2018-11-201-0/+23
|\
| * Fix parsing of shared libraries in class loader context.Nicolas Geoffray2018-11-191-0/+23
* | Support shared libraries in ClassLoaderContext::CreateClassLoader.Nicolas Geoffray2018-11-191-0/+288
|/
* Add missed null check in ClassLoaderContext::VerifyClassLoaderContextMatch.Nicolas Geoffray2018-11-131-0/+11
* Add support for shared libaries in class loader context.Nicolas Geoffray2018-11-011-4/+133
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-231-3/+3
* Revert "Revert "Do not load app image for class collisions""Mathieu Chartier2018-05-111-11/+33
* Revert "Do not load app image for class collisions"Mathieu Chartier2018-05-111-33/+11
* Do not load app image for class collisionsVladimir Marko2018-05-101-11/+33
* Make ClassLoaderContextTest pass when OUT_DIR is usedAlex Light2018-01-161-10/+28
* Create dex subdirectoryDavid Sehr2018-01-051-1/+1
* Revert "Use real locations when opening dex files from the context"Calin Juravle2017-11-131-50/+20
* Add DexFileLoader classMathieu Chartier2017-10-111-2/+3
* Update the context classpath after the dex files are opened.Calin Juravle2017-09-141-91/+56
* Merge "Fix context verification for relative dependencies"Calin Juravle2017-09-071-1/+11
|\
| * Fix context verification for relative dependenciesCalin Juravle2017-09-061-1/+11
* | Handle the case cwd has a trailing slash.Nicolas Geoffray2017-09-051-2/+5
* | ART: Don't prepend '/' if classpath_dir is emptyAndreas Gampe2017-09-041-3/+107
|/
* Use real locations when opening dex files from the contextCalin Juravle2017-09-011-5/+56
* Pass the class loader context to dex2oat when optimizing at runtimeCalin Juravle2017-08-021-0/+14
* Merge "Be prepared to handle empty class loader contexts"Calin Juravle2017-07-261-0/+41
|\
| * Be prepared to handle empty class loader contextsCalin Juravle2017-07-241-0/+41
* | ART: Include cleanupAndreas Gampe2017-07-241-1/+0
* | Change kMultiDexSeparator from ':' to '!'Calin Juravle2017-07-181-0/+8
|/
* Allow dex2oat to create a full class loader contextCalin Juravle2017-07-181-32/+103
* Verify the class loader context when loading oat filesCalin Juravle2017-07-181-36/+51
* Create a class loader context starting from an existing ClassLoaderCalin Juravle2017-07-181-3/+71
* Move dex files dependencies (en/de)coding to ClassLoaderContextCalin Juravle2017-07-121-3/+75
* Add support for processing class loader contextsCalin Juravle2017-07-101-0/+265