commit | 685130aef232bb87a69369093c603f256db4d32c | [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 | feae64d0ec8aa601acd5c140fdf5b17c878724dc | |
parent | 3ca00f6c654aa2d4dd4c041dd8bf8ba1002a324d [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