gcc/libjava
Bryce McKinlay 7ddf92a874 re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with garbage collector)
boehm-gc
	PR libgcj/13212:
	* configure.ac: Check for pthread_getattr_np(). Remove
	GC_PTHREAD_SYM_VERSION detection.
	* include/gc.h (GC_register_my_thread, GC_unregister_my_thread,
	GC_get_thread_stack_base): New declarations.
	* pthread_support.c (GC_register_my_thread, GC_unregister_my_thread,
	GC_get_thread_stack_base): New functions.
	(GC_delete_thread): Don't try to free the first_thread.
	* misc.c (GC_init_inner): Use GC_get_thread_stack_base() if possible.
	(pthread_create_, constr): Removed.
	(pthread_create): Don't rename.
	* include/gc_ext_config.h.in: Rebuilt.
	* include/gc_pthread_redirects.h (pthread_create): Define 
	unconditionally.
	* include/gc_config.h.in: Rebuilt.
	* configure: Rebuilt.
libjava
	* java/lang/natThread.cc (_Jv_AttachCurrentThread): Attach thread
	to GC.
	(_Jv_DetachCurrentThread): Detach thread from GC.
	* include/boehm-gc.h (_Jv_GCAttachThread, _Jv_GCDetachThread):
	Declare.
	* boehm.cc (_Jv_GCAttachThread): New function.
	(_Jv_GCDetachThread): Likewise.

From-SVN: r116313
2006-08-21 22:07:30 +00:00
..
classpath check_jni_methods.sh: Don't use the "set -C" command which isn't available in all shells. 2006-08-18 19:58:06 +00:00
gcj jvspec.c (lang_specific_driver): Add -s-bc-abi when needed. 2006-08-17 01:03:21 +00:00
gnu Imported GNU Classpath 0.92 2006-08-14 23:12:35 +00:00
include re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with garbage collector) 2006-08-21 22:07:30 +00:00
java re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with garbage collector) 2006-08-21 22:07:30 +00:00
javax/naming/spi Imported GNU Classpath 0.92 2006-08-14 23:12:35 +00:00
libltdl re PR bootstrap/27818 (libjava installs libltdl sources in $prefix/share/libtool) 2006-06-05 15:08:56 +00:00
scripts Imported GNU Classpath 0.92 2006-08-14 23:12:35 +00:00
sysdep backtrace.h (fallback_backtrace): Add "0x55 0x8B 0xEC" as another sequence that can indicate a "pushl %ebp... 2006-08-19 15:35:11 +00:00
testsuite jvspec.c (lang_specific_driver): Add -s-bc-abi when needed. 2006-08-17 01:03:21 +00:00
COPYING
ChangeLog re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with garbage collector) 2006-08-21 22:07:30 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
HACKING Imported GNU Classpath 0.92 2006-08-14 23:12:35 +00:00
LIBGCJ_LICENSE
Makefile.am Makefile.am (install-exec-hook): Support $(DESTDIR). 2006-08-17 10:03:34 -07:00
Makefile.in Makefile.am (install-exec-hook): Support $(DESTDIR). 2006-08-17 10:03:34 -07:00
NEWS
README
THANKS
aclocal.m4 Makefile.am: Add install-html target. 2006-05-24 21:32:12 +00:00
addr2name.awk
boehm.cc re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with garbage collector) 2006-08-21 22:07:30 +00:00
configure jvspec.c (lang_specific_driver): Add -s-bc-abi when needed. 2006-08-17 01:03:21 +00:00
configure.ac jvspec.c (lang_specific_driver): Add -s-bc-abi when needed. 2006-08-17 01:03:21 +00:00
configure.host jvspec.c (lang_specific_driver): Add -s-bc-abi when needed. 2006-08-17 01:03:21 +00:00
darwin.cc
defineclass.cc
exception.cc
gij.cc makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-qt.lo. 2006-06-07 21:46:24 +00:00
interpret-run.cc java-interp.h (_Jv_InterpMethod::run_debug): New method. 2006-08-15 20:40:10 +00:00
interpret.cc java-interp.h (_Jv_InterpMethod::run_debug): New method. 2006-08-15 20:40:10 +00:00
jni-libjvm.cc Makefile.am (AM_CXXFLAGS): Define GCJ_VERSIONED_LIBDIR to "$(dbexecdir)". 2006-06-20 19:25:32 +00:00
jni.cc jvm.h (_Jv_GetJVMTIEnv): Declare. 2006-07-20 19:30:30 +00:00
jvmti.cc jvmti.cc: Include gcj/method.h. 2006-08-05 03:17:07 +00:00
libgcj-test.spec.in
libgcj.pc.in
libgcj.spec.in jvspec.c (lang_specific_driver): Add -s-bc-abi when needed. 2006-08-17 01:03:21 +00:00
libgcj_bc.c jvspec.c (lang_specific_driver): Add -s-bc-abi when needed. 2006-08-17 01:03:21 +00:00
libtool-version * libtool-version: Updated. 2006-08-17 01:57:55 +00:00
link.cc jvm.h (_Jv_Linker::maybe_adjust_signature): New. 2006-06-08 14:00:43 +00:00
mauve-libgcj
mingwld.m4
no-threads.cc
nogc.cc no-gc.h (_Jv_SuspendThread): Declare. 2006-06-26 16:31:06 +00:00
pkg.m4
posix-threads.cc boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the contents. 2006-07-21 23:45:03 +00:00
posix.cc re PR libgcj/28226 (posix.cc:222: error: invalid conversion from 'const void*' to 'void*') 2006-07-04 22:21:40 +02:00
prims.cc prims.cc (_Jv_CreateJavaVM): Move setting runtimeInitialized from the start to the end of the function. 2006-07-28 07:40:17 +00:00
shlibpath.m4
sources.am Imported GNU Classpath 0.92 2006-08-14 23:12:35 +00:00
stacktrace.cc java-interp.h (_Jv_InterpMethod::run_debug): New method. 2006-08-15 20:40:10 +00:00
standard.omit.in makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-gtk.lo. 2006-05-30 21:38:51 +00:00
verify.cc
win32-threads.cc boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the contents. 2006-07-21 23:45:03 +00:00
win32.cc libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for startfile. 2006-07-05 02:15:51 +00:00

README

This is libgcj: the runtime library for gcj, the GNU Compiler for Java. 
libgcj provides a partial implementation of the Java Class Libraries.

libgcj is free software.  See the file LIBGCJ_LICENSE for copying permission.


DOCUMENTATION
=============

All documentation, including detailed installation and usage instructions,
can be found on the gcj web pages at this URL:

		http://gcc.gnu.org/java/

BUGS
====

Please submit bug reports via this URL:

	http://gcc.gnu.org/bugzilla