[Bug java/15133] gcjh generates wrong method signatures
cvs-commit at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Apr 30 18:14:00 GMT 2004
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-04-30 18:14 -------
Subject: Bug 15133
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: rmathew@gcc.gnu.org 2004-04-30 18:14:08
Modified files:
gcc/java : ChangeLog gjavah.c
Log message:
Fixes PR java/15133
* gjavah.c (struct method_name): Add member is_native.
(overloaded_jni_method_exists_p): Match candidate method only if
it is native.
(print_method_info): Initialise is_native flag from the method's
access flags.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1358&r2=1.1359
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/gjavah.c.diff?cvsroot=gcc&r1=1.113&r2=1.114
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15133
More information about the Java-prs
mailing list