[ 
https://issues.apache.org/jira/browse/FELIX-3553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507079#comment-13507079
 ] 

Richard S. Hall commented on FELIX-3553:
----------------------------------------

Your locking approach doesn't allow the thread to re-enter, not sure if this is 
an issue or not, but in my locking approach I mapped the class name to a thread 
so I could allow it to re-enter.

Also, you make all of the class loaders Java 7 class loaders, which is not what 
we want since the whole point of the different class loaders is to support 
older JVMs. So, I think we need to catch an exception in the static initializer 
of both class loaders so we won't fail on older JVMs, no?
                
> Use of parallel class loading capability of JDK7
> ------------------------------------------------
>
>                 Key: FELIX-3553
>                 URL: https://issues.apache.org/jira/browse/FELIX-3553
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>            Reporter: Sahoo
>             Fix For: framework-4.2.0
>
>         Attachments: FELIX-3553.txt, felix_parallel_classload_lock.patch, 
> felix_parallel_classload.patch
>
>
> Is there any plan to make use of this feature [1] in Felix?
> [1] 
> http://download.java.net/jdk7/archive/b124/docs/technotes/guides/lang/cl-mt.html
>  

--
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

Reply via email to