/hg/icedtea7: 3 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Sun Oct 4 01:09:00 UTC 2015


changeset 55e6b27c9e62 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=55e6b27c9e62
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Sun Oct 04 01:34:28 2015 +0100

	Bump to icedtea-2.7.0pre02.

	2015-10-03  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* Makefile.am:
		(CORBA_CHANGESET): Update to icedtea-2.7.0pre02.
		(JAXP_CHANGESET): Likewise.
		(JAXWS_CHANGESET): Likewise.
		(JDK_CHANGESET): Likewise.
		(LANGTOOLS_CHANGESET): Likewise.
		(OPENJDK_CHANGESET): Likewise.
		(CORBA_SHA256SUM): Likewise.
		(JAXP_SHA256SUM): Likewise.
		(JAXWS_SHA256SUM): Likewise.
		(JDK_SHA256SUM): Likewise.
		(LANGTOOLS_SHA256SUM): Likewise.
		(OPENJDK_SHA256SUM): Likewise.
		* NEWS: Updated.
		* configure.ac: Bump to 2.7.0pre02.
		* hotspot.map.in: Update to icedtea-2.7.0pre02.

	Upstream changes:
	  - Bump to icedtea-2.7.0pre02
	  - PR2512: Reset success following calls in LayoutManager.cpp
	  - S7105461, PR2571: Large JTables are not rendered correctly with Xrender pipeline
	  - S7150134, PR2571: JCK api/java_awt/Graphics/index.html#DrawLine fails with OOM for jdk8 with XRender pipeline
	  - S8011709, PR2509: [parfait] False positive: memory leak in jdk/src/share/native/sun/font/layout/CanonShaping.cpp
	  - S8023052, PR2509: JVM crash in native layout
	  - S8042855, PR2509: [parfait] Potential null pointer dereference in IndicLayoutEngine.cpp
	  - S8056122, PR1896: Upgrade JDK to use LittleCMS 2.6
	  - S8057934, PR1896: Upgrade to LittleCMS 2.6 breaks AIX build
	  - S8078331, PR1896: Upgrade JDK to use LittleCMS 2.7
	  - S8081756, PR1896: Mastering Matrix Manipulations
	  - S8087120, RH1206656, PR2553: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms.


changeset 4745f645086f in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=4745f645086f
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Sun Oct 04 02:08:33 2015 +0100

	Added tag icedtea-2.7.0pre01 for changeset 761344512703


changeset c87d567df6fd in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=c87d567df6fd
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Sun Oct 04 02:08:47 2015 +0100

	Added tag icedtea-2.7.0pre02 for changeset 4745f645086f


diffstat:

 .hgtags        |   2 ++
 ChangeLog      |  19 +++++++++++++++++++
 Makefile.am    |  26 +++++++++++++-------------
 NEWS           |  11 +++++++++++
 configure.ac   |   2 +-
 hotspot.map.in |   2 +-
 6 files changed, 47 insertions(+), 15 deletions(-)

diffs (114 lines):

diff -r 761344512703 -r c87d567df6fd .hgtags
--- a/.hgtags	Tue Sep 08 23:46:03 2015 +0100
+++ b/.hgtags	Sun Oct 04 02:08:47 2015 +0100
@@ -59,3 +59,5 @@
 04264787379db3f91a819d38094c31e722dbb592 icedtea-2.6.0
 a72975789761e157c95faacd8ce44f6f8322a85d icedtea-2.6-branchpoint
 3a63a970912e5598c8ee954049d242a1e73463e1 icedtea-2.7.0pre00
+76134451270371bdac34762f6057b9fe22ebacca icedtea-2.7.0pre01
+4745f645086fb78e96ffcaf51c739d901293dcfa icedtea-2.7.0pre02
diff -r 761344512703 -r c87d567df6fd ChangeLog
--- a/ChangeLog	Tue Sep 08 23:46:03 2015 +0100
+++ b/ChangeLog	Sun Oct 04 02:08:47 2015 +0100
@@ -1,3 +1,22 @@
+2015-10-03  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* Makefile.am:
+	(CORBA_CHANGESET): Update to icedtea-2.7.0pre02.
+	(JAXP_CHANGESET): Likewise.
+	(JAXWS_CHANGESET): Likewise.
+	(JDK_CHANGESET): Likewise.
+	(LANGTOOLS_CHANGESET): Likewise.
+	(OPENJDK_CHANGESET): Likewise.
+	(CORBA_SHA256SUM): Likewise.
+	(JAXP_SHA256SUM): Likewise.
+	(JAXWS_SHA256SUM): Likewise.
+	(JDK_SHA256SUM): Likewise.
+	(LANGTOOLS_SHA256SUM): Likewise.
+	(OPENJDK_SHA256SUM): Likewise.
+	* NEWS: Updated.
+	* configure.ac: Bump to 2.7.0pre02.
+	* hotspot.map.in: Update to icedtea-2.7.0pre02.
+
 2015-09-08  Andrew John Hughes  <gnu.andrew at member.fsf.org>
 
 	* Makefile.am:
diff -r 761344512703 -r c87d567df6fd Makefile.am
--- a/Makefile.am	Tue Sep 08 23:46:03 2015 +0100
+++ b/Makefile.am	Sun Oct 04 02:08:47 2015 +0100
@@ -4,19 +4,19 @@
 BUILD_VERSION = b01
 COMBINED_VERSION = $(JDK_UPDATE_VERSION)-$(BUILD_VERSION)
 
