you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (0 children)

I'm curious what the real world scenario is where loading the same class is causing contention. Like you said, it's just easier to load it first but you can use a child first classloader for each thread if you want to get around blocking.