RFR: 8273626: G1: Factor out concurrent segmented array from G1CardSetAllocator [v4]
Hamlin Li
mli at openjdk.java.net
Thu Oct 14 05:35:49 UTC 2021
On Wed, 13 Oct 2021 12:03:10 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
>> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>>
>> refine code
>
> src/hotspot/share/gc/g1/g1SegmentedArray.hpp line 128:
>
>> 126: class G1SegmentedArrayAllocOptions {
>> 127: protected:
>> 128: uint _elem_size;
>
> Newline after visibility specifier.
Do you mean "before"?
-------------
PR: https://git.openjdk.java.net/jdk/pull/5478
More information about the hotspot-gc-dev
mailing list