Top Description Methods
sun.jvm.hotspot.debugger.windbg

public Interface WindbgThreadFactory

Known Direct Implementers
sun.jvm.hotspot.debugger.windbg.aarch64.WindbgAARCH64ThreadFactory, sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadFactory, sun.jvm.hotspot.debugger.windbg.x86.WindbgX86ThreadFactory
Imports
sun.jvm.hotspot.debugger.*

An interface used only internally by the WindbgDebugger to be able to create platform-specific Thread objects

Method Summary

Modifier and TypeMethod and Description
public ThreadProxy
createThreadWrapper(Address threadIdentifierAddr)

public ThreadProxy

Method Detail

createThreadWrapperback to summary
public ThreadProxy createThreadWrapper(Address threadIdentifierAddr)
createThreadWrapperback to summary
public ThreadProxy createThreadWrapper(long id)