/hg/icedtea7-forest/jdk: 5 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Feb 5 16:28:37 UTC 2015


changeset a7b145722aff in /hg/icedtea7-forest/jdk
details: http://icedtea.classpath.org/hg/icedtea7-forest/jdk?cmd=changeset;node=a7b145722aff
author: andrew
date: Wed Feb 04 18:16:47 2015 +0000

	PR2196, RH1164762: jhat man page has broken URL
	Summary: Fix link to HPROF web page to point to version for Oracle JDK 7
	Contributed-by: jvanek at redhat.com


changeset 1d647255f65b in /hg/icedtea7-forest/jdk
details: http://icedtea.classpath.org/hg/icedtea7-forest/jdk?cmd=changeset;node=1d647255f65b
author: andrew
date: Wed Feb 04 18:20:43 2015 +0000

	PR2200: Support giflib 5.1.0
	Contributed-by: fridrich.strba at suse.com


changeset 3b9f3d7c767e in /hg/icedtea7-forest/jdk
details: http://icedtea.classpath.org/hg/icedtea7-forest/jdk?cmd=changeset;node=3b9f3d7c767e
author: andrew
date: Thu Feb 05 02:05:14 2015 +0000

	PR2210: DGifCloseFile call should check the return value, not the error code, for failure
	Summary: Avoid passing in an integer reference at all and just use the return value.


changeset 29fdd3e4a432 in /hg/icedtea7-forest/jdk
details: http://icedtea.classpath.org/hg/icedtea7-forest/jdk?cmd=changeset;node=29fdd3e4a432
author: andrew
date: Thu Feb 05 02:28:27 2015 +0000

	Bump to icedtea-2.6.0pre19


changeset f8795ed79ba6 in /hg/icedtea7-forest/jdk
details: http://icedtea.classpath.org/hg/icedtea7-forest/jdk?cmd=changeset;node=f8795ed79ba6
author: andrew
date: Thu Feb 05 16:11:10 2015 +0000

	Added tag icedtea-2.6pre19 for changeset 29fdd3e4a432


diffstat:

 .hgtags                                                  |  1 +
 make/jdk_generic_profile.sh                              |  2 +-
 src/bsd/doc/man/jhat.1                                   |  4 ++--
 src/linux/doc/man/jhat.1                                 |  4 ++--
 src/share/native/sun/awt/splashscreen/splashscreen_gif.c |  5 +++++
 src/solaris/doc/sun/man/man1/jhat.1                      |  4 ++--
 6 files changed, 13 insertions(+), 7 deletions(-)

diffs (99 lines):

diff -r 6e761a451703 -r f8795ed79ba6 .hgtags
--- a/.hgtags	Wed Feb 04 16:52:13 2015 +0000
+++ b/.hgtags	Thu Feb 05 16:11:10 2015 +0000
@@ -586,3 +586,4 @@
 54acd5cd04856e80a3c7d5d38ef9c7a44d1e215a jdk7u80-b04
 d4bd8bd71ca7233c806357bd39514dcaeebaa0ee jdk7u80-b05
 19a30444897fca52d823d63f6e2fbbfac74e8b34 icedtea-2.6pre18
+29fdd3e4a4321604f113df9573b9d4d215cf1b1d icedtea-2.6pre19
diff -r 6e761a451703 -r f8795ed79ba6 make/jdk_generic_profile.sh
--- a/make/jdk_generic_profile.sh	Wed Feb 04 16:52:13 2015 +0000
+++ b/make/jdk_generic_profile.sh	Thu Feb 05 16:11:10 2015 +0000
@@ -625,7 +625,7 @@
 
 # IcedTea versioning
 export ICEDTEA_NAME="IcedTea"
-export PACKAGE_VERSION="2.6.0pre18"
+export PACKAGE_VERSION="2.6.0pre19"
 export DERIVATIVE_ID="${ICEDTEA_NAME} ${PACKAGE_VERSION}"
 echo "Building ${DERIVATIVE_ID}"
 
diff -r 6e761a451703 -r f8795ed79ba6 src/bsd/doc/man/jhat.1
--- a/src/bsd/doc/man/jhat.1	Wed Feb 04 16:52:13 2015 +0000
+++ b/src/bsd/doc/man/jhat.1	Thu Feb 05 16:11:10 2015 +0000
@@ -77,7 +77,7 @@
 .na
 \f2hprof\fP @
 .fi
-http://java.sun.com/developer/technicalArticles/Programming/HPROF.html.
+https://docs.oracle.com/javase/7/docs/technotes/samples/hprof.html.
 .RE
 
 .LP
@@ -134,7 +134,7 @@
 .na
 \f2hprof \- Heap and CPU profiling tool\fP @
 .fi
-http://java.sun.com/developer/technicalArticles/Programming/HPROF.html
+https://docs.oracle.com/javase/7/docs/technotes/samples/hprof.html.
 .RE
 
 .LP
diff -r 6e761a451703 -r f8795ed79ba6 src/linux/doc/man/jhat.1
--- a/src/linux/doc/man/jhat.1	Wed Feb 04 16:52:13 2015 +0000
+++ b/src/linux/doc/man/jhat.1	Thu Feb 05 16:11:10 2015 +0000
@@ -77,7 +77,7 @@
 .na
 \f2hprof\fP @
 .fi
-http://java.sun.com/developer/technicalArticles/Programming/HPROF.html. 
+https://docs.oracle.com/javase/7/docs/technotes/samples/hprof.html.
 .RE
 
 .LP
@@ -134,7 +134,7 @@
 .na
 \f2hprof \- Heap and CPU profiling tool\fP @
 .fi
-http://java.sun.com/developer/technicalArticles/Programming/HPROF.html 
+https://docs.oracle.com/javase/7/docs/technotes/samples/hprof.html.
 .RE
 
 .LP
diff -r 6e761a451703 -r f8795ed79ba6 src/share/native/sun/awt/splashscreen/splashscreen_gif.c
--- a/src/share/native/sun/awt/splashscreen/splashscreen_gif.c	Wed Feb 04 16:52:13 2015 +0000
+++ b/src/share/native/sun/awt/splashscreen/splashscreen_gif.c	Thu Feb 05 16:11:10 2015 +0000
@@ -310,7 +310,12 @@
     free(pBitmapBits);
     free(pOldBitmapBits);
 
+#if GIFLIB_MAJOR >= 5 && GIFLIB_MINOR >= 1
+    if (DGifCloseFile(gif, NULL) == GIF_ERROR)
+        return 0;
+#else
     DGifCloseFile(gif);
+#endif
 
     return 1;
 }
diff -r 6e761a451703 -r f8795ed79ba6 src/solaris/doc/sun/man/man1/jhat.1
--- a/src/solaris/doc/sun/man/man1/jhat.1	Wed Feb 04 16:52:13 2015 +0000
+++ b/src/solaris/doc/sun/man/man1/jhat.1	Thu Feb 05 16:11:10 2015 +0000
@@ -77,7 +77,7 @@
 .na
 \f2hprof\fP @
 .fi
-http://java.sun.com/developer/technicalArticles/Programming/HPROF.html. 
+https://docs.oracle.com/javase/7/docs/technotes/samples/hprof.html.
 .RE
 
 .LP
@@ -134,7 +134,7 @@
 .na
 \f2hprof \- Heap and CPU profiling tool\fP @
 .fi
-http://java.sun.com/developer/technicalArticles/Programming/HPROF.html 
+https://docs.oracle.com/javase/7/docs/technotes/samples/hprof.html.
 .RE
 
 .LP


More information about the distro-pkg-dev mailing list