Class J9ThreadHelper
java.lang.Object
com.ibm.j9ddr.vm29.pointer.helper.J9ThreadHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IOSThread
getOSThread
(long tid) static IOSThread
getOSThread
(com.ibm.j9ddr.vm29.pointer.generated.J9ThreadPointer threadPointer) static VoidPointer
static com.ibm.j9ddr.vm29.pointer.generated.J9VMThreadPointer
getVMThread
(com.ibm.j9ddr.vm29.pointer.generated.J9ThreadPointer threadPointer)
-
Constructor Details
-
J9ThreadHelper
public J9ThreadHelper()
-
-
Method Details
-
getTLS
public static VoidPointer getTLS(com.ibm.j9ddr.vm29.pointer.generated.J9ThreadPointer threadPointer, UDATA key) throws CorruptDataException - Throws:
CorruptDataException
-
getVMThread
public static com.ibm.j9ddr.vm29.pointer.generated.J9VMThreadPointer getVMThread(com.ibm.j9ddr.vm29.pointer.generated.J9ThreadPointer threadPointer) throws CorruptDataException - Throws:
CorruptDataException
-
getOSThread
public static IOSThread getOSThread(com.ibm.j9ddr.vm29.pointer.generated.J9ThreadPointer threadPointer) throws CorruptDataException - Throws:
CorruptDataException
-
getOSThread
- Throws:
CorruptDataException
-
getOSThreads
- Throws:
CorruptDataException
-