[rfc][icedtea-web] RH976833 ClassLoader deadlock

Andrew Azores aazores at redhat.com
Thu Aug 15 13:10:50 PDT 2013


Changelog:

* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (loadClass) 
made unsynchronized.
(available, jarIndexes, classpaths, jarEntries, jarLocationSecurityMap) 
wrapped in synchronized classes.

An earlier change to the classloader made it possible for two threads to 
enter deadlock. This is resolved by not giving the thread which calls 
loadClass the lock on the JNLPClassLoader instance, and instead 
synchronizing the member variables which are accessed in loadClass and 
other methods called by loadClasss.

Also made some for-loops into for-each-loops for readability.

Thanks,

-- 
Andrew A

-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix.patch
Type: text/x-patch
Size: 13932 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130815/3095a92f/fix.patch 


More information about the distro-pkg-dev mailing list