public class CompilerThreadFactory extends Object implements ThreadFactory
| Modifier and Type | Class and Description |
|---|---|
static interface |
CompilerThreadFactory.DebugConfigAccess
Capability to get a thread-local debug configuration for the current thread.
|
| Modifier and Type | Field and Description |
|---|---|
protected CompilerThreadFactory.DebugConfigAccess |
debugConfigAccess |
protected String |
threadNamePrefix |
| Constructor and Description |
|---|
CompilerThreadFactory(String threadNamePrefix,
CompilerThreadFactory.DebugConfigAccess debugConfigAccess) |
protected final String threadNamePrefix
protected final CompilerThreadFactory.DebugConfigAccess debugConfigAccess
public CompilerThreadFactory(String threadNamePrefix, CompilerThreadFactory.DebugConfigAccess debugConfigAccess)
public Thread newThread(Runnable r)
newThread in interface ThreadFactory