jni.cc (ClassClass): Removed; updated all users.
authorTom Tromey <tromey@redhat.com>
Fri, 15 Jun 2001 22:09:10 +0000 (22:09 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 15 Jun 2001 22:09:10 +0000 (22:09 +0000)
commit39986dd5ee67a3d1190750c00d8770a8f62f5bb8
tree03b8104303ce7672ba05c9452e26e435fac2c617
parentb927dc22376b479fd49cc5488d6adc347c05a738
jni.cc (ClassClass): Removed; updated all users.

* jni.cc (ClassClass): Removed; updated all users.
(ObjectClass): Likewise.
(ThrowableClass): Likewise.
(MethodClass): Likewise.
(ThreadGroupClass): Likewise.
(local_ref_table): Renamed from `ref_table'.
(global_ref_table): New global.
(_Jv_JNI_Init): Initialize both ref tables.
(mark_for_gc): Added `ref_table' parameter.
(unmark_for_gc): Likewise.  Also, fail if we unreferenced too many
times.
(_Jv_JNI_NewGlobalRef): Updated for new mark function.
(_Jv_JNI_DeleteGlobalRef): Likewise.
(_Jv_JNI_DeleteLocalRef): Likewise.
(_Jv_JNI_NewLocalRef): Likewise.
(_Jv_JNI_PopLocalFrame): Likewise.
(_Jv_JNI_GetStringChars): Likewise.
(_Jv_JNI_ReleaseStringChars): Likewise.
(_Jv_JNI_GetPrimitiveArrayElements): Likewise.
(_Jv_JNI_ReleasePrimitiveArrayElements): Likewise.

From-SVN: r43409
libjava/ChangeLog
libjava/jni.cc