Created on behalf of Varada.
AfterJDK-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.
After
/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.
- relates to
-
JDK-8301500 Replace NULL with nullptr in os_cpu/aix_ppc
-
- Resolved
-