RFR: 8144075: Move prepare_for_oops_into_collection_set_do into pre_evacuate_collection_set

Mikael Gerdin mikael.gerdin at oracle.com
Thu Nov 26 08:59:23 UTC 2015


Hi,

On 2015-11-25 20:19, Thomas Schatzl wrote:
> Hi,
>
> On Wed, 2015-11-25 at 19:31 +0100, Erik Helin wrote:
>> Hi all,
>>
>> this tiny patch just move the call to
>> g1_rem_set()->prepare_for_oops_into_collection_set_do() into
>> G1CollectedHeap::pre_evacuate_collection_set, instead of having it
>> in evacuate_collection_set. As the name of the method suggests,
>> prepare_for_oops_into_collection_set_do is more about preparation for
>> the evacuation than about the actual evacuation.
>>
>> Bug:
>> https://bugs.openjdk.java.net/browse/JDK-8144075
>>
>> Webrev:
>> http://cr.openjdk.java.net/~ehelin/8144075/webrev.00/

+1

/Mikael

>>
>> Testing:
>> - GC test suite with full verification.
>
>    looks good.
>
> Thomas
>
>




More information about the hotspot-gc-dev mailing list