--- old/make/CompileJavaModules.gmk 2016-02-26 21:25:29.501077873 +0900 +++ new/make/CompileJavaModules.gmk 2016-02-26 21:25:29.369078429 +0900 @@ -368,7 +368,7 @@ ################################################################################ jdk.hotspot.agent_ADD_JAVAC_FLAGS := $(DISABLE_WARNINGS),-overrides -jdk.hotspot.agent_COPY := .png sa.js .properties +jdk.hotspot.agent_COPY := .gif .png sa.js .properties ifeq ($(MODULE), jdk.hotspot.agent) ### Copy gif files @@ -381,7 +381,8 @@ DEST := $(JDK_OUTPUTDIR)/modules/$(MODULE), \ FILES := $(wildcard $(HOTSPOT_TOPDIR)/src/jdk.hotspot.agent/share/classes/images/*/*/*.gif), \ )) - jdk.hotspot.agent: $(COPY_SA_IMAGES) + jdk.hotspot.agent_COPY_EXTRA += $(COPY_SA_IMAGES) + jdk.hotspot.agent_EXCLUDES += images endif ################################################################################