Module openj9.dtfj
Class DTFJGenericJavaRuntimeMemorySection
- java.lang.Object
-
- com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaRuntimeMemorySectionBase
-
- com.ibm.j9ddr.vm29.view.dtfj.java.DTFJGenericJavaRuntimeMemorySection
-
- All Implemented Interfaces:
ImageSection
,JavaRuntimeMemorySection
public class DTFJGenericJavaRuntimeMemorySection extends DTFJJavaRuntimeMemorySectionBase
JavaRuntimeMemorySection used for everything but J9MemTag sections.- See Also:
DTFJMemoryTagRuntimeMemorySection
-
-
Field Summary
-
Fields declared in interface com.ibm.dtfj.java.JavaRuntimeMemorySection
ALLOCATION_TYPE_MALLOC_FREED, ALLOCATION_TYPE_MALLOC_LIVE, ALLOCATION_TYPE_MEMORY_MAPPED_FILE, ALLOCATION_TYPE_SHARED_MEMORY, ALLOCATION_TYPE_VIRTUAL_ALLOC
-
-
Constructor Summary
Constructors Constructor Description DTFJGenericJavaRuntimeMemorySection(long baseAddress, long size, int allocationType, String name, String allocator, JavaRuntimeMemoryCategory category)
-
Method Summary
-
Methods declared in class com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaRuntimeMemorySectionBase
getBaseAddressAsLong
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.dtfj.image.ImageSection
getBaseAddress, getName, getProperties, getSize, isExecutable, isReadOnly, isShared
-
Methods declared in interface com.ibm.dtfj.java.JavaRuntimeMemorySection
getAllocationType, getAllocator, getMemoryCategory
-
-
-
-
Constructor Detail
-
DTFJGenericJavaRuntimeMemorySection
public DTFJGenericJavaRuntimeMemorySection(long baseAddress, long size, int allocationType, String name, String allocator, JavaRuntimeMemoryCategory category)
-
-