commit | 35de14bff67555a41ffcc0998a6c177cdaf25439 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Thu Jan 10 13:10:36 2019 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Thu Jan 10 13:10:36 2019 +0000 |
tree | 5a45ec746dc7e00be9382a8367dd8d471e5e113f | |
parent | ddcc8c4860f0c513d5e7733d1805ff8830ed057d [diff] |
Create the class loader context within a Runtime scope. Otherwise, we would delete the maps owned by the class loader context *after* deleting the runtime, which is a destruction order violation as the runtime owns the map lock. bug: 122475825 Test: dexoptanalyzer_test Change-Id: Ia81b0720e3178a71f143a524b61e3e63e5973e16