commit | 02b48d1dae0c3adc01ef6668226fb648fb52990a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Sep 07 17:15:51 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Sep 07 17:15:51 2011 -0700 |
tree | c06c4986e1d1c65fbc39225fe330e301f803af24 | |
parent | 6108953a145c1affcadc1e0a91b17e647ee52a02 [diff] [blame] |
Sketch out detaching threads (with partial implementation). Change-Id: Iafe5f91c8170d4f90155f509ba9e2e3d921af66f
diff --git a/src/jni_internal.h b/src/jni_internal.h index ed66e64..a0fe8fc 100644 --- a/src/jni_internal.h +++ b/src/jni_internal.h
@@ -97,7 +97,7 @@ int critical; // Entered JNI monitors, for bulk exit on thread detach. - ReferenceTable monitors; + ReferenceTable monitors; // JNI local references. IndirectReferenceTable locals;