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 14:54:22 UTC 2021


On Tue, 16 Mar 2021 13:48:17 GMT, Stefan Johansson <sjohanss 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/g1FullGCMarker.cpp line 28:
> 
>> 26: #include "classfile/classLoaderData.hpp"
>> 27: #include "gc/g1/g1FullGCMarker.inline.hpp"
>> 28: #include "gc/g1/g1RegionMarkStatsCache.inline.hpp"
> 
> Shouldn't need the `inline.hpp` here, `.hpp` should be enough.

Thanks Stefan.

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

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



More information about the hotspot-gc-dev mailing list