commit | d8860b42e47d48fcc47db9d0daf5a1b9432180a1 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Wed May 02 14:58:12 2018 +0100 |
committer | Mathieu Chartier <mathieuc@google.com> | Thu May 10 16:17:30 2018 -0700 |
tree | c5522fa9c6d1e9e63cb497da7dc84b72b6b11531 | |
parent | 48af3b39cd7c8abaa7f9671191ec8260630239b2 [diff] |
Do not load app image for class collisions Even for special shared libraries that are compiled with '--class-loader-context=&', we must reject the app image if there are duplicate classes. In the case where "&" is not specified, avoid the collision check. This is safe since the class loader context check was actually run. Test: 172-app-image-twice Bug: 77342775 Bug: 79200502 Change-Id: Idc2d59166680948d4d34d0f224491f77ecad2974