hotspot/src/share/vm/memory/universe.cpp
changeset 19322 e35f9ed4f081
parent 19319 0ad35be0733a
child 19546 f6b7c9e96ea3
equal deleted inserted replaced
19320:fc08f2a0c5af 19322:e35f9ed4f081
  1099   // ("weak") refs processing infrastructure initialization
  1099   // ("weak") refs processing infrastructure initialization
  1100   Universe::heap()->post_initialize();
  1100   Universe::heap()->post_initialize();
  1101 
  1101 
  1102   // Initialize performance counters for metaspaces
  1102   // Initialize performance counters for metaspaces
  1103   MetaspaceCounters::initialize_performance_counters();
  1103   MetaspaceCounters::initialize_performance_counters();
       
  1104   CompressedClassSpaceCounters::initialize_performance_counters();
       
  1105 
  1104   MemoryService::add_metaspace_memory_pools();
  1106   MemoryService::add_metaspace_memory_pools();
  1105 
  1107 
  1106   GC_locker::unlock();  // allow gc after bootstrapping
  1108   GC_locker::unlock();  // allow gc after bootstrapping
  1107 
  1109 
  1108   MemoryService::set_universe_heap(Universe::_collectedHeap);
  1110   MemoryService::set_universe_heap(Universe::_collectedHeap);