Module openj9.dtfj

Class CorruptImagePointer

  • All Implemented Interfaces:
    ImagePointer

    public class CorruptImagePointer
    extends Object
    implements ImagePointer
    Class to represent a corrupt pointer and can be used to populate a corrupt data exception. It will throw exceptions if an attempt is made to read data using it.
    • Constructor Detail

      • CorruptImagePointer

        public CorruptImagePointer​(long address,
                                   ImageAddressSpace memory)