JDK-8040062 : Need to add new methods in BaseSSLSocketImpl
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-04-13
  • Updated: 2014-10-08
  • Resolved: 2014-04-14
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 b10Fixed
Related Reports
Relates :  
Description
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)
Comments
The affected testcases:sun/security/ssl/SSLSocketImpl/CheckMethods.java could pass, see http://aurora.ru.oracle.com/functional/faces/RunDetails.xhtml?names=541947.CORELIBS-JDK-NIGHTLY-JTREG-15 Code looks good. Verified
25-07-2014

noreg-existing. The existing test: sun/security/ssl/SSLSocketImpl/CheckMethods.java can be used to verify this fix.
14-04-2014

Affected tests: sun/security/ssl/SSLSocketImpl/CheckMethods.java TESTFAIL:sun/security/ssl/SSLSocketImpl/CheckMethods.java
14-04-2014