RFR (S): JDK-8076225: Move the thread claim parity from SharedHeap to Thread

Bengt Rutisson bengt.rutisson at oracle.com
Mon Mar 30 19:21:47 UTC 2015


Hi Kim,

Thanks for looking at this!

On 30/03/15 18:00, Kim Barrett wrote:
> On Mar 30, 2015, at 9:45 AM, Bengt Rutisson <bengt.rutisson at oracle.com> wrote:
>>
>> On 2015-03-30 15:40, Jesper Wilhelmsson wrote:
>>> Looks good.
>> Thanks, Jesper!
>>
>>> I assume you count yourself as a Reviewer(?)
>> Yes, so unless anyone else looks at this and complains I'll push it tomorrow :)
> There’s a big comment in src/share/vm/memory/sharedHeap.hpp, preceding the location
> of the now removed strong_roots_parity(), which talks about the parity handling.  It seems
> kind of misplaced now (though it is related to the StrongRootsScope).  It also refers to the
> strong_roots_parity() function, which is being removed.

I absolutely agree. The comment needs to be placed (and probably 
re-written a bit) closer to where this code now exist.

The proposed patch is a step towards removing SharedHeap all together. 
The next step I am planning on is to move the StrongRootsScope handling 
out of SharedHeap. Would you be ok with me leaving the comment as it is 
now and postpone updating the comment to the StrongRootsScope patch? I'm 
convinced that I will need to work on the comments for that patch but I 
don't yet know exactly how it will end up.

> The code changes look ok.

Great! Thanks!

Bengt

>




More information about the hotspot-gc-dev mailing list