comparison src/share/vm/memory/universe.cpp @ 8827:42e370795a39

8010818: NPG: Remove metaspace memory pools Reviewed-by: mgerdin, stefank
author ehelin
date Wed, 27 Mar 2013 10:55:37 +0100
parents dbd5837b342f
children 24ef5fb05e0f cc32ccaaf47f
comparison
equal deleted inserted replaced
8826:338b3a9e29b5 8827:42e370795a39
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;