diff -r e5003079dfa5 -r 1a8fb39bdbc4 src/share/vm/memory/universe.cpp --- 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