Your message dated Mon, 07 Oct 2019 10:08:31 +0000
with message-id <[email protected]>
and subject line Bug#939565: fixed in openjdk-11 11.0.5+9-1
has caused the Debian Bug report #939565,
regarding openjdk-11: Please include patch to fix server build on sparc64
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
939565: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939565
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: openjdk-11
Version: 11.0.5+6-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: sparc64
Hello!
The attached patch fixes the server build on sparc64, it regressed due to
the recent switch to gcc-9 [1].
Adrian
> [1] https://bugs.openjdk.java.net/browse/JDK-8230708
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - [email protected]
`. `' Freie Universitaet Berlin - [email protected]
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
# HG changeset patch
# User glaubitz
# Date 1567771866 -7200
# Fri Sep 06 14:11:06 2019 +0200
# Node ID 637bd9437c111a9a80a3371807775d725dca0734
# Parent d6e2dbf20eaa4e85525f94ed4d3eff5266fb0d18
8230708: Linux-sparc fails to build with gcc-9
diff -r d6e2dbf20eaa -r 637bd9437c11 src/hotspot/cpu/sparc/nativeInst_sparc.hpp
--- a/src/hotspot/cpu/sparc/nativeInst_sparc.hpp Fri Aug 30 09:24:54
2019 +0200
+++ b/src/hotspot/cpu/sparc/nativeInst_sparc.hpp Fri Sep 06 14:11:06
2019 +0200
@@ -315,7 +315,7 @@
inline NativeCall* nativeCall_at(address instr);
inline NativeCall* nativeCall_overwriting_at(address instr,
- address destination);
+ address destination = NULL);
inline NativeCall* nativeCall_before(address return_address);
class NativeCall: public NativeInstruction {
public:
@@ -344,7 +344,7 @@
// Creation
friend inline NativeCall* nativeCall_at(address instr);
- friend NativeCall* nativeCall_overwriting_at(address instr, address
destination = NULL) {
+ friend NativeCall* nativeCall_overwriting_at(address instr, address
destination) {
// insert a "blank" call:
NativeCall* call = (NativeCall*)instr;
call->set_long_at(0 * BytesPerInstWord, call_instruction(destination,
instr));
@@ -413,7 +413,7 @@
// == sethi %hi54(addr), O7 ; jumpl O7, %lo10(addr), O7 ; <delay>
// That is, it is essentially the same as a NativeJump.
class NativeFarCall;
-inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address
destination);
+inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address
destination = NULL);
inline NativeFarCall* nativeFarCall_at(address instr);
class NativeFarCall: public NativeInstruction {
public:
@@ -452,7 +452,7 @@
return call;
}
- friend inline NativeFarCall* nativeFarCall_overwriting_at(address instr,
address destination = NULL) {
+ friend inline NativeFarCall* nativeFarCall_overwriting_at(address instr,
address destination) {
Unimplemented();
NativeFarCall* call = (NativeFarCall*)instr;
return call;
--- End Message ---
--- Begin Message ---
Source: openjdk-11
Source-Version: 11.0.5+9-1
We believe that the bug you reported is fixed in the latest version of
openjdk-11, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <[email protected]> (supplier of updated openjdk-11 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 07 Oct 2019 11:00:49 +0200
Source: openjdk-11
Architecture: source
Version: 11.0.5+9-1
Distribution: unstable
Urgency: medium
Maintainer: OpenJDK Team <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Closes: 893134 910694 910696 933389 935624 939521 939565
Changes:
openjdk-11 (11.0.5+9-1) unstable; urgency=medium
.
* OpenJDK 11.0.5+9 build (early access).
* Bump standards version.
* Use dh_strip_nondeterminism (Emmanuel Bourg). Closes: #933389.
* Fix 8230708, server build on sparc64 (Adrian Glaubitz). Closes: #939565.
* Fix FTBFS with DEB_BUILD_PROFILES=nocheck (Helmut Grohne). Closes: #939521.
* Add more breaks to the openjdk-11-jre-headless package. Closes: #935624.
* Fix debug and src symlinks. Closes: #893134, #910694, #910696.
Checksums-Sha1:
c83aea3bb9203b50d084dada3de8331c8ce0f10a 4807 openjdk-11_11.0.5+9-1.dsc
69b647cbdcbd7886ef5399c40ffdc0fd45e6be1b 75411884
openjdk-11_11.0.5+9.orig.tar.xz
f4efafda16f4324b811361871ada0fe0d562a0db 172584
openjdk-11_11.0.5+9-1.debian.tar.xz
4995006656af67569d4f8cb129a2653367a63986 15144
openjdk-11_11.0.5+9-1_source.buildinfo
Checksums-Sha256:
53bd371e4e1112352f840afa9a527ca104fad7fee15a5b6e6182e04d15de5422 4807
openjdk-11_11.0.5+9-1.dsc
dbbfbfc80bce267f566b600568a2299277741026460bb21ef7965b93d9daaaa3 75411884
openjdk-11_11.0.5+9.orig.tar.xz
d9fa779fa6b5eec5ae99daf03ce0f6a8e75fe24a274790a1d17dbb79038902d2 172584
openjdk-11_11.0.5+9-1.debian.tar.xz
aa7ef171a9362726db651feb38f42b258046504fc9be5d0362866877f5225aed 15144
openjdk-11_11.0.5+9-1_source.buildinfo
Files:
d9bcd4b36486dc4f364e028c347fa417 4807 java optional openjdk-11_11.0.5+9-1.dsc
920fac728b888b9218d100163cf5c28f 75411884 java optional
openjdk-11_11.0.5+9.orig.tar.xz
fee1b9589d551dd711a02f263cb5adac 172584 java optional
openjdk-11_11.0.5+9-1.debian.tar.xz
cc477d34deebd60e43b3aa88c7855b4b 15144 java optional
openjdk-11_11.0.5+9-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl2bCQ4QHGRva29AdWJ1
bnR1LmNvbQAKCRC9fqpgd4+m9Q3KD/4l+AwK3+kganCJWnOCBVR0Z655ApPgaGuD
j95o7WIWb+5bvDOHQW7n1xovYlCfNhuD94Rc/D95F+GGavK2TTFMBuXOd5kPS7lV
o/CEWreYZl/AKbZ86o5Y7lPla5P9J4fVI7mhScIKW9nwGjfYl8gE+C+jcWmRrpRg
Nu7BwsIipBqPkm/HCrkK9EQ4YpPixThLZAD90tdGfy2bxe8RFcp1kgT+zQnIrBY+
1BzVyBLiT63ACS7GnZg+Uk3xKr4ggFoRyv1tiwnLZ5riM3UVGuttaSWUnDAIvYdr
owErDATvHNmnHf5qMtmrDSK1YRmJSt3hCT/Rp+HLdcFBERVLeGicvAhCwO7VADbP
/wW1BRXMlmzI104YchdSUHgZC3HU0q4vhd9Vo/wdTWYfbHPcPfZ4osdyE5NonB/r
H6Ivgh5g1sj4H3uNlYFV/yyFSLdVdHOn1cQE7YrKegs8ftDP9X2MSHO9LbODz+mC
OIdA9IeoJ6/UMUy2bUXqsnAr2l1ATsGm9TuZCkmqUBSwwgYYJuiYKO9SIo9PuN7s
5+YM/cuIBkbMOF6vmbENO4+oxvCrqbaEL2YvZJYU6t+Zi52ckfXBd+6CsSGcV8Tg
8oQFqUtCPlGTqfLtuAyapzf6DDauOyeA5kEilGk/LfgUqkXojwoOr9fJuvQIjf4I
pUD1IuDBMQ==
=JMTh
-----END PGP SIGNATURE-----
--- End Message ---