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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DCompilerThread.java68 public boolean isCompilerThread() { return true; } method in class:CompilerThread
H A DThread.java109 public boolean isCompilerThread() { return false; } method in class:Thread

Completed in 30 milliseconds