| Index: src/optimizing-compiler-thread.h
|
| diff --git a/src/optimizing-compiler-thread.h b/src/optimizing-compiler-thread.h
|
| index f45665b47fbc6122313b085ecf60623be184d11d..d1ed6a2c59fada05467a2f1a4182710a9bef7976 100644
|
| --- a/src/optimizing-compiler-thread.h
|
| +++ b/src/optimizing-compiler-thread.h
|
| @@ -120,7 +120,6 @@ class OptimizingCompilerThread : public Thread {
|
| // List of recompilation tasks ready for OSR.
|
| List<OptimizingCompiler*> ready_for_osr_;
|
|
|
| - Mutex install_mutex_;
|
| volatile AtomicWord stop_thread_;
|
| volatile Atomic32 queue_length_;
|
| TimeDelta time_spent_compiling_;
|
|
|