commit | d795a881fd2d3c213837cdc6c160e9ad3a92d8cc | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Thu May 13 18:37:06 2021 -0700 |
committer | Pirama Arumuga Nainar <pirama@google.com> | Mon May 17 21:49:06 2021 -0700 |
tree | 31374a40b65ba3009e1f88590c7cccb7cd8d0790 | |
parent | c3ca80495786372461e62ec94e553379a4a256e0 [diff] |
Make constructor and at_exit handler non-static Bug: http://b/187935521 This change fixes a crash in dalvikvm. These functions were mistakenly marked as static but doesn't need to be. Test: m CLANG_COVERAGE=true NATIVE_COVERAGE_PATHS="art"; atest -v art-run-test-001-HelloWorld Change-Id: I515addc298633437f1a91cf5e96d17c28c7a61ff