[Bug 63685] WebappClassLoaderBase and StandardRoot reload classes from jar files on each call of getResource, getResourceAsStream and etc. that hit application startup performance

2019-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63685 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 63685] WebappClassLoaderBase and StandardRoot reload classes from jar files on each call of getResource, getResourceAsStream and etc. that hit application startup performance

2019-09-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63685 --- Comment #4 from Mark Thomas --- (In reply to Andrei Ivanov from comment #3) > I remember having a problem with AOP and load time weaving where Tomcat was > scanning the WAR for servlet annotations and caching the classes so by the > time

[Bug 63685] WebappClassLoaderBase and StandardRoot reload classes from jar files on each call of getResource, getResourceAsStream and etc. that hit application startup performance

2019-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63685 --- Comment #3 from Andrei Ivanov --- I remember having a problem with AOP and load time weaving where Tomcat was scanning the WAR for servlet annotations and caching the classes so by the time the app was starting and LTW enabled, the

[Bug 63685] WebappClassLoaderBase and StandardRoot reload classes from jar files on each call of getResource, getResourceAsStream and etc. that hit application startup performance

2019-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63685 --- Comment #2 from Mark Thomas --- Leaving this open for now but it will be closed as WONTFIX if no justification for caching classes is provided. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 63685] WebappClassLoaderBase and StandardRoot reload classes from jar files on each call of getResource, getResourceAsStream and etc. that hit application startup performance

2019-09-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63685 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this

[Bug 63685] WebappClassLoaderBase and StandardRoot reload classes from jar files on each call of getResource, getResourceAsStream and etc. that hit application startup performance

2019-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63685 --- Comment #1 from Mark Thomas --- It is expected that a class file is read once and once only when the class is loaded into memory. Therefore there is no point caching the contents of a class file. What use case requires that classes are

[Bug 63685] WebappClassLoaderBase and StandardRoot reload classes from jar files on each call of getResource, getResourceAsStream and etc. that hit application startup performance

2019-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63685 Alexandr changed: What|Removed |Added Hardware|All |PC -- You are receiving this mail

[Bug 63685] WebappClassLoaderBase and StandardRoot reload classes from jar files on each call of getResource, getResourceAsStream and etc. that hit application startup performance

2019-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63685 Alexandr changed: What|Removed |Added Severity|normal |major -- You are receiving this mail