JDK 21 |
---|
21Resolved |
Duplicate :
|
|
Relates :
|
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
|