gcc/java/: PR libgcj/21906: * class.c (make_method_value): Use soft_abstractmethod_node for abstract method. * java-tree.h (soft_abstractmethod_node): New define. (JTI_SOFT_ABSTRACTMETHOD_NODE): New enum constant. * decl.c (java_init_decl_processing): Initialize soft_abstractmethod_node. libjava/: PR libgcj/21906: * defineclass.cc (handleMethodsEnd): Set ncode for abstract methods. * include/jvm.h (_Jv_ThrowAbstractMethodError): Declare. * link.cc (_Jv_ThrowAbstractMethodError): Renamed. No longer static. (append_partial_itable): Use it. (set_vtable_entries): Likewise. From-SVN: r100992 |
||
|---|---|---|
| .. | ||
| external | ||
| gcj | ||
| gnu | ||
| include | ||
| java | ||
| javax | ||
| jni | ||
| libltdl | ||
| org/ietf/jgss | ||
| scripts | ||
| sysdep | ||
| testsuite | ||
| .cvsignore | ||
| acinclude.m4 | ||
| aclocal.m4 | ||
| addr2name.awk | ||
| boehm.cc | ||
| ChangeLog | ||
| ChangeLog-1998 | ||
| ChangeLog-1999 | ||
| ChangeLog-2000 | ||
| ChangeLog-2001 | ||
| ChangeLog-2002 | ||
| ChangeLog-2003 | ||
| ChangeLog-2004 | ||
| configure | ||
| configure.ac | ||
| configure.host | ||
| COPYING | ||
| darwin.cc | ||
| defineclass.cc | ||
| exception.cc | ||
| gij.cc | ||
| HACKING | ||
| interpret.cc | ||
| jawt.c | ||
| jni.cc | ||
| LIBGCJ_LICENSE | ||
| libgcj-test.spec.in | ||
| libgcj.pc.in | ||
| libgcj.spec.in | ||
| libtool-version | ||
| link.cc | ||
| Makefile.am | ||
| Makefile.in | ||
| mauve-libgcj | ||
| NEWS | ||
| no-threads.cc | ||
| nogc.cc | ||
| pkg.m4 | ||
| posix-threads.cc | ||
| posix.cc | ||
| prims.cc | ||
| README | ||
| stacktrace.cc | ||
| THANKS | ||
| verify.cc | ||
| 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