- java.lang.Object
-
- com.ibm.dtfj.corereaders.j9.J9RASFragmentJ6SR6
-
- All Implemented Interfaces:
J9RASFragment
public class J9RASFragmentJ6SR6 extends Object implements J9RASFragment
Represents the J9RAS structure from Java 6 SR06 when TID and PID fields were added to the RAS structure Java 6 32 bit : length = 0x240, version = 0x10000 PID+TID, No DDR Java 6 64 bit : length = 0x278, version = 0x10000 PID+TID, No DDR
-
-
Constructor Summary
Constructors Constructor Description J9RASFragmentJ6SR6(Memory memory, long address, boolean is64bit)
Create a Java 6 SR 5, version 1 J9RAS fragment
-
-
-
Constructor Detail
-
J9RASFragmentJ6SR6
public J9RASFragmentJ6SR6(Memory memory, long address, boolean is64bit) throws MemoryAccessException
Create a Java 6 SR 5, version 1 J9RAS fragment- Parameters:
memory
- address spaceaddress
- address of the J9RAS structureis64bit
- true if a 64 bit core file- Throws:
MemoryAccessException
- rethrow memory exceptions
-
-