Module openj9.dtfj

Class J9RASFragmentJ6v3

  • All Implemented Interfaces:
    J9RASFragment

    public class J9RASFragmentJ6v3
    extends Object
    implements J9RASFragment
    Represents the J9RAS structure starting from Java 7 GA and Java6 SR10, which contains the longer hostname string Java 6 32 bit : length = 0x328, version = 0x30000 TID+PID+DDR + long hostname Java 6 64 bit : length = 0x360, version = 0x30000 TID+PID+DDR + long hostname
    • Constructor Detail

      • J9RASFragmentJ6v3

        public J9RASFragmentJ6v3​(Memory memory,
                                 long address,
                                 boolean is64bit)
                          throws MemoryAccessException
        Create a Java 6/7, version 3 J9RAS fragment
        Parameters:
        memory - address space
        address - address of the J9RAS structure
        is64bit - true if a 64 bit core file
        Throws:
        MemoryAccessException - rethrow memory exceptions