Improvement #1532
Classloading speed up
Start date:
12.10.2013
Due date:
% Done:
100%
Estimated time:
origin:
Description
In large solutions, class loading becomes a bottle neck of startup performance again. In fact, the problem is not the positive case of retrieving a class (at least not for z2 class loaders) but instead the performance of negative searches when handled by the system class loader.