RFR: 8303334: Further improve liveness/remembered set verification for G1 [v2]
Thomas Schatzl
tschatzl at openjdk.org
Thu Mar 9 14:15:07 UTC 2023
On Thu, 9 Mar 2023 13:50:37 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:
>> Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
>>
>> class -> struct
>
> src/hotspot/share/gc/g1/heapRegion.cpp line 589:
>
>> 587:
>> 588: bool failed() const {
>> 589: if (this->_from != this->_to && !this->_from->is_young() && this->_to->rem_set()->is_complete()) {
>
> Not very consistent with the use of `this->` on members `_from` and `_to`
Will remove, thanks for pointing this out.
-------------
PR: https://git.openjdk.org/jdk/pull/12807
More information about the hotspot-gc-dev
mailing list