hotspot/src/share/vm/opto/memnode.hpp
changeset 11191 d54ab5dcba83
parent 10566 630c177ec580
child 11431 5ca3a19e559a
--- a/hotspot/src/share/vm/opto/memnode.hpp	Wed Nov 16 01:39:50 2011 -0800
+++ b/hotspot/src/share/vm/opto/memnode.hpp	Wed Nov 16 09:13:57 2011 -0800
@@ -800,6 +800,7 @@
   virtual uint match_edge(uint idx) const;
   virtual uint ideal_reg() const { return Op_RegI; }
   virtual Node *Ideal(PhaseGVN *phase, bool can_reshape);
+  virtual const Type *Value(PhaseTransform *phase) const;
 };
 
 //------------------------------StrComp-------------------------------------