On 03/02/2015 14:30, Christopher Schultz wrote: > Mark, > > On 1/30/15 9:23 AM, ma...@apache.org wrote: >> Author: markt >> Date: Fri Jan 30 14:23:00 2015 >> New Revision: 1656022 >> >> URL: http://svn.apache.org/r1656022 >> Log: >> Clean-up > > Good catch. There are very few places in Tomcat where there are > workarounds for JVM bugs (except for the whole load-classes-on-startup > thing, which is actually quite a good strategy). Are they easy to find? > This one was well-documented, and could have been found by grep'ing for > "J2SE". Any idea if others are lurking that can also easily be found?
There have only ever been a handful of these. I tend to remove them when I see them if they clearly no longer apply. I don't know off the top of my head what else might be left. Best guess would be to search for "workaround", "work-around", "work around", "JVM bug" and similar. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org