< prev index next >

src/hotspot/share/services/memBaseline.hpp

Print this page

        

*** 40,50 **** typedef LinkedListIterator<ReservedMemoryRegion> VirtualMemoryAllocationIterator; /* * Baseline a memory snapshot */ ! class MemBaseline VALUE_OBJ_CLASS_SPEC { public: enum BaselineThreshold { SIZE_THRESHOLD = K // Only allocation size over this threshold will be baselined. }; --- 40,50 ---- typedef LinkedListIterator<ReservedMemoryRegion> VirtualMemoryAllocationIterator; /* * Baseline a memory snapshot */ ! class MemBaseline { public: enum BaselineThreshold { SIZE_THRESHOLD = K // Only allocation size over this threshold will be baselined. };
< prev index next >