gcc/libjava
Tom Tromey 42c5169549 natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL.
* java/lang/natClassLoader.cc (_Jv_UnregisterClass): Handle case
	where class' name is NULL.
	(_Jv_FindClass): Don't wait for class state.
	* java/lang/natVMClassLoader.cc (defineClass): Only unregister if
	name found.
	* include/java-interp.h (_Jv_DefineClass): Updated.
	* defineclass.cc (_Jv_DefineClass): Added 'name_result' argument.
	(struct _Jv_ClassReader): Likewise.
	(found_name): New field.
	(handleClassBegin): Set *found_name.
	(_Jv_VerifyMethodSignature): Handle case where ptr==NULL.
	(handleClassBegin): Throw error if super class not set.
	(read_methods): Correctly call check_tag and prepare_pool_entry.

From-SVN: r101301
2005-06-24 22:48:33 +00:00
..
external configure.ac (USING_ECOS_PLATFORM): Remove and merge into... 2005-06-16 01:02:24 +00:00
gcj configure.ac (USING_ECOS_PLATFORM): Remove and merge into... 2005-06-16 01:02:24 +00:00
gnu re PR libgcj/21074 (Trivial bug in the method getHeaderFieldKey() in the file java/net/protocol/http/HTTPURLConnection.java) 2005-06-15 20:08:27 +00:00
include natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL. 2005-06-24 22:48:33 +00:00
java natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL. 2005-06-24 22:48:33 +00:00
javax 2005-05-06 Roman Kennke <roman@kennke.org> 2005-05-06 06:03:17 +00:00
jni gtk_jawt.c (classpath_jawt_object_lock, [...]): New functions. 2005-05-18 14:20:53 +00:00
libltdl
org/ietf/jgss
scripts
sysdep re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError) 2005-05-25 16:24:07 -07:00
testsuite re PR java/20697 (Invalid Can't find method error on call to super) 2005-06-23 16:00:50 +01:00
.cvsignore
acinclude.m4
aclocal.m4 re PR libgcj/19877 (sometimes reconfiguring leads to incorrect config.h) 2005-06-14 20:05:59 +00:00
addr2name.awk
boehm.cc * boehm.cc (_Jv_MarkObj): Handle case where field's type is NULL. 2005-06-24 22:14:03 +00:00
ChangeLog natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL. 2005-06-24 22:48:33 +00:00
ChangeLog-1998 Shuffle ChangeLog entries into new files ChangeLog-1998, 2005-05-04 18:29:28 +00:00
ChangeLog-1999 Shuffle ChangeLog entries into new files ChangeLog-1998, 2005-05-04 18:29:28 +00:00
ChangeLog-2000 Shuffle ChangeLog entries into new files ChangeLog-1998, 2005-05-04 18:29:28 +00:00
ChangeLog-2001 Shuffle ChangeLog entries into new files ChangeLog-1998, 2005-05-04 18:29:28 +00:00
ChangeLog-2002 Shuffle ChangeLog entries into new files ChangeLog-1998, 2005-05-04 18:29:28 +00:00
ChangeLog-2003 Shuffle ChangeLog entries into new files ChangeLog-1998, 2005-05-04 18:29:28 +00:00
ChangeLog-2004 Shuffle ChangeLog entries into new files ChangeLog-1998, 2005-05-04 18:29:28 +00:00
configure configure.ac (USING_ECOS_PLATFORM): Remove and merge into... 2005-06-16 01:02:24 +00:00
configure.ac configure.ac (USING_ECOS_PLATFORM): Remove and merge into... 2005-06-16 01:02:24 +00:00
configure.host * configure.host: Handle Solaris 10/x86. 2005-06-14 23:33:08 +00:00
COPYING
darwin.cc
defineclass.cc natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL. 2005-06-24 22:48:33 +00:00
exception.cc * exception.cc: Revert 05-17 gcc_unreachable change. 2005-05-19 18:28:35 -07:00
gij.cc [multiple changes] 2005-05-13 02:02:39 +01:00
HACKING
interpret.cc interpret.cc (compile): Handle case where table entry is outside of PC range. 2005-06-24 22:04:11 +00:00
jawt.c jawt.c: Remove malloc.h, covered by stdlib.h. 2005-06-02 20:12:47 +02:00
jni.cc re PR libgcj/22036 (libjava/jni.cc compilation fix in cvs 2005-06-12) 2005-06-13 20:23:11 +00:00
LIBGCJ_LICENSE
libgcj-test.spec.in
libgcj.pc.in
libgcj.spec.in
libtool-version
link.cc re PR libgcj/21906 (hang when invoking abstract method) 2005-06-15 19:11:43 +00:00
Makefile.am Makefile.am (SUBDIRS): Use append for conditional. 2005-06-22 01:30:12 +00:00
Makefile.in Makefile.am (SUBDIRS): Use append for conditional. 2005-06-22 01:30:12 +00:00
mauve-libgcj mauve-libgcj: Remove implemented classes from the fail section. 2005-06-02 01:10:17 +02:00
NEWS
no-threads.cc
nogc.cc
pkg.m4
posix-threads.cc
posix.cc
prims.cc [multiple changes] 2005-05-13 02:02:39 +01:00
README
stacktrace.cc re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError) 2005-05-25 16:24:07 -07:00
THANKS
verify.cc verify-impl.c (verify_instructions_0): Correctly handle situation where PC falls off end. 2005-06-24 22:09:15 +00: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