We currently call WebappLoader.setLoaderClass(TomcatEmbeddedWebappClassLoader.class.getName()). This results in Tomcat then using reflection to create an instance of TomcatEmbeddedWebappClassLoader. We can avoid the use of reflection by calling WebappLoader.setLoaderInstance instance.