commit | d76cf11b1bb2c3b3bc94a079837901eba61444c3 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Thu Jun 02 15:26:23 2016 -0700 |
committer | Alex Light <allight@google.com> | Mon Jun 06 10:44:46 2016 -0700 |
tree | 9557df93e2a07a7729b341edd9559eb91b4131fe | |
parent | 313768f6f312437c0acf531cc1f20f046864283d [diff] |
Load libart.so with RTLD_NODELETE During shutdown of libart.so it is possible that threads do not return out of libart.so code prior to JNI_DestroyJavaVM returning. In order to prevent segfaults never unmap libart.so. Bug: 28406866 Change-Id: If52898a5a94f2e41c6634fb4e2cc7059e6436ca4 (cherry picked from commit 6cf8e8d3587a438c7117cce47330ac37ca9d6884)