JDK-8158620 : Enable debug option for sun/security/ec/TestEC.java
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-06-03
  • Updated: 2016-06-28
  • Resolved: 2016-06-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b123Fixed
Related Reports
Relates :  
Description
sun/security/ec/TestEC.java fails intermittently, see JDK-8143305 .

TestEC.java test for ECC algorithms in SSL/TLS with different cipher suites. It failed with javax.net.ssl.SSLException: Unsupported or
unrecognized SSL message intermittently.

The exception was threw at step of handshaking, I was not able to reproduce this failures. Suggesting to enable the debug option,so that
it could print more information to logs. Hope get helpful information and do future evaluation in next failures.