--- old/src/share/vm/compiler/compileBroker.hpp 2016-02-25 15:42:08.088190222 +0100 +++ new/src/share/vm/compiler/compileBroker.hpp 2016-02-25 15:42:07.988190217 +0100 @@ -253,6 +253,7 @@ const methodHandle& hot_method, int hot_count, const char* comment, + bool blocking, Thread* thread); static CompileQueue* compile_queue(int comp_level); @@ -289,7 +290,9 @@ int comp_level, const methodHandle& hot_method, int hot_count, - const char* comment, Thread* thread); + const char* comment, + bool blocking, + Thread* thread); // Acquire any needed locks and assign a compile id static uint assign_compile_id_unlocked(Thread* thread, const methodHandle& method, int osr_bci);