gcc/libjava/java
Andrew Haley 9edd0f5e69 Object.h (throwNoSuchMethodError): New method.
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.

From-SVN: r108231
2005-12-08 14:19:13 +00:00
..
io [multiple changes] 2005-11-16 16:30:03 +00:00
lang Object.h (throwNoSuchMethodError): New method. 2005-12-08 14:19:13 +00:00
net [multiple changes] 2005-11-17 20:38:40 +00:00
nio Major merge with Classpath. 2005-07-16 01:27:14 +00:00
security Major merge with Classpath. 2005-07-16 01:27:14 +00:00
text [multiple changes] 2005-11-17 14:03:22 +00:00
util ZipEntry.java: Removed, fully merged now. 2005-11-16 22:39:13 +00:00