RFR: 8265461: G1: Forwarding pointer removal thread sizing [v2]

Thomas Schatzl tschatzl at openjdk.java.net
Wed Apr 21 15:48:59 UTC 2021


On Wed, 21 Apr 2021 13:54:49 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:

>> Thomas Schatzl has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Added comment
>>  - iwalulya lkorinth reviews
>
> src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp line 200:
> 
>> 198: }
>> 199: 
>> 200: void G1CollectedHeap::region_failed_evacuation() {
> 
> "region_failed_evacuation" name does not give any indication on what the method actually does.

Changed to `notify_region_failed_evacuation()` and added comment.

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

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



More information about the hotspot-gc-dev mailing list