re PR java/26390 (Problem dispatching method call when method does not exist in superclass)

gcc/java
	PR java/26390:
	* class.c (get_interface_method_index): Don't put <clinit> into
	interface table.
libjava
	PR java/26390:
	* link.cc (get_interfaces): Skip <clinit>.
	(append_partial_itable): Likewise.

From-SVN: r112093
This commit is contained in:
Tom Tromey
2006-03-15 18:29:44 +00:00
committed by Tom Tromey
parent 2afd35b338
commit 88200a8dd1
4 changed files with 36 additions and 13 deletions
+6
View File
@@ -1,3 +1,9 @@
2006-03-15 Tom Tromey <tromey@redhat.com>
PR java/26390:
* link.cc (get_interfaces): Skip <clinit>.
(append_partial_itable): Likewise.
2006-03-10 Tom Tromey <tromey@redhat.com>
PR libgcj/25713: