- java.lang.Object
-
- com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaRuntimeMemorySectionBase
-
- All Implemented Interfaces:
ImageSection
,JavaRuntimeMemorySection
- Direct Known Subclasses:
DTFJGenericJavaRuntimeMemorySection
,DTFJMemoryTagRuntimeMemorySection
public abstract class DTFJJavaRuntimeMemorySectionBase extends Object implements JavaRuntimeMemorySection
-
-
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 DTFJJavaRuntimeMemorySectionBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract long
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
-
-