JDK-7021939 : com.oracle.net is not a NON_CORE_PKGS
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-02-24
  • Updated: 2011-05-24
  • Resolved: 2011-03-17
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 6 JDK 7
6u27Fixed 7 b134Fixed
Related Reports
Relates :  
Description
make/docs/NON_CORE_PKGS lists the package names of the non-core API
whose javadoc will be generated and included in the docs bundle.

com.oracle.net is not a non-core package and no javadoc is generated.
They should be removed from make/docs/NON_CORE_PKGS.  Instead, 
com.oracle.net should be included in generating ct.sym so that
the javac compiler will allow the use of this package.

Comments
EVALUATION Changeset: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/32dc1cb2b995
25-02-2011

EVALUATION Simple clean up.
24-02-2011