--- old/src/share/vm/opto/subnode.cpp 2014-11-12 11:02:00.914536961 +0100 +++ new/src/share/vm/opto/subnode.cpp 2014-11-12 11:02:00.625627232 +0100 @@ -1147,12 +1147,10 @@ //------------------------------dump_spec------------------------------------- // Print special per-node info -#ifndef PRODUCT void BoolTest::dump_on(outputStream *st) const { const char *msg[] = {"eq","gt","of","lt","ne","le","nof","ge"}; st->print("%s", msg[_test]); } -#endif //============================================================================= uint BoolNode::hash() const { return (Node::hash() << 3)|(_test._test+1); }