< prev index next >

src/hotspot/share/runtime/thread.hpp

Print this page
rev 49289 : 8198756: Lazy allocation of compiler threads
Reviewed-by:

*** 2043,2052 **** --- 2043,2053 ---- public: static CompilerThread* current(); CompilerThread(CompileQueue* queue, CompilerCounters* counters); + ~CompilerThread(); bool is_Compiler_thread() const { return true; } virtual bool can_call_java() const;
< prev index next >