RFR: JDK-8263495: Gather liveness info in the mark phase of G1 full gc [v3]

Hamlin Li mli at openjdk.java.net
Tue Mar 16 01:48:09 UTC 2021


On Mon, 15 Mar 2021 12:56:15 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

>> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fix compilation error
>
> src/hotspot/share/gc/g1/heapRegion.hpp line 30:
> 
>> 28: #include "gc/g1/g1BlockOffsetTable.hpp"
>> 29: #include "gc/g1/g1HeapRegionTraceType.hpp"
>> 30: #include "gc/g1/g1RegionMarkStatsCache.hpp"
> 
> This file does not use `G1RegionMarkStatsCache`, so shouldn't need an include.

Thanks for pointing out.
it compiles successfully on my local env, let's see if it will compile in pre-submit build/test

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

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



More information about the hotspot-gc-dev mailing list