Known Bugs for the OpenGroup i386 Linux JDK116 |
A deadlock bug has been discovered. It is not specific to this port. When a thread is rescheduled while verifying a class (which is rare but occurs more frequently within a timesharing port), the following deadlock may happen: this thread, owning the verified class descriptor lock, may require a class descriptor lock owned by a thread waiting for the initial one.
A deadlock detection mecanism has been added to the JVM to make users aware of this kind of problems.
[an error occurred while processing this directive]