--- old/src/share/vm/compiler/compileBroker.hpp 2014-11-18 16:09:28.300848881 +0300 +++ new/src/share/vm/compiler/compileBroker.hpp 2014-11-18 16:09:28.064848885 +0300 @@ -418,6 +418,7 @@ shutdown_compilaton = 2 }; + static jint get_compilation_activity_mode() { return _should_compile_new_jobs; } static bool should_compile_new_jobs() { return UseCompiler && (_should_compile_new_jobs == run_compilation); } static bool set_should_compile_new_jobs(jint new_state) { // Return success if the current caller set it