-
- All Known Implementing Classes:
J9RAS,J9RASFragmentJ5GA,J9RASFragmentJ5SR10,J9RASFragmentJ5v2,J9RASFragmentJ6GA,J9RASFragmentJ6SR6,J9RASFragmentJ6v2,J9RASFragmentJ6v3
public interface J9RASFragmentA J9RAS fragment contains the VM version specific offsets which are required to successfully parse a J9RAS structure.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancurrentThreadSupported()Indicates if the current thread data is present in the J9RAS structurelonggetPID()The ID of the process which caused the core file generationlonggetTID()The ID of the thread which caused the core file generation
-
-
-
Method Detail
-
currentThreadSupported
boolean currentThreadSupported()
Indicates if the current thread data is present in the J9RAS structure- Returns:
- true if it is supported
-
getTID
long getTID()
The ID of the thread which caused the core file generation- Returns:
- thread ID
-
getPID
long getPID()
The ID of the process which caused the core file generation- Returns:
-
-