diff src/share/vm/memory/universe.cpp @ 12063:1a8fb39bdbc4

8014659: NPG: performance counters for compressed klass space Reviewed-by: mgerdin, coleenp, hseigel, jmasa, ctornqvi
author ehelin
date Wed, 07 Aug 2013 16:47:32 +0200
parents 740e263c80c6
children 4c84d351cca9
line wrap: on
line diff
--- a/src/share/vm/memory/universe.cpp	Fri Aug 16 10:06:58 2013 -0700
+++ b/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