-
Notifications
You must be signed in to change notification settings - Fork 0
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
LTW classloader lock prevents multi-thread usage #23
Comments
Okay, let's analyze the provided data to find the most common top 10 files between the two lists. File 1:
File 2:
Finding Common Top 10s Now, let's identify the files that appear in the top 10 of both lists:
Therefore, the most common files appearing in the top 10 of both lists are:
Important Note: It is impossible to have 10 common elements since the first dataset has 10 elements and the second dataset has 10 different elements with the exception of 3 duplicate elements. |
Hello.
In our project we use LTW in development process. Recently we improved one of the part of our application to use multiple thread to load classes (to speed up application start). But results of parallelizing is far from idea. Threads were mostly blocked by this lock:
https://github.com/eclipse/org.aspectj/blob/063d3cc59aad88f02bc82bc6e417a828dae9ef2d/loadtime/src/main/java/org/aspectj/weaver/loadtime/Aj.java#L99
The text was updated successfully, but these errors were encountered: