JDK-8254667 : AIX builds broken after JDK-8253180 : undeclared identifier '_poll_armed_value'
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 16
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: aix
  • CPU: ppc
  • Submitted: 2020-10-13
  • Updated: 2021-06-02
  • Resolved: 2021-06-02
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.
Other
tbdResolved
Related Reports
Duplicate :  
Description
AdoptOpenJDK builds of jdk-16 on AIX started failing 4 days ago after merging of JDK-8253180:
```
04:54:16  ./src/hotspot/os/aix/safepointMechanism_aix.cpp:109:3: error: use of undeclared identifier '_poll_armed_value'
04:54:16    _poll_armed_value    = reinterpret_cast<void*>(bad_page_val  + poll_bit());
04:54:16    ^
04:54:17  ./src/hotspot/os/aix/safepointMechanism_aix.cpp:110:3: error: use of undeclared identifier '_poll_disarmed_value'
04:54:17    _poll_disarmed_value = reinterpret_cast<void*>(good_page_val);
04:54:17    ^
```