[Bug java/19285] Interfaces not initialized by static field access
cvs-commit at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Apr 29 18:35:00 GMT 2005
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-29 18:35 -------
Subject: Bug 19285
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: aph@gcc.gnu.org 2005-04-29 18:35:37
Modified files:
libjava : prims.cc link.cc ChangeLog
libjava/include: jvm.h
Log message:
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.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/prims.cc.diff?cvsroot=gcc&r1=1.110&r2=1.111
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/link.cc.diff?cvsroot=gcc&r1=1.13&r2=1.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3578&r2=1.3579
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/include/jvm.h.diff?cvsroot=gcc&r1=1.83&r2=1.84
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19285
More information about the Java-prs
mailing list