6711100: 64bit fastdebug server vm crashes with assert(_base == Int,"Not an Int")

Insert CastII nodes to narrow type of load_array_length() node

Reviewed-by: never, kvn
This commit is contained in:
Chuck Rasbold 2008-09-17 08:29:17 -07:00
parent 2cd5cbcaca
commit eee15b163e
9 changed files with 181 additions and 47 deletions

View file

@ -241,6 +241,7 @@ public:
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--------------------------------------