JDK-8302067 : [AIX] AIX build error on os_aix_ppc.cpp
  • Type: Bug
  • Component: hotspot
  • Sub-Component: other
  • Affected Version: 21
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: aix
  • CPU: ppc
  • Submitted: 2023-02-08
  • Updated: 2025-03-27
  • Resolved: 2023-02-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 21
21 b10Fixed
Related Reports
Relates :  
Description
Created on behalf of Varada.

After JDK-8301500, build is broken on AIX with below error. 
/home/hotspot/openjdk/jdk/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:145:17: error: invalid operands to binary expression ('intptr_t' (aka 'long') and 'nullptr_t')
if (*fr->sp() == nullptr) {
~~~~~~~~~ ^ ~~~~~~~
1 error generated.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/12482 Date: 2023-02-09 06:14:55 +0000
27-03-2025

Changeset: 916374d7 Author: Varada M <mvarada2000@gmail.com> Committer: Thomas Stuefe <stuefe@openjdk.org> Date: 2023-02-09 09:47:34 +0000 URL: https://git.openjdk.org/jdk/commit/916374d766561c6433c047129586c222db16727f
09-02-2023