[Bug 57583] Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2016-06-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 Mark Thomas changed: What|Removed |Added CC||benjamin.da...@gmail.com --- Comment #11

[Bug 57583] Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2016-03-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 --- Comment #10 from Henning Brune --- I just verified the improvements made in v8.0.33 in our application: Running on a current build the execution time on the relevant JSP parts is reduced to 1/10th. -- You are receiving this mail because:

[Bug 57583] Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2016-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 Henning Brune changed: What|Removed |Added OS|Linux |Solaris Hardware|PC

[Bug 57583] Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2016-03-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 --- Comment #8 from Konstantin Kolinko --- For reference: recent threads: "Intermittent ClassNotFoundException in Jasper EL evaluation" http://tomcat.markmail.org/thread/4a4x4ms63hrkpoix "r1734418" http://tomcat.markmail.org/thread/fdacbeusrgv

[Bug 57583] Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2016-03-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug 57583] Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2016-03-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 57583] Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 --- Comment #5 from Arne Bultman --- Isn't that lookup relatively static, as in could the caching of lookups not be shared across instances of ImportHandler rather than having a cache per instance? I need to read up on the spec more. Thanks f

[Bug 57583] Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 --- Comment #4 from Mark Thomas --- What you are missing is that with this change in the EL spec resolving of unscoped attributes got a lot slower. We have fixed it as best we can and I am not aware of any further improvements that could be mad

[Bug 57583] Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 --- Comment #3 from Arne Bultman --- Maybe I'm missing something, but even with this cache we still have this problem. Since a en ELContextImpl seems to be created with every jsp render, the cache has very limited effect, we're still seeing dra

[Bug 57583] Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2015-02-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57583] Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2015-02-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 --- Comment #1 from Mark Thomas --- In theory, you should be safe swapping API implementation classes but it is likely you will see different behaviour as different implmentations will have fixed different bugs. Personally, I wouldn't swap impl

[Bug 57583] Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2015-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 Yevgeny V changed: What|Removed |Added CC||jevge...@gmail.com -- You are receiving t