- java.lang.Object
-
- com.ibm.j9ddr.vm29.j9.J9VMThreadPointerUtil
-
public class J9VMThreadPointerUtil extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
J9VMThreadPointerUtil.ThreadInfo
-
Constructor Summary
Constructors Constructor Description J9VMThreadPointerUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getDTFJState(com.ibm.j9ddr.vm29.pointer.generated.J9VMThreadPointer vmThread)
static J9VMThreadPointerUtil.ThreadInfo
getJ9State(com.ibm.j9ddr.vm29.pointer.generated.J9VMThreadPointer targetThread)
-
-
-
Method Detail
-
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
-
-