mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
6930043: C2: SIGSEGV in javasoft.sqe.tests.lang.arr017.arr01702.arr01702.loop_forw(II)I
Reviewed-by: kvn
This commit is contained in:
parent
72a7a6ffcf
commit
dac78c30b9
3 changed files with 184 additions and 70 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue