--- old/src/hotspot/share/opto/loopnode.hpp 2017-11-27 11:09:25.299660734 +0100 +++ new/src/hotspot/share/opto/loopnode.hpp 2017-11-27 11:09:23.206668240 +0100 @@ -1098,7 +1098,7 @@ // "Nearly" because all Nodes have been cloned from the original in the loop, // but the fall-in edges to the Cmp are different. Clone bool/Cmp pairs // through the Phi recursively, and return a Bool. - BoolNode *clone_iff( PhiNode *phi, IdealLoopTree *loop ); + Node *clone_iff( PhiNode *phi, IdealLoopTree *loop ); CmpNode *clone_bool( PhiNode *phi, IdealLoopTree *loop );