--- old/src/share/vm/compiler/abstractCompiler.cpp 2015-10-08 07:23:52.000000000 -1000 +++ new/src/share/vm/compiler/abstractCompiler.cpp 2015-10-08 07:23:52.000000000 -1000 @@ -58,7 +58,7 @@ } 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();