Uses of Class
com.ibm.dtfj.corereaders.MemoryAccessException
-
Packages that use MemoryAccessException Package Description com.ibm.dtfj.addressspace com.ibm.dtfj.corereaders com.ibm.dtfj.corereaders.j9 -
-
Uses of MemoryAccessException in com.ibm.dtfj.addressspace
Methods in com.ibm.dtfj.addressspace that throw MemoryAccessException Modifier and Type Method Description protected MemoryRangeCommonAddressSpace. _residentRange(int asid, long address)byteIAbstractAddressSpace. getByteAt(int asid, long address)intIAbstractAddressSpace. getBytesAt(int asid, long address, byte[] buffer)intIAbstractAddressSpace. getIntAt(int asid, long address)longIAbstractAddressSpace. getLongAt(int asid, long address)longIAbstractAddressSpace. getPointerAt(int asid, long address)shortIAbstractAddressSpace. getShortAt(int asid, long address)booleanIAbstractAddressSpace. isExecutable(int asid, long address)booleanIAbstractAddressSpace. isReadOnly(int asid, long address)booleanIAbstractAddressSpace. isShared(int asid, long address) -
Uses of MemoryAccessException in com.ibm.dtfj.corereaders
Methods in com.ibm.dtfj.corereaders that throw MemoryAccessException Modifier and Type Method Description byteDump. getByteAt(int asid, long address)protected PropertiesNewWinDump. getEnvironmentVariables(Builder builder)intDump. getIntAt(int asid, long address)longDump. getLongAt(int asid, long address)protected longJ9RASReader. getProcessID()Get the ID of the process which caused the core file to be producedshortDump. getShortAt(int asid, long address)protected longJ9RASReader. getThreadID()Get ID of the thread which caused the core file to be producedbooleanDump. isExecutable(int asid, long address)booleanMemoryRange. isExecutable()booleanDump. isReadOnly(int asid, long address)booleanMemoryRange. isReadOnly()booleanDump. isShared(int asid, long address)booleanMemoryRange. isShared() -
Uses of MemoryAccessException in com.ibm.dtfj.corereaders.j9
Methods in com.ibm.dtfj.corereaders.j9 that throw MemoryAccessException Modifier and Type Method Description byteMemory. getByteAt(long address)Read a byte from the specified addressintMemory. getBytesAt(long address, byte[] buffer)Read a byte from the specified addressintMemory. getIntAt(long address)Read an int from the specified addresslongMemory. getLongAt(long address)Read a long from the specified addresslongMemory. getPointerAt(long address)Read a pointer at the specified addressshortMemory. getShortAt(long address)Read a short from the specified addressbooleanMemory. isExecutable(long address)Flag for executable memorybooleanMemory. isReadOnly(long address)Flag to indicate if the memory is read onlybooleanMemory. isShared(long address)Flag to indicate if the memory is sharedConstructors in com.ibm.dtfj.corereaders.j9 that throw MemoryAccessException Constructor Description J9RAS(Memory memory, long address)J9RASFragmentJ5SR10(Memory memory, long address, boolean is64bit)Create a Java 5 SR10, version 1 J9RAS fragmentJ9RASFragmentJ5v2(Memory memory, long address, boolean is64bit)Create a Java 5, version 2 J9RAS fragmentJ9RASFragmentJ6SR6(Memory memory, long address, boolean is64bit)Create a Java 6 SR 5, version 1 J9RAS fragmentJ9RASFragmentJ6v2(Memory memory, long address, boolean is64bit)Create a Java 6, version 2 J9RAS fragmentJ9RASFragmentJ6v3(Memory memory, long address, boolean is64bit)Create a Java 6/7, version 3 J9RAS fragment
-