JDK-8160786 : No CCC for public class java.net.http.AsyncSSlDelegate
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-07-04
  • Updated: 2016-07-15
  • Resolved: 2016-07-11
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 b127Fixed
Related Reports
Relates :  
Description
In build 117 new public class java.net.http.AsyncSSLDelegate was introduced.
Changeset: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/c15926d86fb1

But I can't find any CCC on this change.
This change contains many package-private classes. Probably this class should be package-private too.
Comments
This class is mistakenly 'public'. It is not part of the HTTP API, and should therefore be made package-private.
11-07-2016