8252291: C2: Assignment in conditional in loopUnswitch.cpp
Reviewed-by: thartmann
This commit is contained in:
parent
27b5007ad5
commit
25af8d8f69
@ -444,5 +444,6 @@ bool CountedLoopReserveKit::create_reserve() {
|
||||
return false;
|
||||
}
|
||||
|
||||
return _has_reserved = true;
|
||||
_has_reserved = true;
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user