Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135550 | emb-9 | Goetz Lindenmaier | P4 | Resolved | Fixed | team |
is_oop is an inline functione implemented in oop.linline.hpp, therefore it may not be called in headers.
This breaks the fastdebug build on aix.
Fix: move it to cpp file, where also the only call to the function is located.
This breaks the fastdebug build on aix.
Fix: move it to cpp file, where also the only call to the function is located.
- backported by
-
JDK-8135550 Fix call to inline function is_oop in header debugInfo.hpp.
-
- Resolved
-