提交 24c1c07f 编写于 作者: 卓昂 提交者: 云矅

Summary: Disable JFR support in windows/mac build

Test Plan: existing test cases

Reviewed-by: shiyue, kuaiwei

Issue: https://github.com/alibaba/dragonwell8/issues/52
上级 6e8e6c8c
......@@ -594,6 +594,7 @@ 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
......@@ -622,6 +623,7 @@ 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
......@@ -400,6 +400,7 @@ $(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, \
......@@ -410,6 +411,7 @@ $(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.
先完成此消息的编辑!
想要评论请 注册