--- old/src/share/vm/opto/loopnode.hpp 2015-10-08 22:15:51.625209490 +0200 +++ new/src/share/vm/opto/loopnode.hpp 2015-10-08 22:15:51.574210708 +0200 @@ -1062,6 +1062,8 @@ Node *split_thru_region( Node *n, Node *region ); // Split Node 'n' through merge point if there is enough win. Node *split_thru_phi( Node *n, Node *region, int policy ); + void split_mem_thru_phi(Node*, Node* r, Node* phi); + // Found an If getting its condition-code input from a Phi in the // same block. Split thru the Region. void do_split_if( Node *iff );