hotspot/src/share/vm/opto/narrowptrnode.hpp
changeset 30300 4b12a5b40064
parent 23528 8f1a7f5e8066
child 35551 36ef3841fb34
--- a/hotspot/src/share/vm/opto/narrowptrnode.hpp	Fri Apr 17 17:39:19 2015 -0700
+++ b/hotspot/src/share/vm/opto/narrowptrnode.hpp	Tue Mar 24 10:25:09 2015 +0100
@@ -39,7 +39,6 @@
   }
   public:
   virtual uint  ideal_reg() const { return Op_RegN; }
-  virtual Node *Ideal_DU_postCCP( PhaseCCP *ccp );
 };
 
 //------------------------------EncodeP--------------------------------