Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix performance issue in classloader #1090

Closed
cbxp opened this issue Jan 17, 2017 · 2 comments
Closed

Fix performance issue in classloader #1090

cbxp opened this issue Jan 17, 2017 · 2 comments
Assignees
Milestone

Comments

@cbxp
Copy link
Contributor

cbxp commented Jan 17, 2017

Remove method ApplicationClassloader.toString(), as it can cause performance issues:
some libraries (e.g. xalan) log ClassLoader.toString() many times.

@cbxp
Copy link
Contributor Author

cbxp commented Jan 17, 2017

This PR fixes the issue: #1088

@asolntsev asolntsev self-assigned this Jan 17, 2017
@xael-fry xael-fry added this to the 1.4.4 milestone Jan 18, 2017
xael-fry added a commit that referenced this issue Jan 18, 2017
…sloader

[#1090] Fix performance issue in classloader
@xael-fry
Copy link
Member

xael-fry commented Jan 19, 2017

Merged with PR #1088

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants