8254780: EnterInterpOnlyModeClosure::completed() always returns true
Reviewed-by: sspitsyn, rehn
This commit is contained in:
parent
0c99b19258
commit
da2f5ab5b2
@ -224,7 +224,7 @@ class EnterInterpOnlyModeClosure : public HandshakeClosure {
|
|||||||
_completed = true;
|
_completed = true;
|
||||||
}
|
}
|
||||||
bool completed() {
|
bool completed() {
|
||||||
return _completed = true;
|
return _completed;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user