|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Code changed in jenkins
User: Jesse Glick
Path:
xstream/src/java/com/thoughtworks/xstream/mapper/AnnotationMapper.java
http://jenkins-ci.org/commit/xstream/855b306cfcd03a07b873c59173d9e376a75c026a
Log:
JENKINS-13154 Heavy thread contention from AnnotationMapper.
UnprocessedTypesSet.add will fail for java.** types.
In this case we want to immediately cache the fact that this type has been considered.
Otherwise we will constantly be acquiring the lock on annotatedTypes just to ignore e.g. java.lang.String.