There's another interrupt-eater down below in the same file, though this one I think
was just a mistake of omission:
| @@ -386,16 +394,17 @@
| }
| else
| {
| releaseInNextTask = true;
| }
| }
| catch (InterruptedException ignored)
| {
| + interrupted = true;
| }
| thread = loadClassThreads.get(classLoader);
| }
| }
| finally
| {
| if (interrupted)
| Thread.currentThread().interrupt();
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214982#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...