hotspot/src/share/vm/opto/memnode.hpp
changeset 30300 4b12a5b40064
parent 29193 3ede621e9262
child 30629 b6e5ad2f18d5
--- a/hotspot/src/share/vm/opto/memnode.hpp	Fri Apr 17 17:39:19 2015 -0700
+++ b/hotspot/src/share/vm/opto/memnode.hpp	Tue Mar 24 10:25:09 2015 +0100
@@ -84,10 +84,6 @@
   // This one should probably be a phase-specific function:
   static bool all_controls_dominate(Node* dom, Node* sub);
 
-  // Find any cast-away of null-ness and keep its control.
-  static  Node *Ideal_common_DU_postCCP( PhaseCCP *ccp, Node* n, Node* adr );
-  virtual Node *Ideal_DU_postCCP( PhaseCCP *ccp );
-
   virtual const class TypePtr *adr_type() const;  // returns bottom_type of address
 
   // Shared code for Ideal methods: