https://issues.apache.org/bugzilla/show_bug.cgi?id=56838
--- Comment #7 from Konstantin Kolinko ---
(In reply to Mark Thomas from comment #6)
>
> One option to speed things up would be to use reflection to make
> findLoadedClass(String) accessible and then call it directly. That would
> give the
https://issues.apache.org/bugzilla/show_bug.cgi?id=56838
--- Comment #6 from Mark Thomas ---
(In reply to Konstantin Kolinko from comment #5)
> (In reply to Mark Thomas from comment #3)
> > The bulk of the performance difference between 7.0.x
> > and 8.0.x is as a result of different optimisation
https://issues.apache.org/bugzilla/show_bug.cgi?id=56838
Konstantin Kolinko changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|W
https://issues.apache.org/bugzilla/show_bug.cgi?id=56838
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56838
--- Comment #3 from Mark Thomas ---
Having spent some time digging into this, the bulk of the delay is related to
class loading. The text case triggers an attempt to load the same class for
every iteration. The bulk of the performance diffe
https://issues.apache.org/bugzilla/show_bug.cgi?id=56838
Mark Thomas changed:
What|Removed |Added
Summary|Performance issues with |Performance drop when using