mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
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:
parent
2cd5cbcaca
commit
eee15b163e
9 changed files with 181 additions and 47 deletions
|
@ -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--------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue