r116888 - in /branches/gcj-eclipse/libjava: Cha...
aph@gcc.gnu.org
aph@gcc.gnu.org
Tue Sep 12 15:33:00 GMT 2006
Author: aph
Date: Tue Sep 12 15:33:17 2006
New Revision: 116888
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116888
Log:
2006-06-07 Andrew Haley <aph@redhat.com>
* include/jvm.h (_Jv_Linker::maybe_adjust_signature): New.
(_Jv_Linker::uaddr): New.
* link.cc (resolve_pool_entry): Call search_method_in_superclasses
instead of an open-coded loop around search_method_in_class.
(search_method_in_class): Add a new arg, check_perms.
(search_method_in_superclasses): New.
(link_symbol_table): Call maybe_adjust_signature() to extract the
least significnt bit of the signature pointer. Do this three
times, for instace method calls, static methods, and interfaces.
Call search_method_in_superclasses() instead of
_Jv_LookupDeclaredMethod.
(typedef uaddr): Delete.
Modified:
branches/gcj-eclipse/libjava/ChangeLog
branches/gcj-eclipse/libjava/include/jvm.h
branches/gcj-eclipse/libjava/link.cc
More information about the Gcc-cvs
mailing list