6930043: C2: SIGSEGV in javasoft.sqe.tests.lang.arr017.arr01702.arr01702.loop_forw(II)I

Reviewed-by: kvn
This commit is contained in:
Tom Rodriguez 2010-03-17 16:40:25 -07:00
parent 72a7a6ffcf
commit dac78c30b9
3 changed files with 184 additions and 70 deletions

View file

@ -821,7 +821,7 @@ public:
BoolNode* rc_predicate(Node* ctrl,
int scale, Node* offset,
Node* init, Node* limit, Node* stride,
Node* range);
Node* range, bool upper);
// Implementation of the loop predication to promote checks outside the loop
bool loop_predication_impl(IdealLoopTree *loop);