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

David Lindholm david.lindholm at oracle.com
Mon Feb 15 15:22:28 UTC 2016


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