RFR: 8265450: Merge PreservedMarksSet::restore code paths

Stefan Johansson sjohanss at openjdk.java.net
Thu Apr 22 06:57:22 UTC 2021


On Wed, 21 Apr 2021 15:47:57 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

>> Should we rename `size` to `count` all the way through? Also `PreservedMarks` uses `size`, and that is where this comes from. There are likely other places where we use `size` instead of `count` (or `num`, depending on when the code has been written the first time).
>> Not sure this is the appropriate CR to do that, but not against it either.
>
> I decided to keep this kind of renaming out of this CR. We can discuss this offline and file an issue that I can look at.

Sorry for missing your reply. Notification got lost, I'm fine with doing this as a separate thing if we feel the need.

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

PR: https://git.openjdk.java.net/jdk/pull/3584



More information about the hotspot-gc-dev mailing list