RFR: JDK-8149826: Concurrent misspelled in the CMS logging

Bengt Rutisson bengt.rutisson at oracle.com
Mon Feb 15 15:23:49 UTC 2016


Thanks, David!

I'm thinking that this is a trivial fix, so I'm pushing this now with 
one reviewer without waiting 24h.

Bengt

On 2016-02-15 16:22, David Lindholm wrote:
> Hi Bengt,
>
> Looks good. Reviewed.
>
>
> Thanks,
> David
>
> On 2016-02-15 16:18, Bengt Rutisson wrote:
>>
>> Hi all,
>>
>> Can I have a couple of reviews for this small spelling fix?
>>
>> https://bugs.openjdk.java.net/browse/JDK-8149826
>>
>> diff --git a/src/share/vm/gc/cms/concurrentMarkSweepGeneration.cpp 
>> b/src/share/vm/gc/cms/concurrentMarkSweepGeneration.cpp
>> --- a/src/share/vm/gc/cms/concurrentMarkSweepGeneration.cpp
>> +++ b/src/share/vm/gc/cms/concurrentMarkSweepGeneration.cpp
>> @@ -2925,3 +2925,3 @@
>>    GCTraceCPUTime tcpu;
>> -  CMSPhaseAccounting pa(this, "Concrurrent Mark");
>> +  CMSPhaseAccounting pa(this, "Concurrent Mark");
>>    bool res = markFromRootsWork();
>>
>> Thanks,
>> Bengt
>




More information about the hotspot-gc-dev mailing list