-CORBA_CHANGESET = 2545636482d6
-JAXP_CHANGESET = ffbe529eeac7
-JAXWS_CHANGESET = b9776fab65b8
-JDK_CHANGESET = 15db078b2bfd
-LANGTOOLS_CHANGESET = 9c6e1de67d7d
-OPENJDK_CHANGESET = 39b2c4354d0a
-
-CORBA_SHA256SUM = cd03d97c171a2d45ca94c1642265e09c09a459b1d4ac1191f82af88ca171f6f8
-JAXP_SHA256SUM = c00c4c2889f77c4615fd655415067e14840764f52e503f220ed324720117faeb
-JAXWS_SHA256SUM = 2d5ff95dc62ab7986973e15e9cf91d5596d2cf486ee52beab9eab62f70f2ae9f
-JDK_SHA256SUM = 54f219248d47a8cfa35e43900533fb4627e7e54d3acb00ff4ce42a5d738e1338
-LANGTOOLS_SHA256SUM = 6db9bd16658fa8460e0afa4b05f28bd47148528d7581a403bea1e70f56cedd43
-OPENJDK_SHA256SUM = 43cf43cdd1c147f43e5ce911d39fa04cd612cc68ca9e0f277e7621f65d69e8b5
+CORBA_CHANGESET = 2ee3bf6c37d8
+JAXP_CHANGESET = b82f2b034df7
+JAXWS_CHANGESET = ddb79b7d0995
+JDK_CHANGESET = 6a8bf2d80489
+LANGTOOLS_CHANGESET = b9a7cf56b4de
+OPENJDK_CHANGESET = 7c427330aa46
+
+CORBA_SHA256SUM = 1de41b87f8876194355ab7d9898d24957f8aa3a9435b1865b25e4b0f9d5083af
+JAXP_SHA256SUM = cdc267617e81ae94b295ad48b2f828bae6b98fd648132e1530b5cf7a2924d285
+JAXWS_SHA256SUM = de98302a4bcb087169039506d33adb3a36fee11031babb2c026fe1f0ce576e45
+JDK_SHA256SUM = 44be3f8cde527950ecef74983d2ed033e447e8c93dd3ceaf55edcc56f7ade618
+LANGTOOLS_SHA256SUM = 9438fa2065b0ffd5a6e1f9d02344c94dad99fa3bd2550b1fbf9630c186495095
+OPENJDK_SHA256SUM = fad2ebee3448c9788758f88555e87be70455dbffbde196e5eaa566a2f023d5ac
 
 DROP_URL = http://icedtea.classpath.org/download/drops
 
diff -r 761344512703 -r c87d567df6fd NEWS
--- a/NEWS	Tue Sep 08 23:46:03 2015 +0100
+++ b/NEWS	Sun Oct 04 02:08:47 2015 +0100
@@ -15,12 +15,23 @@
 New in release 2.7.0 (201X-XX-XX):
 
 * Backports
+  - S7105461, PR2571: Large JTables are not rendered correctly with Xrender pipeline
   - S7105883, PR2560: JDWP: agent crash if there exists a ThreadGroup with null name
+  - S7150134, PR2571: JCK api/java_awt/Graphics/index.html#DrawLine fails with OOM for jdk8 with XRender pipeline
+  - S8011709, PR2509: [parfait] False positive: memory leak in jdk/src/share/native/sun/font/layout/CanonShaping.cpp
   - S8016105, PR2560: Add complementary RETURN_NULL allocation macros in allocation.hpp
   - S8021897, PR2560: EXCEPTION_ACCESS_VIOLATION on debugging String.contentEquals()
   - S8022683, PR2560: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
+  - S8023052, PR2509: JVM crash in native layout
   - S8025922, PR2560: JNI access to Strings need to check if the value field is non-null
+  - S8042855, PR2509: [parfait] Potential null pointer dereference in IndicLayoutEngine.cpp
+  - S8056122, PR1896: Upgrade JDK to use LittleCMS 2.6
+  - S8057934, PR1896: Upgrade to LittleCMS 2.6 breaks AIX build
+  - S8078331, PR1896: Upgrade JDK to use LittleCMS 2.7
+  - S8081756, PR1896: Mastering Matrix Manipulations
+  - S8087120, RH1206656, PR2553: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms.
 * Bug fixes
+  - PR2512: Reset success following calls in LayoutManager.cpp
   - PR2568: openjdk causes a full desktop crash on RHEL 6 i586
 
 New in release 2.5.6 (2015-07-22):
diff -r 761344512703 -r c87d567df6fd configure.ac
--- a/configure.ac	Tue Sep 08 23:46:03 2015 +0100
+++ b/configure.ac	Sun Oct 04 02:08:47 2015 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.7.0pre01], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [2.7.0pre02], [distro-pkg-dev at openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AM_MAINTAINER_MODE([enable])
 AC_CONFIG_FILES([Makefile])
diff -r 761344512703 -r c87d567df6fd hotspot.map.in
--- a/hotspot.map.in	Tue Sep 08 23:46:03 2015 +0100
+++ b/hotspot.map.in	Sun Oct 04 02:08:47 2015 +0100
@@ -1,2 +1,2 @@
 # version type(drop/hg) url changeset sha256sum
-default drop http://icedtea.classpath.org/download/drops/icedtea7/@ICEDTEA_RELEASE@ aea5b566bfab 371a10155939433fcc852a8639a05123e2a083db819f2dc4ce2588b918107345
+default drop http://icedtea.classpath.org/download/drops/icedtea7/@ICEDTEA_RELEASE@ 08b2ebf152c2 13fc6383d45016a61e0dc0675ef6f314d28ca8f2d873892d0a06970d9168f9c9


More information about the distro-pkg-dev mailing list