Searched defs:is_Compiler_thread (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp304 virtual bool is_Compiler_thread() const { return false; } function in class:Thread
1740 assert(is_Compiler_thread(), "just checking");
1792 bool is_Compiler_thread() const { return true; } function in class:CompilerThread

Completed in 1304 milliseconds