mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-15 16:11:24 +08:00
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
This commit is contained in:
parent
9edd0f5e69
commit
ccd83be5d6
@ -1,5 +1,6 @@
|
||||
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.
|
||||
|
@ -1,5 +1,6 @@
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user