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:28:09 UTC 2021


On Mon, 15 Mar 2021 12:52:51 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/g1FullGCAdjustTask.cpp line 34:
> 
>> 32: #include "gc/g1/g1FullGCMarker.hpp"
>> 33: #include "gc/g1/g1FullGCOopClosures.inline.hpp"
>> 34: #include "gc/g1/g1RegionMarkStatsCache.inline.hpp"
> 
> This should not be needed, the cache is not accessed in this file.

I thought so at the beginning, but pre-submit test report compilation error on mac and linux x86, so I added these includes.
compilation error log is at: https://github.com/Hamlin-Li/jdk/runs/2095446669?check_suite_focus=true

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

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



More information about the hotspot-gc-dev mailing list