gcc/libjava
Andrew Haley ccd83be5d6 re PR libgcj/25265 (linking BC-compiled classes with incompatible changes)
2005-12-08  Andrew Haley  <aph@redhat.com>

        PR libgcj/25265
        * java-tree.h (enum java_tree_index): Add JTI_SOFT_NOSUCHFIELD_NODE.
        (soft_abstractmethod_node): New.
        * expr.c (build_field_ref): Add in-line check for missing field.
        * decl.c (java_init_decl_processing): Add soft_nosuchfield_node.

2005-12-08  Andrew Haley  <aph@redhat.com>

        PR libgcj/25265
        * java/lang/Object.h (throwNoSuchMethodError): New method.
        * java/lang/Object.java (throwNoSuchMethodError): New method.
        * include/jvm.h (_Jv_ThrowNoSuchFieldError): Declare.
        * link.cc (_Jv_ThrowNoSuchFieldError): New.
        (link_symbol_table): Don't throw a NoSuchFieldError if a field is
        missing.  Instead, set the otable entry to zero.
        (link_symbol_table): If we don't find a nonstatic method, insert
        the vtable offset of Object.throwNoSuchMethodError() into the
        otable.

From-SVN: r108235
2005-12-08 15:32:44 +00:00
..
classpath re PR bootstrap/25207 (bootstrap fails on libjava if alsa headers present but no -lasound.) 2005-12-01 19:33:42 +00:00
gcj ia64-frame.h: Removed. 2005-11-25 04:15:15 +00:00
gnu standard.omit.in: Remove javax/rmi, org/omg, gnu/CORBA and gnu/javax/rmi. 2005-11-25 22:30:53 +00:00
include Object.h (throwNoSuchMethodError): New method. 2005-12-08 14:19:13 +00:00
java Object.h (throwNoSuchMethodError): New method. 2005-12-08 14:19:13 +00:00
libltdl .cvsignore are not needed for subversion, remove them. 2005-10-31 18:20:58 +01:00
scripts standard.omit.in: Remove javax/rmi, org/omg, gnu/CORBA and gnu/javax/rmi. 2005-11-25 22:30:53 +00:00
sysdep ia64-frame.h: Removed. 2005-11-25 04:15:15 +00:00
testsuite parse.y (patch_new_array_init): Don't set length on array. 2005-12-06 02:30:11 +00:00
COPYING
ChangeLog re PR libgcj/25265 (linking BC-compiled classes with incompatible changes) 2005-12-08 15:32:44 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
HACKING * HACKING: Update instructions for classpath import. 2005-09-28 21:43:23 +00:00
LIBGCJ_LICENSE Update FSF address 2005-06-30 03:22:09 +00:00
Makefile.am ia64-frame.h: Removed. 2005-11-25 04:15:15 +00:00
Makefile.in standard.omit.in: Remove javax/rmi, org/omg, gnu/CORBA and gnu/javax/rmi. 2005-11-25 22:30:53 +00:00
NEWS
README
THANKS
aclocal.m4 re PR libgcj/23367 (_Jv_FindMethodInCache is not thread-safe) 2005-09-27 20:03:09 +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
configure ia64-frame.h: Removed. 2005-11-25 04:15:15 +00:00
configure.ac ia64-frame.h: Removed. 2005-11-25 04:15:15 +00:00
configure.host re PR target/23602 (1081 test failures in libjava, when configured for i486-linux) 2005-10-05 11:19:26 -07:00
darwin.cc
defineclass.cc re PR libgcj/16032 (libgcj should reject class files with incorrect version numbers) 2005-09-15 22:02:13 +00:00
exception.cc
gij.cc gij.cc (nonstandard_opts_help): Add entry for -Xss. 2005-11-25 03:36:13 +00:00
interpret.cc re PR libgcj/16032 (libgcj should reject class files with incorrect version numbers) 2005-09-15 22:02:13 +00:00
jni.cc re PR java/18278 (JNI functions cannot return a weak reference) 2005-11-29 18:34:58 +00:00
libgcj-test.spec.in
libgcj.pc.in
libgcj.spec.in
libtool-version * libtool-version: Updated. 2005-07-01 23:43:39 +00:00
link.cc Object.h (throwNoSuchMethodError): New method. 2005-12-08 14:19:13 +00:00
mauve-libgcj mauve-libgcj: Disable javax.rmi.* and java.io.InputStreamReader.getEncoding. 2005-11-07 21:31:50 +00:00
mingwld.m4 Makefile.am (ACLOCAL_AMFLAGS): Also include "..". 2005-08-22 22:36:35 +00:00
no-threads.cc
nogc.cc
pkg.m4
posix-threads.cc re PR libgcj/25016 (Integer overflow in _Jv_CondWait) 2005-11-25 16:18:17 +00:00
posix.cc
prims.cc Implement -Xss. 2005-11-17 20:25:57 +00:00
shlibpath.m4 re PR libgcj/23762 (java.library.path should default to value of environment variable specified by LTDL_SHLIBPATH_VAR) 2005-09-12 23:50:01 +00:00
sources.am standard.omit.in: Remove javax/rmi, org/omg, gnu/CORBA and gnu/javax/rmi. 2005-11-25 22:30:53 +00:00
stacktrace.cc stacktrace.cc (UnwindTraceFn): Use UNWRAP_FUNCTION_DESCRIPTOR to compare _Jv_InterpMethod::run against current... 2005-12-01 10:28:16 +10:30
standard.omit.in standard.omit.in: Remove javax/rmi, org/omg, gnu/CORBA and gnu/javax/rmi. 2005-11-25 22:30:53 +00:00
verify.cc re PR libgcj/16032 (libgcj should reject class files with incorrect version numbers) 2005-09-15 22:02:13 +00:00
win32-threads.cc
win32.cc

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