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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DCompilerThread.java33 public class CompilerThread extends JavaThread { class in inherits:JavaThread
45 Type type = db.lookupType("CompilerThread");
62 public CompilerThread(Address addr) { method in class:CompilerThread
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp748 class CompilerThread;
1498 inline CompilerThread* as_CompilerThread();
1739 inline CompilerThread* JavaThread::as_CompilerThread() {
1741 return (CompilerThread*)this;
1773 class CompilerThread : public JavaThread { class in inherits:JavaThread
1788 static CompilerThread* current();
1790 CompilerThread(CompileQueue* queue, CompilerCounters* counters);
1838 inline CompilerThread* CompilerThread::current() {

Completed in 1763 milliseconds