RFR: 8201436: Replace oop_ps_push_contents with oop_iterate and closure

Leo Korinth leo.korinth at oracle.com
Tue Oct 9 13:34:25 UTC 2018


Thank you Stefan and Thomas for your reviews.

/Leo


On 09/10/2018 10:57, Thomas Schatzl wrote:
> Hi Leo,
> 
> On Thu, 2018-10-04 at 18:20 +0200, Leo Korinth wrote:
>> Hi!
>>
>> This is the first enhancement in a series of three to remove Parallel
>> GC specific behaviour from shared code. I will post all three
>> enhancements to the mailing list.
> 
> Thanks for doing this cleanup.
> 
>>
>> JDK-8201436 Replace oop_ps_push_contents with oop_iterate and closure
>>               https://bugs.openjdk.java.net/browse/JDK-8201436
>> JDK-8211446 Replace oop_pc_follow_contents with oop_iterate and
>> closure
>>               https://bugs.openjdk.java.net/browse/JDK-8211446
>> JDK-8211447 Replace oop_pc_update_pointers with oop_iterate and
>> closure
>>               https://bugs.openjdk.java.net/browse/JDK-8211447
>>
>> The webrevs are to be applied in the same order as in the above list
>> although logically they are quite independent of each other.
> 
> Looks good.
> 
> Thomas
> 



More information about the hotspot-gc-dev mailing list