8303084: G1 Heap region liveness verification has inverted return value
Reviewed-by: ayang
This commit is contained in:
parent
5d7e7e28b1
commit
d7ada66129
@ -535,10 +535,10 @@ class G1VerifyLiveAndRemSetClosure : public BasicOopIterateClosure {
|
||||
}
|
||||
log.error("----------");
|
||||
_num_failures++;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
template <class T>
|
||||
void verify_remset(T* p, oop obj) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user