changeset 2697:0ebe8e8c6b43 icedtea-3.1.0pre04

PR3108: Shenandoah patches not included in release tarball 2016-07-24 Andrew John Hughes <gnu.andrew@member.fsf.org> PR3108: Shenandoah patches not included in release tarball * Makefile.am (EXTRA_DIST): Include HotSpot patches. * NEWS: Updated.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Mon, 25 Jul 2016 06:36:08 +0100
parents f26b3a59dc3f
children feed0a85d564
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jul 22 15:36:47 2016 +0100
+++ b/ChangeLog	Mon Jul 25 06:36:08 2016 +0100
@@ -1,3 +1,11 @@
+2016-07-24  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	PR3108: Shenandoah patches not included
+	in release tarball
+	* Makefile.am
+	(EXTRA_DIST): Include HotSpot patches.
+	* NEWS: Updated.
+
 2016-07-22  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	PR3105: Use version from hotspot.map to
--- a/Makefile.am	Fri Jul 22 15:36:47 2016 +0100
+++ b/Makefile.am	Mon Jul 25 06:36:08 2016 +0100
@@ -714,6 +714,7 @@
 EXTRA_DIST = $(top_srcdir)/patches/*.patch \
 	$(top_srcdir)/patches/cacao/*.patch \
 	$(top_srcdir)/patches/jamvm/*.patch \
+	$(top_srcdir)/patches/hotspot/*/*.patch \
 	tools-copy contrib overlays \
 	$(JTREG_SRCS) HACKING autogen.sh \
 	tapset/hotspot.stp.in \
--- a/NEWS	Fri Jul 22 15:36:47 2016 +0100
+++ b/NEWS	Mon Jul 25 06:36:08 2016 +0100
@@ -201,6 +201,7 @@
   - PR3095: Fix warnings in URLClassPath.c
   - PR3096: Remove dead --disable-optimizations option
   - PR3105: Use version from hotspot.map to create tarball filename
+  - PR3108: Shenandoah patches not included in release tarball
 * AArch64 port
   - S8145320, PR3078: Create unsafe_arraycopy and generic_arraycopy for AArch64
   - S8148328, PR3078: aarch64: redundant lsr instructions in stub code.