gcc/libjava
Hans Boehm ed3479983d configure.ac: Handle --enable-gc-debug.
* configure.ac: Handle --enable-gc-debug.
	* configure: Regenerate.
	* include/config.h.in (LIBGCJ_GC_DEBUG): Add.
	* boehm.cc: Include gc_mark.h, javaxfc.h, but no GC private files.
	Rearrange include file order.
	(GC_DEBUG): Set if LIBGCJ_GC_DEBUG is set.
	(GC_finalize_all, GC_debug_generic_malloc): Don't declare.
	(disable_gc_mutex): Delete along with all references.
	(_Jv_MarkObj, _Jv_MarkArray): Use public types,
	adjust for debug header size.
	(_Jv_AllocObj, _Jv_allocPtrFreeObj): Define out of line for
	debug case.
	(_Jv_AllocArray): Declare min_heap_addr only if needed.
	(gcj_describe_type_fn): New.
	(_Jv_InitGC): Use GC_new_free_list, GC_new_proc, and GC_new_kind.
	Register gcj_describe_type_fn.
	* include/boehm-gc.h:
	(_Jv_AllocObj, _Jv_allocPtrFreeObj):
	Don't define, but declare, for debug case.
	* java/lang/natObject.cc:
	(GC_DEBUG): Define if LIBGCJ_GC_DEBUG is set.

From-SVN: r86686
2004-08-28 00:45:56 +00:00
..
gcj configure.in: Renamed to configure.ac. 2004-08-20 15:14:18 +00:00
gnu
include configure.ac: Handle --enable-gc-debug. 2004-08-28 00:45:56 +00:00
java configure.ac: Handle --enable-gc-debug. 2004-08-28 00:45:56 +00:00
javax
jni
libltdl
org
scripts
sysdep
testsuite configure.in: Renamed to configure.ac. 2004-08-20 15:14:18 +00:00
.cvsignore ignore autom4te.cache 2004-08-23 23:51:56 +00:00
acinclude.m4
aclocal.m4 configure.in: Rewrote some obsolete stuff for autoconf 2.59. 2004-08-20 14:47:11 +00:00
addr2name.awk
boehm.cc configure.ac: Handle --enable-gc-debug. 2004-08-28 00:45:56 +00:00
ChangeLog configure.ac: Handle --enable-gc-debug. 2004-08-28 00:45:56 +00:00
ChangeLog-1999
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
configure configure.ac: Handle --enable-gc-debug. 2004-08-28 00:45:56 +00:00
configure.ac configure.ac: Handle --enable-gc-debug. 2004-08-28 00:45:56 +00:00
configure.host
COPYING
defineclass.cc defineclass.cc: Include <stdio.h>. 2004-08-23 19:21:19 +00:00
exception.cc
gij.cc
HACKING
interpret.cc
jni.cc javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields and access methods. 2004-08-11 23:53:42 -07:00
LIBGCJ_LICENSE
libgcj-test.spec.in
libgcj.pc.in
libgcj.spec.in
libtool-version
Makefile.am Makefile.am (AM_GCJFLAGS): Add LIBGCJ_JAVAFLAGS. 2004-08-25 15:12:25 +00:00
Makefile.in Makefile.am (AM_GCJFLAGS): Add LIBGCJ_JAVAFLAGS. 2004-08-25 15:12:25 +00:00
mauve-libgcj
NEWS
no-threads.cc
nogc.cc
pkg.m4
posix-threads.cc re PR libgcj/11801 (Problems with Process.waitFor() and exitValue()) 2004-08-12 16:20:11 +00:00
posix.cc
prims.cc prims.cc (JVMPI_NOTIFY_ALLOC): New macro. 2004-08-23 22:31:53 +01:00
README
resolve.cc javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields and access methods. 2004-08-11 23:53:42 -07:00
THANKS
verify.cc javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields and access methods. 2004-08-11 23:53:42 -07:00
win32-threads.cc
win32.cc

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