re PR java/19285 (Interfaces not initialized by static field access)
commitf3dc41fe8e21d79b5338eca6fa50e894b6a4db14
authorAndrew Haley <aph@redhat.com>
Fri, 29 Apr 2005 18:35:36 +0000 (29 18:35 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Fri, 29 Apr 2005 18:35:36 +0000 (29 18:35 +0000)
treeba9d688326059397b1b085f20d47c6aba292b04f
parent528a7d226228804091bbcccca1ee5e97656e0092
re PR java/19285 (Interfaces not initialized by static field access)

2005-04-27  Andrew Haley  <aph@redhat.com>

        PR java/19285
        * prims.cc (_Jv_ResolvePoolEntry): New function.
        * include/jvm.h (_Jv_Linker::find_field): New arg: found_class.
        * link.cc (_Jv_Linker::find_field): New arg: found_class.
        (resolve_pool_entry): Initialize the class in which a field is
        found.
        (link_symbol_table): Pass new arg to found_class.

From-SVN: r99006
libjava/ChangeLog
libjava/include/jvm.h
libjava/link.cc
libjava/prims.cc