-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
11.0.12
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.
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.
- duplicates
-
JDK-8268427 Improve AlgorithmConstraints:checkAlgorithm performance
- Resolved
- relates to
-
JDK-8270317 Large Allocation in CipherSuite
- Resolved
-
JDK-8284694 Avoid evaluating SSLAlgorithmConstraints twice
- Resolved
-
JDK-8285398 Cache the results of constraint checks
- Resolved