提交 e9ce96bb 编写于 作者: M mchung

7021939: com.oracle.net is not a NON_CORE_PKGS

Reviewed-by: ohair, alanb
上级 945b2f2e
...@@ -62,7 +62,8 @@ EXCLUDE_PROPWARN_PKGS += sun.dyn ...@@ -62,7 +62,8 @@ EXCLUDE_PROPWARN_PKGS += sun.dyn
# This is an interim solution until the ct.sym is replaced # This is an interim solution until the ct.sym is replaced
# with a new module system (being discussed for JDK 7). # 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 # 64-bit solaris has a few special cases. We define the variable
# SOLARIS64 for use in this Makefile to easily test those cases # SOLARIS64 for use in this Makefile to easily test those cases
......
...@@ -91,8 +91,6 @@ SCTPAPI_PKGS = com.sun.nio.sctp ...@@ -91,8 +91,6 @@ SCTPAPI_PKGS = com.sun.nio.sctp
TRACING_PKGS = com.sun.tracing \ TRACING_PKGS = com.sun.tracing \
com.sun.tracing.dtrace com.sun.tracing.dtrace
ORACLENET_PKGS = com.oracle.net
# non-core packages in rt.jar # non-core packages in rt.jar
NON_CORE_PKGS = $(DOMAPI_PKGS) \ NON_CORE_PKGS = $(DOMAPI_PKGS) \
$(MGMT_PKGS) \ $(MGMT_PKGS) \
...@@ -103,6 +101,5 @@ NON_CORE_PKGS = $(DOMAPI_PKGS) \ ...@@ -103,6 +101,5 @@ NON_CORE_PKGS = $(DOMAPI_PKGS) \
$(HTTPSERVER_PKGS) \ $(HTTPSERVER_PKGS) \
$(SMARTCARDIO_PKGS) \ $(SMARTCARDIO_PKGS) \
$(TRACING_PKGS) \ $(TRACING_PKGS) \
$(SCTPAPI_PKGS) \ $(SCTPAPI_PKGS)
$(ORACLENET_PKGS)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册