JDK-6839802 : java.dyn needs to be on the CORE_PKGS list
Type:Bug
Component:core-libs
Sub-Component:java.lang.invoke
Affected Version:7
Priority:P3
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2009-05-11
Updated:2010-04-02
Resolved:2009-05-13
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.
The make macro ${CORE_PKGS} needs to include java.dyn.
Without this change, javadocs for java.dyn do not get generated, and javac filters out references to java.dyn (import java.dyn.* fails).
Comments
EVALUATION
Approved for JDK 7 M3 build 59.
12-05-2009
SUGGESTED FIX
The crucial fix is here; I will also fix some of the language in the javadoc strings which will be exposed by the change:
diff --git a/make/docs/CORE_PKGS.gmk b/make/docs/CORE_PKGS.gmk
--- a/make/docs/CORE_PKGS.gmk
+++ b/make/docs/CORE_PKGS.gmk
@@ -97,6 +97,7 @@
java.awt.print \
java.beans \
java.beans.beancontext \
+ java.dyn \
java.io \
java.lang \
java.lang.annotation \