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

code cleanup in SSLContextImpl.java

XMLWordPrintable

        File: src/java.base/share/classes/sun/security/ssl/SSLContextImpl.java

        During the code review of JDK-8190492, it was found that the TLS context code in this file needs update to rename variables/methods and/or cleanup the code for it to be more readable.

        For instance - the method at line 596 (getSupportedProtocols) is only called at line 855 from customizedProtocols class. It should really be read as getServerDefaultProtocols. getProtocols() in customizedProtocols can also be moved out.

              xuelei Xuelei Fan
              rhalade Rajan Halade
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: