JDK-8299022 : Linux ppc64le and s390x build issues after JDK-8160404
  • Type: Bug
  • Component: hotspot
  • Sub-Component: other
  • Affected Version: 21
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: ppc
  • Submitted: 2022-12-19
  • Updated: 2023-01-03
  • Resolved: 2022-12-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 21
21 b03Fixed
Related Reports
Relates :  
Description
Looks like JDK-8160404 caused issues in the Linux ppc64le build.
We now run into

/openjdk/nb/linuxppc64le/jdk/src/hotspot/cpu/ppc/assembler_ppc.hpp:98:49: error: no matching function for call to 'RelocationHolder::RelocationHolder(NULL)'
   AddressLiteral() : _address(NULL), _rspec(NULL) {}

Looks like a constructor of RelocationHolder was removed/replaced.

Linux s390x has similar coding so most likely needs adjustment too.
Comments
Changeset: 756a06d4 Author: Matthias Baesken <mbaesken@openjdk.org> Date: 2022-12-19 16:20:12 +0000 URL: https://git.openjdk.org/jdk/commit/756a06d4c239966ed68bbbe8ee4c6b6d02154c02
19-12-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11719 Date: 2022-12-19 12:12:00 +0000
19-12-2022