< prev index next >

src/hotspot/share/gc/cms/cmsHeap.cpp

Print this page
rev 51581 : Fix the value for hsperf counter sun_gc_policy_name for CMS

@@ -67,11 +67,11 @@
 
 CMSHeap::CMSHeap(GenCollectorPolicy *policy) :
     GenCollectedHeap(policy,
                      Generation::ParNew,
                      Generation::ConcurrentMarkSweep,
-                     "ParNew::CMS"),
+                     "ParNew:CMS"),
     _eden_pool(NULL),
     _survivor_pool(NULL),
     _old_pool(NULL) {
   _workers = new WorkGang("GC Thread", ParallelGCThreads,
                           /* are_GC_task_threads */true,
< prev index next >