src/hotspot/share/opto/loopPredicate.cpp
changeset 53306 8e260023fc53
parent 52925 9c18c9d839d3
child 53357 c52a37f40324
--- 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,