At the equinox-based application deadlock, a built-in class loader sometimes appears. I found a question in the Equinox bug-tracker that describes my problem. But the fix is not complete for Java 6 or lower, and resolution for Java 6 is just a workaround: adding two VM parameters
-XX:+UnlockDiagnosticVMOptions -XX:+UnsyncloadClass
There is also a Sun bug for native classloader() , and the fix also seems to be incomplete. Thus, a workaround is the only solution at the moment.
So the question is: does anyone have problems or issues related to this workaround? Thanks in advance.
source share