------------------------------------------------------------
revno: 755
committer: Matthias Klose <[email protected]>
branch nick: openjdk8
timestamp: Tue 2019-10-01 08:30:46 +0200
message:
* Update to 8u232-b07 (early access build).
* Refresh patches.
modified:
corba.tar.xz
debian/changelog
debian/patches/compiler-flags.diff
debian/patches/enable-sa-on-aarch64.diff
debian/patches/hotspot-libpath-default.diff
debian/patches/jdk-target-arch-define.diff
debian/patches/system-libjpeg.diff
debian/patches/system-libpng.diff
debian/patches/system-pcsclite.diff
debian/patches/workaround_expand_exec_shield_cs_limit.diff
debian/patches/zero-architectures.diff
debian/patches/zero-sh.diff
debian/patches/zero-x32.diff
debian/rules
hotspot-aarch32.tar.xz
hotspot-aarch64.tar.xz
hotspot.tar.xz
jaxp.tar.xz
jaxws.tar.xz
jdk.tar.xz
langtools.tar.xz
nashorn.tar.xz
root.tar.xz
--
lp:~openjdk/openjdk/openjdk8
https://code.launchpad.net/~openjdk/openjdk/openjdk8
Your team Debian Java Maintainers is subscribed to branch
lp:~openjdk/openjdk/openjdk8.
To unsubscribe from this branch go to
https://code.launchpad.net/~openjdk/openjdk/openjdk8/+edit-subscription
=== modified file 'corba.tar.xz'
Binary files corba.tar.xz 2019-09-06 16:11:17 +0000 and corba.tar.xz 2019-10-01 06:30:46 +0000 differ
=== modified file 'debian/changelog'
--- debian/changelog 2019-09-30 12:07:15 +0000
+++ debian/changelog 2019-10-01 06:30:46 +0000
@@ -1,5 +1,7 @@
-openjdk-8 (8u232-b04-2) UNRELEASED; urgency=medium
+openjdk-8 (8u232-b07-1) UNRELEASED; urgency=medium
+ * Update to 8u232-b07 (early access build).
+ * Refresh patches.
* openjdk-8-jdk-headless: Add Breaks/Replaces for moved clhsdb binary.
LP: #1845873.
=== modified file 'debian/patches/compiler-flags.diff'
--- debian/patches/compiler-flags.diff 2019-03-17 17:34:59 +0000
+++ debian/patches/compiler-flags.diff 2019-10-01 06:30:46 +0000
@@ -2,10 +2,12 @@
--- a/hotspot/make/linux/makefiles/ppc64.make
+++ b/hotspot/make/linux/makefiles/ppc64.make
-@@ -47,5 +47,5 @@ else
+@@ -47,7 +47,7 @@ else
CFLAGS += -DVM_LITTLE_ENDIAN -DABI_ELFv2
# Use Power8, this is the first CPU to support PPC64 LE with ELFv2 ABI.
- CFLAGS += -mcpu=power7 -mtune=power8 -minsert-sched-nops=regroup_exact -mno-multiple -mno-string
+ CFLAGS += -minsert-sched-nops=regroup_exact -mno-multiple -mno-string
endif
+
+ # If FDLIBM_CFLAGS is non-empty it holds CFLAGS needed to be passed to
=== modified file 'debian/patches/enable-sa-on-aarch64.diff'
--- debian/patches/enable-sa-on-aarch64.diff 2019-03-18 21:38:41 +0000
+++ debian/patches/enable-sa-on-aarch64.diff 2019-10-01 06:30:46 +0000
@@ -1,6 +1,6 @@
--- a/common/autoconf/generated-configure.sh
+++ b/common/autoconf/generated-configure.sh
-@@ -14779,9 +14779,6 @@ $as_echo "$with_jvm_variants" >&6; }
+@@ -14612,9 +14612,6 @@ $as_echo "$with_jvm_variants" >&6; }
if test "x$VAR_CPU" = xppc64 -o "x$VAR_CPU" = xppc64le ; then
INCLUDE_SA=false
fi
=== modified file 'debian/patches/hotspot-libpath-default.diff'
--- debian/patches/hotspot-libpath-default.diff 2019-03-17 17:34:59 +0000
+++ debian/patches/hotspot-libpath-default.diff 2019-10-01 06:30:46 +0000
@@ -2,7 +2,7 @@
--- a/hotspot/src/os/linux/vm/os_linux.cpp
+++ b/hotspot/src/os/linux/vm/os_linux.cpp
-@@ -366,10 +366,10 @@ void os::init_system_properties_values()
+@@ -367,10 +367,10 @@ void os::init_system_properties_values()
// 1: ...
// ...
// 7: The default directories, normally /lib and /usr/lib.
=== modified file 'debian/patches/jdk-target-arch-define.diff'
--- debian/patches/jdk-target-arch-define.diff 2019-03-17 17:24:49 +0000
+++ debian/patches/jdk-target-arch-define.diff 2019-10-01 06:30:46 +0000
@@ -2,7 +2,7 @@
--- a/common/autoconf/flags.m4
+++ b/common/autoconf/flags.m4
-@@ -566,7 +566,13 @@ AC_DEFUN_ONCE([FLAGS_SETUP_COMPILER_FLAG
+@@ -587,7 +587,13 @@ AC_DEFUN_ONCE([FLAGS_SETUP_COMPILER_FLAG
CCXXFLAGS_JDK="$CCXXFLAGS_JDK -D$OPENJDK_TARGET_OS_UPPERCASE"
# Setup target CPU
=== modified file 'debian/patches/system-libjpeg.diff'
--- debian/patches/system-libjpeg.diff 2019-03-18 21:38:41 +0000
+++ debian/patches/system-libjpeg.diff 2019-10-01 06:30:46 +0000
@@ -158,7 +158,7 @@
ifneq ($(OPENJDK_TARGET_OS), macosx)
LIBSPLASHSCREEN_DIRS += $(JDK_TOPDIR)/src/$(OPENJDK_TARGET_OS_API_DIR)/native/sun/awt/splashscreen
else
-@@ -1197,11 +1220,13 @@ ifndef BUILD_HEADLESS_ONLY
+@@ -1198,11 +1221,13 @@ ifndef BUILD_HEADLESS_ONLY
EXCLUDE_FILES := imageioJPEG.c jpegdecoder.c pngtest.c, \
LANG := C, \
OPTIMIZATION := LOW, \
=== modified file 'debian/patches/system-libpng.diff'
--- debian/patches/system-libpng.diff 2019-03-18 21:38:41 +0000
+++ debian/patches/system-libpng.diff 2019-10-01 06:30:46 +0000
@@ -52,7 +52,7 @@
--- a/common/autoconf/spec.gmk.in
+++ b/common/autoconf/spec.gmk.in
-@@ -571,6 +571,7 @@ endif
+@@ -603,6 +603,7 @@ endif
ENABLE_JFR=@ENABLE_JFR@
ENABLE_INTREE_EC=@ENABLE_INTREE_EC@
USE_EXTERNAL_LIBJPEG:=@USE_EXTERNAL_LIBJPEG@
@@ -84,7 +84,7 @@
ifneq ($(OPENJDK_TARGET_OS), macosx)
LIBSPLASHSCREEN_DIRS += $(JDK_TOPDIR)/src/$(OPENJDK_TARGET_OS_API_DIR)/native/sun/awt/splashscreen
else
-@@ -1221,12 +1227,12 @@ ifndef BUILD_HEADLESS_ONLY
+@@ -1222,12 +1228,12 @@ ifndef BUILD_HEADLESS_ONLY
LANG := C, \
OPTIMIZATION := LOW, \
CFLAGS := $(LIBSPLASHSCREEN_CFLAGS) $(CFLAGS_JDKLIB) \
=== modified file 'debian/patches/system-pcsclite.diff'
--- debian/patches/system-pcsclite.diff 2019-03-18 21:38:41 +0000
+++ debian/patches/system-pcsclite.diff 2019-10-01 06:30:46 +0000
@@ -56,7 +56,7 @@
--- a/common/autoconf/spec.gmk.in
+++ b/common/autoconf/spec.gmk.in
-@@ -573,6 +573,7 @@ ENABLE_INTREE_EC=@ENABLE_INTREE_EC@
+@@ -605,6 +605,7 @@ ENABLE_INTREE_EC=@ENABLE_INTREE_EC@
USE_EXTERNAL_LIBJPEG:=@USE_EXTERNAL_LIBJPEG@
USE_EXTERNAL_LIBPNG:=@USE_EXTERNAL_LIBPNG@
USE_EXTERNAL_LIBGIF:=@USE_EXTERNAL_LIBGIF@
@@ -134,10 +134,10 @@
+#ifndef USE_SYSTEM_LIBPCSCLITE
+
- typedef LONG (*FPTR_SCardEstablishContext)(ULONG dwScope,
- const void *pvReserved1,
- const void *pvReserved2,
-@@ -110,3 +112,41 @@ extern FPTR_SCardListReaders scardListRe
+ typedef LONG (*FPTR_SCardEstablishContext)(DWORD dwScope,
+ LPCVOID pvReserved1,
+ LPCVOID pvReserved2,
+@@ -111,3 +113,41 @@ extern FPTR_SCardListReaders scardListRe
extern FPTR_SCardBeginTransaction scardBeginTransaction;
extern FPTR_SCardEndTransaction scardEndTransaction;
extern FPTR_SCardControl scardControl;
=== modified file 'debian/patches/workaround_expand_exec_shield_cs_limit.diff'
--- debian/patches/workaround_expand_exec_shield_cs_limit.diff 2019-03-18 21:38:41 +0000
+++ debian/patches/workaround_expand_exec_shield_cs_limit.diff 2019-10-01 06:30:46 +0000
@@ -11,7 +11,7 @@
/*
--- a/hotspot/src/os/linux/vm/os_linux.cpp
+++ b/hotspot/src/os/linux/vm/os_linux.cpp
-@@ -5137,7 +5137,7 @@ ZERO_ONLY (
+@@ -5143,7 +5143,7 @@ ZERO_ONLY (
Linux::capture_initial_stack(JavaThread::stack_size_at_create());
=== modified file 'debian/patches/zero-architectures.diff'
--- debian/patches/zero-architectures.diff 2019-03-17 17:24:49 +0000
+++ debian/patches/zero-architectures.diff 2019-10-01 06:30:46 +0000
@@ -98,7 +98,7 @@
s390*) ZERO_ARCHDEF=S390 ;;
--- a/common/autoconf/flags.m4
+++ b/common/autoconf/flags.m4
-@@ -806,6 +806,8 @@ AC_DEFUN_ONCE([FLAGS_SETUP_COMPILER_FLAG
+@@ -827,6 +827,8 @@ AC_DEFUN_ONCE([FLAGS_SETUP_COMPILER_FLAG
*)
ZERO_ARCHFLAG="${COMPILER_TARGET_BITS_FLAG}${OPENJDK_TARGET_CPU_BITS}"
esac
=== modified file 'debian/patches/zero-sh.diff'
--- debian/patches/zero-sh.diff 2019-03-18 21:38:41 +0000
+++ debian/patches/zero-sh.diff 2019-10-01 06:30:46 +0000
@@ -2,7 +2,7 @@
--- a/hotspot/src/os/linux/vm/os_linux.cpp
+++ b/hotspot/src/os/linux/vm/os_linux.cpp
-@@ -1970,7 +1970,8 @@ void * os::dll_load(const char *filename
+@@ -1971,7 +1971,8 @@ void * os::dll_load(const char *filename
{EM_MIPS_RS3_LE, EM_MIPS_RS3_LE, ELFCLASS32, ELFDATA2LSB, (char*)"MIPSel"},
{EM_MIPS, EM_MIPS, ELFCLASS32, ELFDATA2MSB, (char*)"MIPS"},
{EM_PARISC, EM_PARISC, ELFCLASS32, ELFDATA2MSB, (char*)"PARISC"},
@@ -12,7 +12,7 @@
};
#if (defined IA32)
-@@ -2001,9 +2002,11 @@ void * os::dll_load(const char *filename
+@@ -2002,9 +2003,11 @@ void * os::dll_load(const char *filename
static Elf32_Half running_arch_code=EM_MIPS;
#elif (defined M68K)
static Elf32_Half running_arch_code=EM_68K;
=== modified file 'debian/patches/zero-x32.diff'
--- debian/patches/zero-x32.diff 2019-03-18 21:38:41 +0000
+++ debian/patches/zero-x32.diff 2019-10-01 06:30:46 +0000
@@ -2,7 +2,7 @@
--- a/hotspot/src/os/linux/vm/os_linux.cpp
+++ b/hotspot/src/os/linux/vm/os_linux.cpp
-@@ -1975,7 +1975,7 @@ void * os::dll_load(const char *filename
+@@ -1976,7 +1976,7 @@ void * os::dll_load(const char *filename
#if (defined IA32)
static Elf32_Half running_arch_code=EM_386;
=== modified file 'debian/rules'
--- debian/rules 2019-09-06 16:11:17 +0000
+++ debian/rules 2019-10-01 06:30:46 +0000
@@ -1984,17 +1984,17 @@
is_release =
is_release = yes
hg_project = jdk8u
-hg_tag = jdk8u232-b04
+hg_tag = jdk8u232-b07
package_version = $(subst jdk,,$(hg_tag))
ifneq ($(is_release),yes)
package_version := $(subst -,~,$(package_version))
endif
hg_url = http://hg.openjdk.java.net/jdk8u/$(hg_project)
hg_project_aarch64 = jdk8u-shenandoah
-hg_tag_aarch64 = aarch64-shenandoah-jdk8u232-b04
+hg_tag_aarch64 = aarch64-shenandoah-jdk8u232-b07
hg_url_aarch64 = http://hg.openjdk.java.net/aarch64-port/$(hg_project_aarch64)
hg_project_aarch32 = jdk8u
-hg_tag_aarch32 = tip
+hg_tag_aarch32 = jdk8u232-b07-aarch32-190926
hg_url_aarch32 = http://hg.openjdk.java.net/aarch32-port/$(hg_project_aarch32)
origdir = ../openjdk-8-$(package_version).orig
source_date := $(shell dpkg-parsechangelog | sed -n '/^Date: /{s///p;q;}')
=== modified file 'hotspot-aarch32.tar.xz'
Binary files hotspot-aarch32.tar.xz 2019-09-06 16:11:17 +0000 and hotspot-aarch32.tar.xz 2019-10-01 06:30:46 +0000 differ
=== modified file 'hotspot-aarch64.tar.xz'
Binary files hotspot-aarch64.tar.xz 2019-09-06 16:11:17 +0000 and hotspot-aarch64.tar.xz 2019-10-01 06:30:46 +0000 differ
=== modified file 'hotspot.tar.xz'
Binary files hotspot.tar.xz 2019-09-06 16:11:17 +0000 and hotspot.tar.xz 2019-10-01 06:30:46 +0000 differ
=== modified file 'jaxp.tar.xz'
Binary files jaxp.tar.xz 2019-09-06 16:11:17 +0000 and jaxp.tar.xz 2019-10-01 06:30:46 +0000 differ
=== modified file 'jaxws.tar.xz'
Binary files jaxws.tar.xz 2019-09-06 16:11:17 +0000 and jaxws.tar.xz 2019-10-01 06:30:46 +0000 differ
=== modified file 'jdk.tar.xz'
Binary files jdk.tar.xz 2019-09-06 16:11:17 +0000 and jdk.tar.xz 2019-10-01 06:30:46 +0000 differ
=== modified file 'langtools.tar.xz'
Binary files langtools.tar.xz 2019-09-06 16:11:17 +0000 and langtools.tar.xz 2019-10-01 06:30:46 +0000 differ
=== modified file 'nashorn.tar.xz'
Binary files nashorn.tar.xz 2019-09-06 16:11:17 +0000 and nashorn.tar.xz 2019-10-01 06:30:46 +0000 differ
=== modified file 'root.tar.xz'
Binary files root.tar.xz 2019-09-06 16:11:17 +0000 and root.tar.xz 2019-10-01 06:30:46 +0000 differ
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.