Top Constructors Methods
sun.jvm.hotspot.runtime

public Class MonitorDeflationThread

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

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.

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

Constructor Detail

MonitorDeflationThreadback to summary
public MonitorDeflationThread(Address addr)

Method Detail

isHiddenFromExternalViewback to summary
public boolean isHiddenFromExternalView()

Overrides sun.jvm.hotspot.runtime.Thread.isHiddenFromExternalView.

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".)

isMonitorDeflationThreadback to summary
public boolean isMonitorDeflationThread()

Overrides sun.jvm.hotspot.runtime.Thread.isMonitorDeflationThread.