-
Bug
-
Resolution: Duplicate
-
P1
-
21
-
generic
-
generic
Build failure introduced by JDK-8296389:
jdk/src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.cpp:2005:92: error: 'class Node' has no member named 'isNeverBranch'; did you mean 'is_NeverBranch'?
2005 | if (in != NULL && in->Opcode() == Op_Halt && in->in(0)->is_Proj() && in->in(0)->in(0)->isNeverBranch()) {
| ^~~~~~~~~~~~~
| is_NeverBranch
jdk/src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.cpp:2005:92: error: 'class Node' has no member named 'isNeverBranch'; did you mean 'is_NeverBranch'?
2005 | if (in != NULL && in->Opcode() == Op_Halt && in->in(0)->is_Proj() && in->in(0)->in(0)->isNeverBranch()) {
| ^~~~~~~~~~~~~
| is_NeverBranch
- duplicates
-
JDK-8298568 Fastdebug build fails after JDK-8296389
-
- Resolved
-
- relates to
-
JDK-8296389 C2: PhaseCFG::convert_NeverBranch_to_Goto must handle both orders of successors
-
- Resolved
-