commit | 44199d249d6ec0af62477a095eae9818bcb00d3f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Oct 07 16:33:23 2009 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Oct 07 16:33:23 2009 -0700 |
tree | 0727ca866b426a37928b6d8fec66c95da567b38d | |
parent | a27b3406672f9f7a5452129098358b8044dea00c [diff] |
JNI Delete* and Release* _are_ allowed while an exception is pending. See "Exceptions" in our own documentation: http://android.git.kernel.org/?p=platform/dalvik.git;a=blob_plain;f=docs/jni-tips.html;hb=HEAD This is also true of the RI, though the spec sometimes implies otherwise. Here's the canonical reference: http://java.sun.com/docs/books/jni/html/design.html#2193