Module openj9.dtfj

Class RawImageSection

java.lang.Object
com.ibm.dtfj.image.j9.ImageSection
com.ibm.dtfj.image.j9.RawImageSection
All Implemented Interfaces:
ImageSection

public class RawImageSection extends ImageSection
  • Constructor Details

    • RawImageSection

      public RawImageSection(ImagePointer base, long size)
  • Method Details

    • getName

      public String getName()
      Description copied from interface: ImageSection
      Gets the name of this section. Some memory sections are named. For example, the executable data in a module is typically called ".text". For memory sections without a specific name, a placeholder string will be returned. This method will never return null.
      Returns:
      non-null name String.