Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083035 | emb-9 | Goetz Lindenmaier | P4 | Resolved | Fixed | b34 |
8015774 adds include of compile.hpp to codeCache.cpp.
compile.hpp declares and calls locate_node_notes(), which is defined in node.hpp. Therefore
codeCache.cpp must include node.hpp, too.
This breaks the build on ppc.
compile.hpp declares and calls locate_node_notes(), which is defined in node.hpp. Therefore
codeCache.cpp must include node.hpp, too.
This breaks the build on ppc.
- backported by
-
JDK-8083035 Add include missing in 8015774
-
- Resolved
-