JDK-8298225 : [AIX] Disable PPC64LE continuations on AIX
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: aix
  • Submitted: 2022-12-07
  • Updated: 2022-12-12
  • Resolved: 2022-12-09
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 20 JDK 21
20 masterFixed 21Fixed
Related Reports
Relates :  
Description
After JDK-8286302, AIX build fails with the following error:

ad_ppc.cpp:22493:47: error: use of undeclared identifier 'Continuations'
  assert(VerifyOops || MachNode::size(ra_) <= Continuations::enabled() ? 8 : 4, "bad fixed size");

The generated ad_ppc.cpp file does not import continuations.hpp.
Comments
Changeset: a8946490 Author: Tyler Steele <tsteele@openjdk.org> Date: 2022-12-09 17:04:11 +0000 URL: https://git.openjdk.org/jdk20/commit/a8946490e2b362d241c61cc459dbaba93fc93ca4
09-12-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk20/pull/4 Date: 2022-12-08 18:56:10 +0000
08-12-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11550 Date: 2022-12-07 00:05:43 +0000
07-12-2022