Uses of Class
com.ibm.dtfj.corereaders.MemoryAccessException
Packages that use MemoryAccessException
-
Uses of MemoryAccessException in com.ibm.dtfj.addressspace
Methods in com.ibm.dtfj.addressspace that throw MemoryAccessExceptionModifier and TypeMethodDescriptionprotected MemoryRangeCommonAddressSpace._residentRange(int asid, long address) byteCommonAddressSpace.getByteAt(int asid, long address) byteIAbstractAddressSpace.getByteAt(int asid, long address) intDumpReaderAddressSpace.getBytesAt(int asid, long address, byte[] buffer) intIAbstractAddressSpace.getBytesAt(int asid, long address, byte[] buffer) intLayeredAddressSpace.getBytesAt(int asid, long address, byte[] buffer) intSimpleAddressSpace.getBytesAt(int asid, long address, byte[] buffer) intCommonAddressSpace.getIntAt(int asid, long address) intIAbstractAddressSpace.getIntAt(int asid, long address) longCommonAddressSpace.getLongAt(int asid, long address) longIAbstractAddressSpace.getLongAt(int asid, long address) longCommonAddressSpace.getPointerAt(int asid, long address) longIAbstractAddressSpace.getPointerAt(int asid, long address) shortCommonAddressSpace.getShortAt(int asid, long address) shortIAbstractAddressSpace.getShortAt(int asid, long address) booleanDumpReaderAddressSpace.isExecutable(int asid, long address) booleanIAbstractAddressSpace.isExecutable(int asid, long address) booleanLayeredAddressSpace.isExecutable(int asid, long address) booleanSimpleAddressSpace.isExecutable(int asid, long address) booleanDumpReaderAddressSpace.isReadOnly(int asid, long address) booleanIAbstractAddressSpace.isReadOnly(int asid, long address) booleanLayeredAddressSpace.isReadOnly(int asid, long address) booleanSimpleAddressSpace.isReadOnly(int asid, long address) booleanDumpReaderAddressSpace.isShared(int asid, long address) booleanIAbstractAddressSpace.isShared(int asid, long address) booleanLayeredAddressSpace.isShared(int asid, long address) booleanSimpleAddressSpace.isShared(int asid, long address) -
Uses of MemoryAccessException in com.ibm.dtfj.corereaders
Methods in com.ibm.dtfj.corereaders that throw MemoryAccessExceptionModifier and TypeMethodDescriptionbyteDump.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 MemoryAccessExceptionModifier and TypeMethodDescriptionbyteMemory.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 MemoryAccessExceptionModifierConstructorDescriptionJ9RASFragmentJ5SR10(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