--- old/src/share/vm/opto/loopnode.hpp 2014-09-17 18:42:42.492067888 +0200 +++ new/src/share/vm/opto/loopnode.hpp 2014-09-17 18:42:42.314932270 +0200 @@ -602,6 +602,8 @@ return ctrl; } + bool insert_castii_before_loop(Node* incr, Node* ctrl, Node* loop); + public: bool has_node( Node* n ) const { guarantee(n != NULL, "No Node.");