Searched defs:isCompilerThread (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ | ||
| H A D | CompilerThread.java | 68 public boolean isCompilerThread() { return true; } method in class:CompilerThread |
| H A D | Thread.java | 109 public boolean isCompilerThread() { return false; } method in class:Thread |
Completed in 30 milliseconds