RFR: JDK-8150723: HSDB toolbar icons are missing.
Erik Joelsson
erik.joelsson at oracle.com
Fri Feb 26 16:59:39 UTC 2016
Hello,
Actually you only need this:
erik at pilot:/localhome/hg/jdk9-dev$ hg diff
diff -r c7be2a78c31b make/CompileJavaModules.gmk
--- a/make/CompileJavaModules.gmk
+++ b/make/CompileJavaModules.gmk
@@ -381,7 +381,7 @@
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)
endif
################################################################################
However, the real fix is to move the gifs out of the images dir so that
they have the correct subdir relative to the classes dir in both the
source and the output. Then we can remove this whole SetupCopyFiles
construct and just add .gif to jdk.hotspot.agent_COPY.
/Erik
On 2016-02-26 04:28, Yasumasa Suenaga wrote:
> Hi all,
>
> HSDB toolbar icons (hotspot/src/jdk.hotspot.agent/share/classes/images/toolbarButtonGraphics)
> are missing in appmodules.jimage .
> They should be contained to appmodules.jimage .
>
> I've uploaded a webrev:
> http://cr.openjdk.java.net/~ysuenaga/JDK-8150723/webrev.00/
>
> Could you review it?
>
>
> Thanks,
>
> Yasumasa
More information about the build-dev
mailing list