commit | 702e2486cdabe6df3ec64e752db2958537a11b35 | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Wed Jul 22 15:20:08 2009 -0700 |
committer | Andy McFadden <fadden@android.com> | Wed Jul 22 15:20:08 2009 -0700 |
tree | 29b67e71c04c70b735dd7e528f28b4becd7d2dd5 | |
parent | 6fbc4eb48bf368199f31a25fae60f8f7a378cc52 [diff] |
Minor fixes to CheckJNI. We weren't always switching to "running" mode before playing with objects. Now checkObject() always changes modes, and things that called checkObject while in "running" mode now do so after switching back to "native" (which shouldn't matter now, but I don't want to require nested switching to work if I don't have to). Vaguely related to internal bug 1943379, since I think we want to do some updates to CheckJNI there.