JDK-8299476 : PPC64 Zero build fails after JDK-8286302
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 20,21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-01-02
  • Updated: 2023-01-09
  • Resolved: 2023-01-04
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 b30Fixed 21Fixed
Related Reports
Relates :  
Description
```
/home/shade/trunks/shipilev-jdk20/src/hotspot/share/runtime/continuationFreezeThaw.cpp: In constructor 'FreezeBase::FreezeBase(JavaThread*, ContinuationWrapper&, intptr_t*)':
/home/shade/trunks/shipilev-jdk20/src/hotspot/share/runtime/continuationFreezeThaw.cpp:487:64: error: 'abi_reg_args_size' is not a member of 'frame'
  487 |                                              PPC64_ONLY(frame::abi_reg_args_size >> LogBytesPerWord);
      |                                                                ^~~~~~~~~~~~~~~~~
```
Comments
Changeset: a17f505d Author: Aleksey Shipilev <shade@openjdk.org> Date: 2023-01-04 10:46:34 +0000 URL: https://git.openjdk.org/jdk20/commit/a17f505d7351b0031d17c3ce8df3723b121a301e
04-01-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk20/pull/79 Date: 2023-01-02 17:56:41 +0000
02-01-2023