gcc/libjava
Hans Boehm 28e99c6271 re PR libgcj/16662 (IllegalMonitorStateException in EventQueue.getNextEvent(): possible hash synchronization bug?)
PR libgcj/16662
	* java/lang/natObject.cc (LOCK_LOG, LOG): Add debug tracing.
	(Almost everywhere): add LOG calls, fix, add comments.
	(_Jv_MonitorEnter): Replace masking of LOCKED bit with assertion.
	Add explicit check for LOCKED bit in slow case (PR 16662).
	(_Jv_MonitorExit): Add casts in debug-only code.
	Always release LOCKED bit before throwing exception.
	(_Jv_ObjectCheckMonitor): Lock may be held if lightweight lock
	isn't.  Handle easy cases without lock acquisition.
	(Object::wait): Use NotifyAll for lock inflation.

From-SVN: r85884
2004-08-12 17:56:32 +00:00
..
gcj re PR libgcj/11801 (Problems with Process.waitFor() and exitValue()) 2004-08-12 16:20:11 +00:00
gnu 2004-07-30 Michael Koch <konqueror@gmx.de> 2004-07-30 14:50:50 +00:00
include re PR libgcj/11801 (Problems with Process.waitFor() and exitValue()) 2004-08-12 16:20:11 +00:00
java re PR libgcj/16662 (IllegalMonitorStateException in EventQueue.getNextEvent(): possible hash synchronization bug?) 2004-08-12 17:56:32 +00:00
javax [multiple changes] 2004-07-22 15:36:05 +00:00
jni [multiple changes] 2004-07-22 15:36:05 +00:00
libltdl Makefile.in: Regenerate with automake 1.8.5. 2004-06-15 07:32:58 +00:00
org
scripts unicode-muncher.pl: Updated to version 2.1 from GNU classpath. 2004-07-09 21:00:12 +00:00
sysdep configure.host: Enable hash synchronization on Darwin. 2004-07-07 20:24:00 +02:00
testsuite Process_1.java: New test. 2004-08-12 16:24:56 +00:00
COPYING
ChangeLog re PR libgcj/16662 (IllegalMonitorStateException in EventQueue.getNextEvent(): possible hash synchronization bug?) 2004-08-12 17:56:32 +00:00
ChangeLog-1999
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
HACKING
LIBGCJ_LICENSE
Makefile.am re PR libgcj/11801 (Problems with Process.waitFor() and exitValue()) 2004-08-12 16:20:11 +00:00
Makefile.in re PR libgcj/11801 (Problems with Process.waitFor() and exitValue()) 2004-08-12 16:20:11 +00:00
NEWS * NEWS: Updated with news up to GCC 3.4 release. 2004-07-29 03:50:36 +01:00
README README: Remove obsolete info. 2004-07-29 03:13:04 +01:00
THANKS README: Remove obsolete info. 2004-07-29 03:13:04 +01:00
acinclude.m4 acinclude.m4: Correctly quote PKG_CHECK_MODULES. 2004-08-04 19:30:13 +00:00
aclocal.m4 acinclude.m4: Correctly quote PKG_CHECK_MODULES. 2004-08-04 19:30:13 +00:00
addr2name.awk
boehm.cc class.c (make_class_data): Add new field aux_info. 2004-04-20 02:38:46 +01:00
configure re PR libgcj/11801 (Problems with Process.waitFor() and exitValue()) 2004-08-12 16:20:11 +00:00
configure.host s390.md ("udivsi3"): Ensure trap is generated for division by zero. 2004-07-14 13:09:09 +00:00
configure.in re PR libgcj/11801 (Problems with Process.waitFor() and exitValue()) 2004-08-12 16:20:11 +00:00
defineclass.cc javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields and access methods. 2004-08-11 23:53:42 -07:00
exception.cc
gij.cc jvm.h (namespace jcj): Declare verbose_class_flag 2004-07-07 16:44:12 -07:00
interpret.cc interpret.cc (run): Correctly access libffi return values of integral smaller-than-int type... 2004-07-13 21:06:33 +00:00
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-test.spec.in
libgcj.pc.in
libgcj.spec.in
libtool-version
mauve-libgcj
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 javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields and access methods. 2004-08-11 23:53:42 -07:00
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
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 configure.in [...] (SYSTEMSPEC): Remove -lwsock32. 2004-08-01 04:29:31 +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