Top Constructors Methods
sun.jvm.hotspot.runtime

public Class AttachListenerThread

extends JavaThread
Class Inheritance
Imports
java.io.*, sun.jvm.hotspot.debugger.Address

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public boolean
public boolean
isJavaThread()

Overrides sun.jvm.hotspot.runtime.JavaThread.isJavaThread.

Note

for convenience, this differs in definition from the underlying VM.

Inherited from sun.jvm.hotspot.runtime.JavaThread:
activeHandlesgetAnchorFieldgetBaseOfStackPointergetCurrentFrameGuessgetCurrentParkBlockergetLastFramegetLastFramePDgetLastJavaFPgetLastJavaPCgetLastJavaSPgetLastJavaVFramegetLastJavaVFrameDbggetOSThreadgetStackBasegetStackBaseValuegetStackSizegetTerminatedgetThreadNamegetThreadObjgetThreadProxygetThreadStatehasLastJavaFrameisExitingisInStackisLockOwnedisLockOwnedisTerminatedlastSPDbgnewRegisterMapoopsDoprintInfoOnprintThreadContextOnprintThreadIDprintThreadIDOnprintThreadInfoOnsetThreadPDAccess

Constructor Detail

AttachListenerThreadback to summary
public AttachListenerThread(Address addr)

Method Detail

isAttachListenerThreadback to summary
public boolean isAttachListenerThread()

Overrides sun.jvm.hotspot.runtime.Thread.isAttachListenerThread.

isJavaThreadback to summary
public boolean isJavaThread()

Overrides sun.jvm.hotspot.runtime.JavaThread.isJavaThread.

Doc from sun.jvm.hotspot.runtime.JavaThread.isJavaThread.

Note

for convenience, this differs in definition from the underlying VM. Only "pure" JavaThreads return true; CompilerThreads, JVMDIDebuggerThreads return false. FIXME: consider encapsulating platform-specific functionality in an object instead of using inheritance (which is the primary reason we can't traverse CompilerThreads, etc; didn't want to have, for example, "SolarisSPARCCompilerThread".)