This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Importing AccessController and friends from Classpath
- To: Mark Wielaard <mark at klomp dot org>
- Subject: Re: Importing AccessController and friends from Classpath
- From: Tom Tromey <tromey at redhat dot com>
- Date: 25 Jan 2001 16:48:19 -0700
- Cc: java-patches at sources dot redhat dot com
- References: <20010125180759.A8955@klomp.org>
- Reply-To: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> I wanted to import the following files from Classpath. It
Mark> allows some more code to compile that needs the AccessController
Mark> and friends, but since the code in AccessController is just
Mark> dummy code it does not actually do any access control checks.
Mark> OK to commit?
I wonder about the timing of this. The gcc tree is supposed to be
`slushy'; there are some rules about what we're supposed to commit.
I think it would be safest to wait and then commit these on the trunk
after the 3.0 branch is made.
Other comments? Perhaps we should talk to Mark Mitchell about it?
Tom