hotspot/src/share/vm/memory/universe.cpp
changeset 19322 e35f9ed4f081
parent 19319 0ad35be0733a
child 19546 f6b7c9e96ea3
--- a/hotspot/src/share/vm/memory/universe.cpp	Fri Aug 16 10:06:58 2013 -0700
+++ b/hotspot/src/share/vm/memory/universe.cpp	Wed Aug 07 16:47:32 2013 +0200
@@ -1101,6 +1101,8 @@
 
   // Initialize performance counters for metaspaces
   MetaspaceCounters::initialize_performance_counters();
+  CompressedClassSpaceCounters::initialize_performance_counters();
+
   MemoryService::add_metaspace_memory_pools();
 
   GC_locker::unlock();  // allow gc after bootstrapping