src/share/vm/services/memoryService.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/services/memoryService.hpp	Fri Oct 17 15:27:22 2014
--- new/src/share/vm/services/memoryService.hpp	Fri Oct 17 15:27:22 2014

*** 55,71 **** --- 55,64 ---- 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;

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