7021939: com.oracle.net is not a NON_CORE_PKGS
authormchung
Fri, 25 Feb 2011 11:42:11 -0800
changeset 8551 0806d3de30ab
parent 8550 b85bf4406dfb
child 8552 f36470084574
7021939: com.oracle.net is not a NON_CORE_PKGS Reviewed-by: ohair, alanb
jdk/make/common/Release.gmk
jdk/make/docs/NON_CORE_PKGS.gmk
--- a/jdk/make/common/Release.gmk	Thu Feb 24 22:26:42 2011 -0800
+++ b/jdk/make/common/Release.gmk	Fri Feb 25 11:42:11 2011 -0800
@@ -62,7 +62,8 @@
 # This is an interim solution until the ct.sym is replaced
 # with a new module system (being discussed for JDK 7).
 #
-EXPORTED_PRIVATE_PKGS = com.sun.servicetag
+EXPORTED_PRIVATE_PKGS = com.sun.servicetag \
+                        com.oracle.net
 
 # 64-bit solaris has a few special cases. We define the variable
 # SOLARIS64 for use in this Makefile to easily test those cases
--- a/jdk/make/docs/NON_CORE_PKGS.gmk	Thu Feb 24 22:26:42 2011 -0800
+++ b/jdk/make/docs/NON_CORE_PKGS.gmk	Fri Feb 25 11:42:11 2011 -0800
@@ -91,8 +91,6 @@
 TRACING_PKGS     = com.sun.tracing         \
                    com.sun.tracing.dtrace
 
-ORACLENET_PKGS   = com.oracle.net
-
 # non-core packages in rt.jar
 NON_CORE_PKGS    = $(DOMAPI_PKGS) \
                    $(MGMT_PKGS) \
@@ -103,6 +101,5 @@
                    $(HTTPSERVER_PKGS) \
                    $(SMARTCARDIO_PKGS) \
                    $(TRACING_PKGS) \
-                   $(SCTPAPI_PKGS) \
-                   $(ORACLENET_PKGS)
+                   $(SCTPAPI_PKGS)