commit | 8af7f914edf2f9852d6e1a1e2e069b384cebcaab | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <[email protected]> | Wed Jul 06 15:29:16 2022 +0100 |
committer | Nicolas Geoffray <[email protected]> | Thu Jul 07 15:15:33 2022 +0000 |
tree | 729f66b4ad7d7f4c2c186c209840ef60f4797cb7 | |
parent | a971557a339bb5f96dc07d829ee1060bfa4ebba7 [diff] |
Introduce a nterp with clinit check entrypoint. It will be used post-zygote fork, so that methods whose class is not initialized yet keep the same entrypoint even after initialization. This avoids dirtying shared pages. Test: imgdiag Bug: 162110941 Change-Id: Idb861f23b368604e79f6d3efa7ad0dff287e0209