Performance degradation for after Spring 3 [SPR-9972] #14606
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: duplicate
A duplicate of another issue
Ray opened SPR-9972 and commented
We found after upgrade to Spring 3.1.1, AOP behavior is changed and more overhead is added.
I found method org.springframework.util.ClassUtils.getMostSpecificMethod(Method, Class<?>) is changed and will call Class.getDeclaredMethods instead of Class.getMethod, which will be more expensive.
Affects: 3.1.1
Issue Links:
The text was updated successfully, but these errors were encountered: