OSDN Git Service

Test for null object in the Get<Type>Field and Set<Type>Field JNI functions.
authorAndy McFadden <fadden@android.com>
Mon, 4 May 2009 19:28:51 +0000 (12:28 -0700)
committerAndy McFadden <fadden@android.com>
Mon, 4 May 2009 19:28:51 +0000 (12:28 -0700)
commit1cf3b27e857824af08bab76489b6e25a213edc8d
treedb40fcb947f0a5f859a7903d32c9648adf46b749
parent8eeeefccffb5e06107cd444436cc229f282a2b72
Test for null object in the Get<Type>Field and Set<Type>Field JNI functions.

Also adds some "return" calls after abortMaybe(), since it won't actually
abort if "warnonly" is set.
vm/CheckJni.c