This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: RFC: SecurityManager 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: 04 Aug 2006 21:14:42 -0600
- Subject: Re: RFC: SecurityManager merge
- References: <20060804083532.GA6381@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Gary" == Gary Benson <gbenson@redhat.com> writes:
Gary> The attached patch merges most of GCJ's java.lang.SecurityManager with
Gary> Classpath, making use of the now-working AccessController. The patch
Gary> is based on http://gcc.gnu.org/ml/java-patches/2004-q3/msg00372.html.
Looks good, thanks.
Gary> For reference I've also attached a diff of the remaining differences
Gary> from Classpath.
Thanks for including this detail in the email; I appreciated it.
Tom