On Jan 25, 11:28 am, Elliott Hughes <
e...@google.com> wrote:
> On Jan 24, 7:23 pm, ManDroid <
glenn_axwor...@yahoo.com> wrote:
>
> > I find myself needing to call back into the JVM from arbitrary native
> > threads that may or may not be long-lived. It's easy enough call
> > AttachCurrentThread prior to every Java method invocation on the
> > assumption that it's a (presumably fast) no op if the thread's already
> > attached,
>
> it is a fast no-op if the thread's already attached. i'll add a note
> tohttp://
developer.android.com/guide/practices/design/jni.htmlto
> make this explicit.