On 3/23/06, Clemens Eisserer <[EMAIL PROTECTED]> wrote: > under Tomcat 5.5.12 I see tons of uncontended thin locks on instances > of java.lang.Vector, none of the beeing ever contended.
Some rarely used (and old) code is still using some vectors, but I doubt you're using them (or your application is really doing odd stuff). The two less unusual places are range requests for static files, and WebappClassLoader.findResources. Surely your tool can tell you where this stuff occurs. -- xxxxxxxxxxxxxxxxxxxxxxxxx Rémy Maucherat Developer & Consultant JBoss Inc xxxxxxxxxxxxxxxxxxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]