--- a/hotspot/src/share/vm/opto/subnode.hpp Mon May 02 18:53:37 2011 -0700
+++ b/hotspot/src/share/vm/opto/subnode.hpp Tue May 03 12:11:54 2011 -0700
@@ -377,7 +377,6 @@
public:
NegFNode( Node *in1 ) : NegNode(in1) {}
virtual int Opcode() const;
- virtual Node *Ideal(PhaseGVN *phase, bool can_reshape);
const Type *bottom_type() const { return Type::FLOAT; }
virtual uint ideal_reg() const { return Op_RegF; }
};
@@ -391,7 +390,6 @@
public:
NegDNode( Node *in1 ) : NegNode(in1) {}
virtual int Opcode() const;
- virtual Node *Ideal(PhaseGVN *phase, bool can_reshape);
const Type *bottom_type() const { return Type::DOUBLE; }
virtual uint ideal_reg() const { return Op_RegD; }
};