Searched refs:is_jvmti_agent_thread (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiAgentThread.hpp45 bool is_jvmti_agent_thread() const { return true; } function in class:JvmtiAgentThread
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.cpp102 thread->is_jvmti_agent_thread()) {
122 thread->is_jvmti_agent_thread()) {
897 if (!include_jvmti_agent_threads && jt->is_jvmti_agent_thread()) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp306 virtual bool is_jvmti_agent_thread() const { return false; } function in class:Thread

Completed in 61 milliseconds