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

Bengt Rutisson bengt.rutisson at oracle.com
Mon Feb 15 15:18:14 UTC 2016


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