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

Performance degradation observed during ssl handshake

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 11.0.12
    • security-libs

      Submitter upgrading from 8u221 -> 11.0.11
      Performance degradation

      Problem Summary
      ---------------------------------------------------
      Facing performance degradation issues with the Java 11 platform while using SSL configuration with M

      Problem Description
      ---------------------------------------------------
      Observations:

      We have a test case related to the Mutual Authentication scenario where we are using org.apache.http library for the HTTP Client implementation. The test case involves a multi-thread use.
      The test case has been verified with both Java 8 and Java 11 platforms where significant difference can be found in the performance.
       
      It can be clearly seen that the call hierarchy starts with the org.apache.http.impl.client.CloseableHttpClient.execute which API is being
      highlighted under the HOTSPOT while using the JProfiler. The main difference can be observed for sun.security.ssl.SSLSocketImpl.startHandshake call where it's taking more time with Java 11.

            coffeys Sean Coffey
            shadowbug Shadow Bug
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: