changeset 3179:49e393ce37c9

Fix another build failure on x86. Upstream changes: - OJ50: Fix reference to missing pd_attempt_reserve_memory_at 2015-01-19 Andrew John Hughes <gnu.andrew@redhat.com> * Makefile.am: (OPENJDK_SHA256SUM): Update for new b34 tarball. * NEWS: Updated.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Tue, 20 Jan 2015 09:11:26 +0000
parents d3fe84ca89da
children b4b5ba7ebaeb
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jan 20 08:21:36 2015 +0000
+++ b/ChangeLog	Tue Jan 20 09:11:26 2015 +0000
@@ -1,3 +1,9 @@
+2015-01-19  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	* Makefile.am:
+	(OPENJDK_SHA256SUM): Update for new b34 tarball.
+	* NEWS: Updated.
+
 2015-01-19  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* Makefile.am:
--- a/Makefile.am	Tue Jan 20 08:21:36 2015 +0000
+++ b/Makefile.am	Tue Jan 20 09:11:26 2015 +0000
@@ -1,7 +1,7 @@
 # Dependencies
 
 OPENJDK_DATE = 20_jan_2015
-OPENJDK_SHA256SUM = 9dc8f95d340e77ba2b64677c8ce4f2adf830478b972afdb7e00d4835208af6b5
+OPENJDK_SHA256SUM = 13d1b4e1e152b6f9ad81b5558d6c7c0d3315a9e9494e49e515229722e2ee4e51
 OPENJDK_VERSION = b34
 OPENJDK_URL = https://java.net/downloads/openjdk6/
 
--- a/NEWS	Tue Jan 20 08:21:36 2015 +0000
+++ b/NEWS	Tue Jan 20 09:11:26 2015 +0000
@@ -40,6 +40,7 @@
   - OJ47: Remove @Override annotation on interfaces added by 2015/01/20 security fixes.
   - OJ48: Fix substitution error.
   - OJ49: Fix placement of 8023956 fix.
+  - OJ50: Fix reference to missing pd_attempt_reserve_memory_at
   - S4873188: Support TLS 1.1
   - S6364329: jstat displays "invalid argument count" with usage
   - S6461635: [TESTBUG] BasicTests.sh test fails intermittently