Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8028801

Serious thread deadlock on sun.security.ssl.SSLSocketImpl

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 7u45
    • security-libs

      A serious deadlock with 7u45, it is all a timing thing between different threads. It seems there is some lock contention in the sun.security.ssl.SSLSocketImpl. Because it is a threading problem, it does not occur very predictably and have not been able to reproduce it yet on the test computer.

      However, attached thread dump got from the VM after the deadlock shows the locks that each thread has and where the deadlock occurred. These are generally caused by different execution paths obtaining the same locks in different orders. Since the two execution paths are represented in the attachment, this will be sufficient to analyze the situation.
       

       

            xuelei Xuelei Fan
            tyao Ting-Yun Ingrid Yao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: