gcc/libjava/testsuite
Tom Tromey b9e6a2e5de re PR libgcj/23367 (_Jv_FindMethodInCache is not thread-safe)
PR libgcj/23367:
	* include/jvm.h (_Jv_FreeMethodCache): Declare.
	* java/lang/natClass.cc (MCACHE_SIZE): Conditional on HAVE_TLS.
	(struct _Jv_mcache): Likewise.
	(method_cache): Likewise.
	(_Jv_FindMethodInCache): Do nothing unless TLS is available.
	(_Jv_AddMethodToCache): Likewise.
	(_Jv_FreeMethodCache): New function.
	* java/lang/natThread.cc (finish_): Call _Jv_FreeMethodCache.
	* aclocal.m4, configure, include/config.h.in: Rebuilt.
	* configure.ac: Invoke GCC_CHECK_TLS.

From-SVN: r104707
2005-09-27 20:03:09 +00:00
..
config
lib libjava.exp (libjava_find_gij): Use $objdir/.. 2005-05-09 17:52:36 +01:00
libjava.cni re PR java/9577 (Linker error for legal Java/CNI code if method parameters are reversed) 2003-09-17 15:25:07 +00:00
libjava.compile Testsuite changes for PR java/23431. 2005-09-05 15:04:40 +00:00
libjava.jacks * testsuite/libjava.jacks/jacks.xfail: Updated for PR java/23891. 2005-09-21 13:45:21 +00:00
libjava.jar jar.exp (gcj_jar_interpret): Updated. 2004-12-21 01:01:08 +00:00
libjava.jni jni.exp (gcj_jni_invocation_test_one): Use libjava_find_lib to find the proper libgcj. 2005-09-17 11:12:43 -07:00
libjava.lang class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial state. 2005-08-17 20:44:10 +00:00
libjava.loader * Merged gcj-abi-2-dev-branch to trunk. 2004-11-25 03:47:08 +00:00
libjava.mauve xfails: Updated to reflect current state of mauve and libjava. 2005-06-26 22:41:31 +02:00
libjava.special re PR java/21115 (false boolean argument passed from pre-compiled to interpreted method is true) 2005-04-21 16:22:33 +00:00
libjava.verify jar.exp (gcj_jar_interpret): Updated. 2004-12-21 01:01:08 +00:00
ChangeLog-old re PR java/15769 (ICE: infinite recursion through gimplify_expr) 2004-06-08 06:30:33 -07:00
Makefile.am gxx-include-dir.m4: In all substitutions, leave $(gcc_version) to be expanded by the Makefile. 2005-03-21 18:12:32 +00:00
Makefile.in re PR libgcj/23367 (_Jv_FindMethodInCache is not thread-safe) 2005-09-27 20:03:09 +00:00