--- old/src/share/vm/opto/node.cpp 2015-03-17 11:32:57.089870401 +0100 +++ new/src/share/vm/opto/node.cpp 2015-03-17 11:32:56.809025822 +0100 @@ -1387,12 +1387,6 @@ return false; } -//------------------------------Ideal_DU_postCCP------------------------------- -// Idealize graph, using DU info. Must clone result into new-space -Node *Node::Ideal_DU_postCCP( PhaseCCP * ) { - return NULL; // Default to no change -} - //------------------------------hash------------------------------------------- // Hash function over Nodes. uint Node::hash() const {