RFR (XXS): 8010289: PSParallelCompact::marking_phase should use instance GCTracer

Erik Helin erik.helin at oracle.com
Wed Mar 20 13:10:34 UTC 2013


Thank you John!

Erik

On 03/19/2013 07:43 PM, John Cuthbertson wrote:
> Hi Erik,
>
> This looks good to me.
>
> JohnC
>
> On 3/19/2013 6:20 AM, Erik Helin wrote:
>> Hi all,
>>
>> the method PSParallelCompact::marking_phase takes a GCTracer* as
>> argument. This is not needed since what is passed is just the address
>> of the instance GCTracer, marking_phase can just use the instance
>> GCTracer directly instead.
>>
>> This change removes the argument and uses the instance GCTracer instead.
>>
>> Webrev:
>> http://cr.openjdk.java.net/~ehelin/8010289/webrev.00/
>>
>> Bug:
>> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8010289
>>
>> Thanks,
>> Erik
>




More information about the hotspot-gc-dev mailing list