This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch: PR java/20338 - Call _Jv_InitClass for private static methods in an inner class
- From: Andrew Haley <aph at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: GCJ Patches <java-patches at gcc dot gnu dot org>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 9 Mar 2005 14:59:41 +0000
- Subject: Re: Patch: PR java/20338 - Call _Jv_InitClass for private static methods in an inner class
- References: <39399b9d05030906496bc93756@mail.gmail.com>
Ranjit Mathew writes:
>
> PR java/20338
> * decl.c (finish_method): Emit _Jv_InitClass for private static
> methods inside inner classes as well.
OK, thanks.
Andrew.