jdk/make/common/Release.gmk
changeset 8823 7cd28219a1e4
parent 8694 6e5584652aea
parent 8822 8145ab9f5f86
child 8828 fb3ae88d8e8d
equal deleted inserted replaced
8717:f75a1efb1412 8823:7cd28219a1e4
    51 # the compiler warnings until we can properly document these packages.
    51 # the compiler warnings until we can properly document these packages.
    52 # This is covered under 6491853.
    52 # This is covered under 6491853.
    53 EXCLUDE_PROPWARN_PKGS = com.sun.java.swing.plaf.windows  \
    53 EXCLUDE_PROPWARN_PKGS = com.sun.java.swing.plaf.windows  \
    54                         com.sun.java.swing.plaf.motif    \
    54                         com.sun.java.swing.plaf.motif    \
    55                         com.sun.java.swing.plaf.gtk
    55                         com.sun.java.swing.plaf.gtk
    56 
       
    57 # This is a stopgap until 6839872 is fixed.
       
    58 EXCLUDE_PROPWARN_PKGS += sun.dyn
       
    59 
    56 
    60 #
    57 #
    61 # Include the exported private packages in ct.sym.
    58 # Include the exported private packages in ct.sym.
    62 # This is an interim solution until the ct.sym is replaced
    59 # This is an interim solution until the ct.sym is replaced
    63 # with a new module system (being discussed for JDK 8).
    60 # with a new module system (being discussed for JDK 8).