RFR: 8254167 G1: Record regions where evacuation failed to provide targeted iteration [v4]

Thomas Schatzl tschatzl at openjdk.java.net
Tue Aug 31 15:39:33 UTC 2021


On Tue, 31 Aug 2021 15:15:28 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

>> Hamlin Li has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains five commits:
>> 
>>  - merge from master
>>  - Fix missing header files
>>  - reuse original bitmap rather than CHT
>>  - merge with existing classes
>>  - Initial commit
>
> src/hotspot/share/gc/g1/g1EvacuationFailureRegions.cpp line 26:
> 
>> 24: 
>> 25: #include "precompiled.hpp"
>> 26: #include "g1EvacuationFailureRegions.hpp"
> 
> should be `gc/g1/g1Evacu....`

Please separate precompiled.hpp and the others with a newline.

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

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



More information about the hotspot-gc-dev mailing list