This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: Another AccessController speedup


Hi all,

When I first mailed the AccessController patch for comments Andrew
Haley pointed out that for every method a string is created solely
to be compared with "doPrivileged" and then thrown away.  This
commit gets rid of all that.  On my Tomcat benchmark this improves
performance from 2100 to 2200 requests per second.

Cheers,
Gary

Attachment: stacktrace.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]