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

Guoxiong Li gli at openjdk.org
Wed Jun 7 15:43:10 UTC 2023


On Wed, 7 Jun 2023 13:40:06 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

>>> I wonder if one can add new API in PreservedMarks to adjust oops.
>> 
>> Should I add it in this patch? And, if such method is added, the method `PreservedMarks::adjust_during_full_gc` can use it too.
>
> Yes, please.

I updated the code just now. Added and used the method `PreservedMarks::adjust_preserved_mark`.

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

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


More information about the hotspot-gc-dev mailing list