commit | 1a041486850aa462de5ed16c54f028ad97a8eb6e | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Dec 18 17:55:08 2018 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Thu Jan 24 13:27:07 2019 +0000 |
tree | 38d8fdf2848203fae31372447328f3f7b143f064 | |
parent | 26e2eb689f595e2f1d3cd436198bc1233c4179db [diff] |
Fix bug in InMemoryDexClassLoader loading InMemoryDexClassLoader can load dex files from both direct and indirect ByteBuffers but it only respects the buffer's current position for the latter and assumes the position is zero for the former. Bug: 123337866 Test: art/tools/run-libcore-tests.sh Change-Id: Id294814c68f7e9e859d67c12fe1f62e52e84c45e