This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[Patch] PR java/9685: Fix Catching Illegal Access to Package-PrivateFields/Members
- From: Andrew Haley <aph at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Wed, 21 Apr 2004 17:54:56 +0100
- Subject: [Patch] PR java/9685: Fix Catching Illegal Access to Package-PrivateFields/Members
- References: <c634e7$kg6$1@sea.gmane.org>
Ranjit Mathew writes:
> Hi,
>
> This patch proposes to fix PR java/9685.
>
> Tested on i686-pc-linux-gnu by bootstrapping c,c++,java.
> No testsuite regressions, except for the known
> InvokeInterface failure that's unrelated to this patch.
>
> Ok for mainline?
Looks OK, but I think we should have a test case that fails before
your patch and passes afterwards.
Oh, and I guess I agree with Bryce about the function name. :-)
Andrew.