Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8298512 | 21 | Dukebot | P3 | Resolved | Fixed | b02 |
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.
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.
- backported by
-
JDK-8298512 [AIX] Disable PPC64LE continuations on AIX
- Resolved
- relates to
-
JDK-8286302 Port JEP 425 to PPC64
- Resolved