spring-boot/spring-boot-project/spring-boot-tools/spring-boot-loader
Phillip Webb 11b1318cad Reduce GC pressure in JAR handler
Update the JAR `Hander` so that URL `startsWith` checks produce less
garbage. Comparisons are now performed first on the `path` rather than
the full `toString`. URL `toString` operations produce quite a lot of
garbage since a `StringBuilder` is always used.

In addition, we now also cache the JarFile URL toString to save repeated
calculation.

Closes gh-14561
2018-09-20 22:33:19 -07:00
..
src Reduce GC pressure in JAR handler 2018-09-20 22:33:19 -07:00
pom.xml Allow individual builds of invoker plugin projects 2017-11-01 23:14:52 -07:00