提交 4acc23a3 编写于 作者: M mchung

6960789: com.sun.servicetag API needs to be added in ct.sym

Summary: Include com.sun.servicetag classes when generating ct.sym
Reviewed-by: alanb, jjg
上级 f6585531
......@@ -55,6 +55,13 @@ EXCLUDE_PROPWARN_PKGS = com.sun.java.swing.plaf \
# This is a stopgap until 6839872 is fixed.
EXCLUDE_PROPWARN_PKGS += sun.dyn
#
# Include the exported private packages in ct.sym.
# 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
# 64-bit solaris has a few special cases. We define the variable
# SOLARIS64 for use in this Makefile to easily test those cases
ifeq ($(PLATFORM), solaris)
......@@ -981,7 +988,7 @@ initial-image-jdk:: initial-image-jdk-setup \
-processor com.sun.tools.javac.sym.CreateSymbols \
-Acom.sun.tools.javac.sym.Jar=$(RT_JAR) \
-Acom.sun.tools.javac.sym.Dest=$(OUTPUTDIR)/symbols/META-INF/sym/rt.jar \
$(CORE_PKGS) $(NON_CORE_PKGS) $(EXCLUDE_PROPWARN_PKGS)
$(CORE_PKGS) $(NON_CORE_PKGS) $(EXCLUDE_PROPWARN_PKGS) $(EXPORTED_PRIVATE_PKGS)
$(BOOT_JAR_CMD) c0f $(LIBDIR)/ct.sym \
-C $(OUTPUTDIR)/symbols META-INF $(BOOT_JAR_JFLAGS)
@$(java-vm-cleanup)
......
......@@ -1181,21 +1181,6 @@ sun/tools/jps/jps-m.sh generic-all
# Server name error, port 2098 problem?
sun/tools/jstatd/jstatdServerName.sh generic-all
# These tests fail on solaris sparc, all the time
com/sun/servicetag/DeleteServiceTag.java generic-all
com/sun/servicetag/DuplicateNotFound.java generic-all
com/sun/servicetag/FindServiceTags.java generic-all
com/sun/servicetag/InstanceUrnCheck.java generic-all
com/sun/servicetag/InvalidRegistrationData.java generic-all
com/sun/servicetag/InvalidServiceTag.java generic-all
com/sun/servicetag/JavaServiceTagTest.java generic-all
com/sun/servicetag/JavaServiceTagTest1.java generic-all
com/sun/servicetag/NewRegistrationData.java generic-all
com/sun/servicetag/SystemRegistryTest.java generic-all
com/sun/servicetag/TestLoadFromXML.java generic-all
com/sun/servicetag/UpdateServiceTagTest.java generic-all
com/sun/servicetag/ValidRegistrationData.java generic-all
# Problems on windows, jmap.exe hangs?
com/sun/tools/attach/BasicTests.sh windows-all
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册