diff -r f7d26e5b8b5d -r 8a8710cb8fc4 hotspot/src/share/vm/opto/subnode.cpp --- a/hotspot/src/share/vm/opto/subnode.cpp Mon Nov 24 07:29:03 2014 -0800 +++ b/hotspot/src/share/vm/opto/subnode.cpp Thu Nov 13 09:19:46 2014 +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); }