jdk/make/common/Release.gmk
changeset 16507 75bde2ca0061
parent 16060 08b9a416a770
child 17428 5c68e5cbfde0
equal deleted inserted replaced
16506:2a43ffb8a318 16507:75bde2ca0061
    57 #
    57 #
    58 # Include the exported private packages in ct.sym.
    58 # Include the exported private packages in ct.sym.
    59 # This is an interim solution until the ct.sym is replaced
    59 # This is an interim solution until the ct.sym is replaced
    60 # with a new module system (being discussed for JDK 8).
    60 # with a new module system (being discussed for JDK 8).
    61 #
    61 #
    62 EXPORTED_PRIVATE_PKGS = com.sun.servicetag \
    62 EXPORTED_PRIVATE_PKGS = com.oracle.net \
    63                         com.oracle.net \
       
    64                         com.oracle.nio
    63                         com.oracle.nio
    65 
    64 
    66 # 64-bit solaris has a few special cases. We define the variable
    65 # 64-bit solaris has a few special cases. We define the variable
    67 # SOLARIS64 for use in this Makefile to easily test those cases
    66 # SOLARIS64 for use in this Makefile to easily test those cases
    68 ifeq ($(PLATFORM), solaris)
    67 ifeq ($(PLATFORM), solaris)