Issue Type: Improvement Improvement
Affects Versions: 1.4.4
Assignee: Jörg Schaible
Components: Core
Created: 26/Jul/13 8:44 AM
Description:

com.thoughtworks.xstream.core.util.ClassLoaderReference is referring another ClassLoader and does not add any restriction itself.
As such, it should call java.lang.ClassLoader.registerAsParallelCapable() in its static initializer to mark itself as parallel capable, which allows the VM to use it concurrently.
This is new with Java7 and not calling the method introduces an unneeded performance loss.
See ClassLoader's Javadoc for more background info.

Project: XStream
Priority: Major Major
Reporter: Rico Neubauer
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

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to