--- a/src/hotspot/share/opto/loopPredicate.cpp Mon Jan 14 13:45:19 2019 -0800
+++ b/src/hotspot/share/opto/loopPredicate.cpp Mon Jan 14 15:07:22 2019 +0100
@@ -1308,7 +1308,7 @@
// range checks between the pre and main loop to validate the value
// of the main loop induction variable. Make a copy of the predicates
// here with an opaque node as a place holder for the value (will be
-// updated by PhaseIdealLoop::update_skeleton_predicate()).
+// updated by PhaseIdealLoop::clone_skeleton_predicate()).
ProjNode* PhaseIdealLoop::insert_skeleton_predicate(IfNode* iff, IdealLoopTree *loop,
ProjNode* proj, ProjNode *predicate_proj,
ProjNode* upper_bound_proj,