OSDN Git Service

2005-12-08 Andrew Haley <aph@redhat.com>
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Dec 2005 14:19:13 +0000 (14:19 +0000)
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Dec 2005 14:19:13 +0000 (14:19 +0000)
commitfb2839e8929e45aa232f760cd3485dad76513c5d
treee764f1b2a5c7d9e67d1a6fc89048373154d65bc7
parentf39bebdba144115c82f60bfb9cead2243f7861fa
2005-12-08  Andrew Haley  <aph@redhat.com>

        * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108231 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/include/jvm.h
libjava/java/lang/Object.h
libjava/java/lang/Object.java
libjava/link.cc