RFR: 8273626: G1: Factor out concurrent segmented array from G1CardSetAllocator [v4]

Thomas Schatzl tschatzl at openjdk.java.net
Thu Oct 14 11:26:51 UTC 2021


On Thu, 14 Oct 2021 05:33:16 GMT, Hamlin Li <mli at openjdk.org> wrote:

>> 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"?

Keep it as is, it's fine.

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

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



More information about the hotspot-gc-dev mailing list