Class J9ThreadHelper
java.lang.Object
com.ibm.j9ddr.vm29.pointer.helper.J9ThreadHelper
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic IOSThreadgetOSThread(long tid) static IOSThreadgetOSThread(com.ibm.j9ddr.vm29.pointer.generated.J9ThreadPointer threadPointer) static VoidPointerstatic com.ibm.j9ddr.vm29.pointer.generated.J9VMThreadPointergetVMThread(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
 
 -