Package | Description |
---|---|
com.sun.tools.sjavac.comp | |
com.sun.tools.sjavac.server |
Modifier and Type | Field and Description |
---|---|
protected CompilerThread |
JavaCompilerWithDeps.compilerThread |
Modifier and Type | Method and Description |
---|---|
static void |
JavaCompilerWithDeps.preRegister(Context context,
CompilerThread t) |
Constructor and Description |
---|
JavaCompilerWithDeps(Context context,
CompilerThread t) |
Modifier and Type | Method and Description |
---|---|
CompilerThread |
CompilerPool.grabCompilerThread()
Acquire a compiler thread from the pool, or block until a thread is available.
|
Modifier and Type | Method and Description |
---|---|
void |
CompilerPool.execute(CompilerThread ct)
Execute a compiler thread.
|
Future<?> |
CompilerPool.executeSubtask(CompilerThread t,
Runnable r)
Execute a minor task, for example generating bytecodes and writing them to disk,
that belong to a major compiler thread task.
|
void |
CompilerPool.returnCompilerThread(CompilerThread h)
Return the specified compiler thread to the pool.
|
Copyright © 2017 earcam. All rights reserved.