Searched refs:isJavaThread (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJvmtiAgentThread.java40 public boolean isJavaThread() { return false; } method in class:JvmtiAgentThread
H A DServiceThread.java37 public boolean isJavaThread() { return false; } method in class:ServiceThread
H A DCompilerThread.java66 public boolean isJavaThread() { return false; } method in class:CompilerThread
H A DThread.java108 public boolean isJavaThread() { return false; } method in class:Thread
H A DJavaThread.java128 public boolean isJavaThread() { return true; } method in class:JavaThread
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DThreadListPanel.java97 public boolean isJavaThread() { return (javaThread != null); } method in class:ThreadListPanel.ThreadInfo
174 if (info.isJavaThread()) {
180 if (info.isJavaThread()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DStackTrace.java66 if (cur.isJavaThread()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DPointerLocation.java265 if (handleThread.isJavaThread()) {
/openjdk7/hotspot/agent/test/libproc/
H A DLibprocClient.java53 if (cur.isJavaThread()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DJavaThreadsPanel.java460 if (t.isJavaThread()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DObjectHeap.java622 if (thread.isJavaThread()) {

Completed in 95 milliseconds