commit | 1432a5bb0608a920e7281b38ee5f6e8dfcfae5ef | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Tue Oct 04 15:41:42 2016 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Wed Oct 05 09:43:15 2016 -0700 |
tree | 804b9e78fa9d2705a1e58571944af7381858a5b0 | |
parent | 4aa6a93c46a959df1ab71ee7a68ad345338046ef [diff] |
Don't push handle scope for critical native generic JNI Leaving a stale handle scope causes problems for the GC the next time roots are visited. At this point the stack will have other contents and the GC will attempt to mark many invalid roots. Bug: 31933313 Test: non preopt eng build booting. Test: test-art-host (cherry picked from commit 92879f9bbcfc034660ed1ff5ef741d7f2bcb116f) Change-Id: I7d57964ccd2b59a05bb06f67062f646362ce1204