src/share/vm/services/memoryService.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/services/memoryService.hpp

src/share/vm/services/memoryService.hpp

Print this page
rev 7212 : [mq]: remove_get_gen

*** 55,71 **** init_pools_list_size = 10, init_managers_list_size = 5, init_code_heap_pools_size = 9 }; - // index for minor and major generations - enum { - minor = 0, - major = 1, - n_gens = 2 - }; - static GrowableArray<MemoryPool*>* _pools_list; static GrowableArray<MemoryManager*>* _managers_list; // memory managers for minor and major GC statistics static GCMemoryManager* _major_gc_manager; --- 55,64 ----
src/share/vm/services/memoryService.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File