This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/20338] Program compiled with gcj crashes when accessing private static method from nested class
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 9 Mar 2005 19:05:04 -0000
- Subject: [Bug java/20338] Program compiled with gcj crashes when accessing private static method from nested class
- References: <20050305231532.20338.zbigniew@chyla.homeip.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-09 19:05 -------
Subject: Bug 20338
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: rmathew@gcc.gnu.org 2005-03-09 19:04:55
Modified files:
gcc/java : ChangeLog decl.c
Log message:
PR java/20338
* decl.c (finish_method): Emit _Jv_InitClass for private static
methods inside inner classes as well.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1569&r2=1.1570
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/decl.c.diff?cvsroot=gcc&r1=1.211&r2=1.212
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20338