diff src/share/vm/opto/memnode.hpp @ 4115:1bd45abaa507

6890673: Eliminate allocations immediately after EA Summary: Try to eliminate allocations and related locks immediately after escape analysis. Reviewed-by: never
author kvn
date Wed, 16 Nov 2011 09:13:57 -0800
parents a92cdbac8b9e
children 1dc233a8c7fe
line wrap: on
line diff
--- a/src/share/vm/opto/memnode.hpp	Wed Nov 16 01:39:50 2011 -0800
+++ b/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-------------------------------------