https://bz.apache.org/bugzilla/show_bug.cgi?id=63235
--- Comment #9 from Phillip Webb <pw...@pivotal.io> --- > Can you provide some context around why 31ms is significant for the use > case you are considering? It doesn't seem significant for the typical use > cases we see. Spring Boot uses Embedded Tomcat as it's default servlet container and startup time has been quite a focus in recent months. As much as possible we want developers to be able to restart their applications quickly during development time. We're also seeing a lot of interest in using Spring Boot in FaaS environments. These are quite different to traditional deployments as applications are only started on demand, and are closed very quickly. > I do plan to look at the first option I described in comment #2. There are a > few things > on my TODO list so if you wanted to re-work your PR in that direction it > would certainly > help progress things. I'll take another look. I made one change but I was missing the context of #51400. Looking at the Java 8 source code [1], I'd say that's still an issue. [1] https://github.com/openjdk-mirror/jdk/blame/adea42765ae4e7117c3f0e2d618d5e6aed44ced2/src/share/classes/sun/nio/cs/FastCharsetProvider.java#L131-L135 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org