This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: RFC: AccessController merge
- From: Andrew Haley <aph 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 11:11:18 +0100
- Subject: Re: RFC: AccessController merge
- References: <20060728083411.GB3675@redhat.com>
I'm a bit concerned about efficiency. For one example: OK, we walk
the stack -- we have to do that -- but we create a string for every
method name , and the only purpose of doing so AFAICS is to compare it
with "doPrivileged". We then throw away all of those strings we so
laboriously constructed...
I suppose this should go in, but we should study profile data and make
efficiency improvments if required before release.
Andrew.