This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: PR java/15133 - gcjh generates wrong method signatures


>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:

Ranjit> The following patch uses a new flag "is_native" in
Ranjit> struct method_name to keep track of whether a method
Ranjit> is native or not and changes
Ranjit> overloaded_jni_method_exists_p() to check only against
Ranjit> native methods.

Ranjit> Ok for mainline?

Yes, please commit.  Could you add a test case for this to
libjava/testsuite/libjava.jni?

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]