mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
This commit is contained in:
parent
f5b4bb46f5
commit
16526e000e
505 changed files with 50394 additions and 915 deletions
|
@ -58,7 +58,7 @@ bool AbstractCompiler::should_perform_shutdown() {
|
|||
}
|
||||
|
||||
void AbstractCompiler::set_state(int state) {
|
||||
// Ensure that ste is only set by one thread at a time
|
||||
// Ensure that state is only set by one thread at a time
|
||||
MutexLocker only_one(CompileThread_lock);
|
||||
_compiler_state = state;
|
||||
CompileThread_lock->notify_all();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue