The update for JDK-8036979 added new methods, need to update BaseSSLSocketImpl or SSLSocketImpl accordingly.
Regression test failure:
test/sun/security/ssl/SSLSocketImpl/CheckMethods.java
java.lang.RuntimeException: Method definition test failed on SSLSocketImpl
at CheckMethods.main(CheckMethods.java:127)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:754)
at java.lang.Thread.run(Thread.java:744)