Class J9VMThreadPointerUtil
java.lang.Object
com.ibm.j9ddr.vm29.j9.J9VMThreadPointerUtil
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic intgetDTFJState(com.ibm.j9ddr.vm29.pointer.generated.J9VMThreadPointer vmThread) getJ9State(com.ibm.j9ddr.vm29.pointer.generated.J9VMThreadPointer targetThread)  
- 
Constructor Details
- 
J9VMThreadPointerUtil
public J9VMThreadPointerUtil() 
 - 
 - 
Method Details
- 
getDTFJState
public static int getDTFJState(com.ibm.j9ddr.vm29.pointer.generated.J9VMThreadPointer vmThread) throws CorruptDataException - Throws:
 CorruptDataException
 - 
getJ9State
public static J9VMThreadPointerUtil.ThreadInfo getJ9State(com.ibm.j9ddr.vm29.pointer.generated.J9VMThreadPointer targetThread) throws CorruptDataException - Throws:
 CorruptDataException
 
 -