Your message dated Thu, 10 Oct 2019 14:44:00 +0000
with message-id <[email protected]>
and subject line Bug#939565: fixed in openjdk-14 14~18-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-14
Source-Version: 14~18-1

We believe that the bug you reported is fixed in the latest version of
openjdk-14, 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-14 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: Thu, 10 Oct 2019 11:05:23 +0200
Source: openjdk-14
Architecture: source
Version: 14~18-1
Distribution: experimental
Urgency: medium
Maintainer: OpenJDK Team <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Closes: 939565
Changes:
 openjdk-14 (14~18-1) experimental; urgency=medium
 .
   * OpenJDK 14 snapshot, build 18.
   * Bump standards version.
   * Use dh_strip_nondeterminism (Emmanuel Bourg). Addresses: #933389.
   * Fix 8230708, server build on sparc64 (Adrian Glaubitz). Closes: #939565.
   * Fix FTBFS with DEB_BUILD_PROFILES=nocheck (Helmut Grohne).
     Addresses: #939521.
   * Fix debug and src symlinks. Addresses: #893134, #910694, #910696.
Checksums-Sha1:
 aadb0eace8f67b9977ad0d6ad690446d68e42fef 4768 openjdk-14_14~18-1.dsc
 f996eb06880c5f1c9003911cde52ad84c673a054 68997056 openjdk-14_14~18.orig.tar.xz
 1a1b5e78c1a124381f3b658c5e5837795788f407 168696 
openjdk-14_14~18-1.debian.tar.xz
 779d8033524c42ca35c9090672c8b377518d3f6e 15069 
openjdk-14_14~18-1_source.buildinfo
Checksums-Sha256:
 4ec8d744597ed0c0d8a7233eb9144d089132cd87db534babdff067077fdf95a7 4768 
openjdk-14_14~18-1.dsc
 11d01e0a2832f8357563dcbbdface7f00dc75c749abc1e175165c85422ca9460 68997056 
openjdk-14_14~18.orig.tar.xz
 2d98ad5eb294f9e739b28ff9e5f8c34fc4a358e45c1e5fd6815d71f2658918c7 168696 
openjdk-14_14~18-1.debian.tar.xz
 c434f4de1e5b51f93452c2319f16eea91dc42ec30c7a3625d2049a02214c1cb0 15069 
openjdk-14_14~18-1_source.buildinfo
Files:
 948c989e9667b1e0a55b43b2f99b0d57 4768 java optional openjdk-14_14~18-1.dsc
 fa1e5d7dee0831803f5d04daa32345d8 68997056 java optional 
openjdk-14_14~18.orig.tar.xz
 d4c55e659124f2e4e18e245784722bbb 168696 java optional 
openjdk-14_14~18-1.debian.tar.xz
 aa4c837c7bae317d157f971dacfaafbb 15069 java optional 
openjdk-14_14~18-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl2fPJIQHGRva29AdWJ1
bnR1LmNvbQAKCRC9fqpgd4+m9ej6D/9Bss6Lvd5NUVVq1673TJNgNvjAvYrYN5MB
QPdM3eK9DJHRsUrHoOWGVgadP+upW/DUyOhOLLpuqm5fn0LYIeOvauh26Txk6dMV
aA+3bRbtrUOkkqIdeCC0Lp2wwd2uAQrEZRCf/V5eaTX2VD+BOo4Odcuq8caCrJYv
tyaIyBrXhAuf3kdqNrfwwl6DOI0hTuaAjizFQMgBpvsyoPOhjyDic0mvVWQILVXz
cep17+DwtxFpW5zoHH65UlBGEpDYy6KhC16CuBa1WFNHzUudRn2wrCkNremHOUjQ
jWe3w3IbKPz/oJvVYHY/hV1RRuNG4HZGyahY7uP1ufdg+o0yHuvWWymSJkZZn1+9
VCP5OKwBA1bv2WZltEKtLZaaqUrePrkVLUM7eRjOhNAnpdww43sAjMvtGIc4fU9s
XscRRl1c+J8yaobsS7bSkxd5Oq9Qa91Y9TopKfvWp7KwVhWtrXOYxdkrzSGZ+M3W
pG2OpnjHxxgbuYsnL7SkjdFyFuOPEr/IKzuv2i9zF6ClF9veNKql1I9K/69qmyqr
mzfS/0P8NUCkxrL6/aceV7qPl1sWWZc7HpNh2hZ5Vt9DF/GrYmeNEBULV4LZam0c
9prlRYBzEjUuLOK5KcjJ6YnLbjHfzV2VHxeSQvacHtVpgj+7x8hfgOClv+MeSeeY
nOxNValeNw==
=VOv3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to