gcc/libjava
Paolo Bonzini 27e928edee re PR java/21436 (imports not remembered for previously compiled files)
gcc/java:
2005-05-10  Paolo Bonzini  <bonzini@gnu.org>

	PR java/21436
	* class.c (maybe_layout_super_class): Look for imports in this_class.
	* parse.h (ctxp_for_generation_last): New.
	(do_resolve_class): Add a parameter.
	* parse.y (ctxp_for_generation_last): New.
	(java_pop_parser_context): Add at end of list.
	(find_in_imports, find_in_imports_on_demand): Look in ctxp
	if the TYPE_IMPORT_LIST or respectively the TYPE_IMPORT_DEMAND_LIST of
	the given type are NULL.
	(do_resolve_class): Look into the imports of the new second parameter.
	Adjust recursive calls.
	(resolve_class, resolve_inner_class, find_as_inner_class): Adjust
	calls to do_resolve_class.
	(create_class): Set the TYPE_IMPORT_LIST and TYPE_IMPORT_DEMAND_LIST.
	(java_complete_class): Do not do that here.

libjava:
2005-05-10  Paolo Bonzini  <bonzini@gnu.org>

	PR java/21436
	* testsuite/libjava.jacks/jacks.xfail: Adjust.

From-SVN: r99513
2005-05-10 13:23:35 +00:00
..
external re PR libgcj/20750 (libgcj needs a --with-java-home configure option) 2005-04-05 23:46:09 +00:00
gcj re PR libgcj/20750 (libgcj needs a --with-java-home configure option) 2005-04-05 23:46:09 +00:00
gnu GtkVolatileImage.java: Add imports. 2005-05-07 13:17:00 +00:00
include re PR java/19285 (Interfaces not initialized by static field access) 2005-04-29 18:35:36 +00:00
java BitSet.java (get(int, int)): Fix breakage when requested set doesn't start on a multiple of 64. 2005-05-10 00:48:49 +00:00
javax 2005-05-06 Roman Kennke <roman@kennke.org> 2005-05-06 06:03:17 +00:00
jni gnu_java_awt_peer_gtk_GdkPixbufDecoder.c: use DeleteLocalRef() to avoid exhausting local native references. 2005-05-06 06:10:18 +00:00
libltdl Makefile.am (gtk_c_source_files): Remove jni/classpath/jcl.c, jni/classpath/jnilink.c, jni/classpath/primlib.c. 2005-03-17 00:59:33 +00:00
org/ietf/jgss
scripts re PR libgcj/20975 (Remove scripts/TexinfoDoclet.java) 2005-04-12 21:06:44 +01:00
sysdep New Stack Trace infrastructure. 2005-03-10 19:02:21 +00:00
testsuite re PR java/21436 (imports not remembered for previously compiled files) 2005-05-10 13:23:35 +00:00
.cvsignore
acinclude.m4
aclocal.m4 Makefile.in: Rebuilt. 2005-03-24 00:04:22 +00:00
addr2name.awk
boehm.cc boehm.cc (_Jv_MarkObj): Don't follow null pointer to static field... 2005-03-28 00:09:38 -08:00
ChangeLog re PR java/21436 (imports not remembered for previously compiled files) 2005-05-10 13:23:35 +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: Regenerate. 2005-05-10 01:43:00 +00:00
configure.ac 2005-04-29 Michael Koch <konqueror@gmx.de> 2005-04-29 22:10:09 +00:00
configure.host New Stack Trace infrastructure. 2005-03-10 19:02:21 +00:00
COPYING
darwin.cc
defineclass.cc New Stack Trace infrastructure. 2005-03-10 19:02:21 +00:00
exception.cc exception.cc: Remove stray MethodRef.h include. 2005-03-11 04:30:20 +00:00
gij.cc gij.cc (version): Properly quote java version. 2005-04-15 02:40:02 +00:00
HACKING
interpret.cc jni.cc (natrehash): Don't bother clearing memory again. 2005-04-22 19:02:41 +00:00
jawt.c
jni.cc re PR libgcj/21020 (java.lang.NoSuchFieldError regression from earlier 4.0.0 snapshot) 2005-04-26 20:52:34 +00:00
LIBGCJ_LICENSE
libgcj-test.spec.in
libgcj.pc.in
libgcj.spec.in
libtool-version
link.cc re PR java/19285 (Interfaces not initialized by static field access) 2005-04-29 18:35:36 +00:00
Makefile.am Makefile.am (gtk_awt_peer_sources): Add GtkVolatileImage.java. 2005-05-06 23:06:18 +00:00
Makefile.in Makefile.am (gtk_awt_peer_sources): Add GtkVolatileImage.java. 2005-05-06 23:06:18 +00:00
mauve-libgcj
NEWS
no-threads.cc
nogc.cc
pkg.m4
posix-threads.cc
posix.cc
prims.cc re PR java/19285 (Interfaces not initialized by static field access) 2005-04-29 18:35:36 +00:00
README
stacktrace.cc Makefile.in: Rebuilt. 2005-03-24 00:04:22 +00:00
THANKS
verify.cc jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException. 2005-04-05 22:26:26 +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