hotspot/src/share/vm/memory/universe.cpp
changeset 16453 6009860b0b1e
parent 16451 2f68393e1bef
child 16670 4af09aff4237
child 16606 926ac1e006db
equal deleted inserted replaced
16452:59d6b3ae04f0 16453:6009860b0b1e
  1106   // ("weak") refs processing infrastructure initialization
  1106   // ("weak") refs processing infrastructure initialization
  1107   Universe::heap()->post_initialize();
  1107   Universe::heap()->post_initialize();
  1108 
  1108 
  1109   // Initialize performance counters for metaspaces
  1109   // Initialize performance counters for metaspaces
  1110   MetaspaceCounters::initialize_performance_counters();
  1110   MetaspaceCounters::initialize_performance_counters();
  1111   MemoryService::add_metaspace_memory_pools();
       
  1112 
  1111 
  1113   GC_locker::unlock();  // allow gc after bootstrapping
  1112   GC_locker::unlock();  // allow gc after bootstrapping
  1114 
  1113 
  1115   MemoryService::set_universe_heap(Universe::_collectedHeap);
  1114   MemoryService::set_universe_heap(Universe::_collectedHeap);
  1116   return true;
  1115   return true;