Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083291 | emb-9 | Goetz Lindenmaier | P3 | Resolved | Fixed | team |
JDK-8086387 | 8u65 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
JDK-8067906 | 8u60 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
JDK-8137551 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8076662 | emb-8u60 | Goetz Lindenmaier | P3 | Resolved | Fixed | team |
8058148 includes compile.hpp in ciTypeFlow.cpp. compile.hpp uses locate_node_notes() which is defined inline in node.hpp. Therefore ciTypeFlow.cpp also must include node.hpp. This breaks the build.
opto/compile.hpp:825: warning: inline function 'Node_Notes* Compile::locate_node_notes(GrowableArray<Node_Notes*>*, int, bool)' used but never defined
opto/compile.hpp:825: warning: inline function 'Node_Notes* Compile::locate_node_notes(GrowableArray<Node_Notes*>*, int, bool)' used but never defined
- backported by
-
JDK-8067906 Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
-
- Resolved
-
-
JDK-8076662 Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
-
- Resolved
-
-
JDK-8083291 Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
-
- Resolved
-
-
JDK-8086387 Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
-
- Resolved
-
-
JDK-8137551 Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
-
- Resolved
-