[
https://issues.apache.org/jira/browse/LOG4J2-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15187335#comment-15187335
]
Matt Sicker commented on LOG4J2-869:
------------------------------------
Spring doesn't even cache classes in ClassUtils except for some classes in
java.lang. Is this really useful?
> Monitor contention at org.apache.logging.log4j.core.util.Loader.*
> -----------------------------------------------------------------
>
> Key: LOG4J2-869
> URL: https://issues.apache.org/jira/browse/LOG4J2-869
> Project: Log4j 2
> Issue Type: Improvement
> Components: Core
> Affects Versions: 2.0.1, 2.0.2, 2.1
> Reporter: Lucas Pouzac
> Labels: concurrency, performance
> Attachments: monitor_contention_log4j.png
>
>
> Loader.initializeClass() / Loader.loadClass() indirectly calls
> Class.forName0(), which calls into JRE lib method causing monitor contention.
> See screen shot
> Fix by caching values returned by Class.forName() in a static ConcurrentMap
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]