RFR: 8252645: Change time measurements in G1ServiceThread to only account remembered set work [v2]

Stefan Johansson sjohanss at openjdk.java.net
Thu Nov 26 19:58:00 UTC 2020


On Thu, 26 Nov 2020 16:22:32 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

>> Stefan Johansson has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Thomas review
>
> src/hotspot/share/gc/g1/g1RemSet.cpp line 485:
> 
>> 483: };
>> 484: 
>> 485: G1RemSet::G1RemSet(G1CollectedHeap* g1h,
> 
> Not completely sure why this moved but not `G1RemSet::initialize()` below.

The destructor had to move to see the type and I obviously took the constructor but missed `initialize()`. Certainly makes sense to move that one too.

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

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



More information about the hotspot-gc-dev mailing list