jdk/make/common/Release.gmk
changeset 8582 403d8b87612c
parent 8461 b333a0dbc626
parent 8577 a5d07d83b4b1
child 8588 36e3e74be5ae
equal deleted inserted replaced
8504:2984b0fec670 8582:403d8b87612c
    60 #
    60 #
    61 # Include the exported private packages in ct.sym.
    61 # Include the exported private packages in ct.sym.
    62 # This is an interim solution until the ct.sym is replaced
    62 # This is an interim solution until the ct.sym is replaced
    63 # with a new module system (being discussed for JDK 7).
    63 # with a new module system (being discussed for JDK 7).
    64 #
    64 #
    65 EXPORTED_PRIVATE_PKGS = com.sun.servicetag
    65 EXPORTED_PRIVATE_PKGS = com.sun.servicetag \
       
    66                         com.oracle.net
    66 
    67 
    67 # 64-bit solaris has a few special cases. We define the variable
    68 # 64-bit solaris has a few special cases. We define the variable
    68 # SOLARIS64 for use in this Makefile to easily test those cases
    69 # SOLARIS64 for use in this Makefile to easily test those cases
    69 ifeq ($(PLATFORM), solaris)
    70 ifeq ($(PLATFORM), solaris)
    70   ifeq ($(ARCH_DATA_MODEL), 64)
    71   ifeq ($(ARCH_DATA_MODEL), 64)