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

Kim Barrett kim.barrett at oracle.com
Mon Mar 30 16:00:52 UTC 2015


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.

The code changes look ok.




More information about the hotspot-gc-dev mailing list