Skip to content
Snippets Groups Projects
Forked from redox-os / gcc
Loading
  • aph's avatar
    fb2839e8
    2005-12-08 Andrew Haley <aph@redhat.com> · fb2839e8
    aph authored
            * 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
    fb2839e8
    History
    2005-12-08 Andrew Haley <aph@redhat.com>
    aph authored
            * 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
link.cc 52.58 KiB