提交 a00f63aa 编写于 作者: D Denghui Dong

Revert "Summary: Disable JFR support in windows/mac build"

This reverts commit 24c1c07f.
上级 98c962d6
......@@ -595,7 +595,6 @@ COPY_FILES += $(JDK_OUTPUTDIR)/lib/sound.properties
##########################################################################################
ifeq ($(OPENJDK_TARGET_OS), linux)
# copy hotspot trace files
HOTSPOT_TRACE_SRC_DIR := $(TOPDIR)/hotspot/src/share/vm/trace
......@@ -624,7 +623,6 @@ COPY_FILES += $(JFR_CONFIGURATION_DIR_DST)/default.jfc \
$(JFR_CONFIGURATION_DIR_DST)/%.jfc: $(JFR_CONFIGURATION_DIR_SRC)/%.jfc
$(call install-file)
endif # linux
##########################################################################################
-include $(CUSTOM_MAKE_DIR)/CopyFiles.gmk
......@@ -401,7 +401,6 @@ $(eval $(call SetupArchive,BUILD_CHARSETS_JAR, , \
##########################################################################################
ifeq ($(OPENJDK_TARGET_OS), linux)
$(eval $(call SetupArchive,BUILD_JFR_JAR, , \
SRCS := $(JDK_OUTPUTDIR)/classes, \
SUFFIXES := .class .jfc .xsd .xml .dtd, \
......@@ -412,7 +411,6 @@ $(eval $(call SetupArchive,BUILD_JFR_JAR, , \
CHECK_COMPRESS_JAR := true))
JARS += $(IMAGES_OUTPUTDIR)/lib/jfr.jar
endif # linux
##########################################################################################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册