- java.lang.Object
-
- com.ibm.dtfj.image.j9.ImageSection
-
- com.ibm.dtfj.image.j9.JitImageSection
-
- All Implemented Interfaces:
ImageSection
public class JitImageSection extends ImageSection
-
-
Constructor Summary
Constructors Constructor Description JitImageSection(ImagePointer id, ImagePointer startPointer, long size)
-
Method Summary
-
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
-
-
-
-
Constructor Detail
-
JitImageSection
public JitImageSection(ImagePointer id, ImagePointer startPointer, long size)
-
-