This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: RFC: AccessController merge
- From: Tom Tromey <tromey at redhat dot com>
- To: Gary Benson <gbenson at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Fri, 28 Jul 2006 10:50:36 -0400
- Subject: Re: RFC: AccessController merge
- References: <20060728083411.GB3675@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Gary" == Gary Benson <gbenson@redhat.com> writes:
Gary> The attached patch removes GCJ's java.security.AccessController and
Gary> replaces it with the one from Classpath, fixing PR 13604. The patch
Gary> is based on http://gcc.gnu.org/ml/java-patches/2004-q4/msg00764.html.
Gary> Comments?
Thanks for doing this.
Tom