RFR: 8272147: Consolidate preserved marks handling with other STW collectors [v2]

Guoxiong Li gli at openjdk.org
Tue Jun 6 17:02:34 UTC 2023


On Mon, 5 Jun 2023 15:03:12 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

>> Guoxiong Li has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
>> 
>>  - Use the method 'adjust_during_full_gc' and polish the included header.
>>  - Merge branch 'master' into JDK-8272147
>>  - JDK-8272147
>
> src/hotspot/share/gc/serial/genMarkSweep.cpp line 51:
> 
>> 49: #include "gc/shared/strongRootsScope.hpp"
>> 50: #include "gc/shared/weakProcessor.hpp"
>> 51: #include "gc/shared/preservedMarks.inline.hpp"
> 
> Includes should be ordered alphabetically.

Fixed.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14274#discussion_r1220003647


More information about the hotspot-gc-dev mailing list