Interface J9RASFragment
- All Known Implementing Classes:
J9RAS
,J9RASFragmentJ5GA
,J9RASFragmentJ5SR10
,J9RASFragmentJ5v2
,J9RASFragmentJ6GA
,J9RASFragmentJ6SR6
,J9RASFragmentJ6v2
,J9RASFragmentJ6v3
public interface J9RASFragment
A J9RAS fragment contains the VM version specific offsets which are
required to successfully parse a J9RAS structure.
-
Method Details
-
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:
-