Module openj9.dtfj

Interface CorruptData

    • Method Detail

      • toString

        String toString()
        Provides a string which describes the corruption.
        Overrides:
        toString in class Object
        Returns:
        a descriptive string.
      • getAddress

        ImagePointer getAddress()
        Return an address associated with the corruption. If the corruption is not associated with an address, return null. If the corruption is associated with more than one address, return the one which best identifies the corruption.
        Returns:
        the address of the corrupted data.