8148548: [Linux/Solaris] debuginfo and fastdebuginfo bundle contains demo info
authorerikj
Wed, 03 Aug 2016 10:37:08 +0200
changeset 39925 719d2be9b4de
parent 39922 e613affb88d1
child 39926 7a6d5289e7b0
8148548: [Linux/Solaris] debuginfo and fastdebuginfo bundle contains demo info Reviewed-by: tbell
make/Bundles.gmk
--- a/make/Bundles.gmk	Wed Jul 05 22:01:28 2017 +0200
+++ b/make/Bundles.gmk	Wed Aug 03 10:37:08 2016 +0200
@@ -187,7 +187,11 @@
           $(JDK_SYMBOLS_EXCLUDE_PATTERN) \
           $(SYMBOLS_EXCLUDE_PATTERN) \
           , \
-          $(ALL_JDK_FILES) \
+          $(filter-out \
+              $(JDK_IMAGE_HOMEDIR)/demo/% $(JDK_IMAGE_HOMEDIR)/sample/% \
+              , \
+              $(ALL_JDK_FILES) \
+          ) \
       ) \
       $(call CacheFind, $(SYMBOLS_IMAGE_DIR))