diff src/share/vm/opto/memnode.hpp @ 366:8261ee795323

6711100: 64bit fastdebug server vm crashes with assert(_base == Int,"Not an Int") Summary: insert CastII nodes to narrow type of load_array_length() node Reviewed-by: never, kvn
author rasbold
date Wed, 17 Sep 2008 08:29:17 -0700
parents b0fe4deeb9fb
children a1980da045cc
line wrap: on
line diff
--- a/src/share/vm/opto/memnode.hpp	Mon Sep 15 09:58:26 2008 -0700
+++ b/src/share/vm/opto/memnode.hpp	Wed Sep 17 08:29:17 2008 -0700
@@ -241,6 +241,7 @@
   virtual int Opcode() const;
   virtual const Type *Value( PhaseTransform *phase ) const;
   virtual Node *Identity( PhaseTransform *phase );
+  virtual Node *Ideal(PhaseGVN *phase, bool can_reshape);
 };
 
 //------------------------------LoadLNode--------------------------------------