--- old/src/share/vm/compiler/compileBroker.hpp 2014-11-20 14:43:02.183909886 +0300 +++ new/src/share/vm/compiler/compileBroker.hpp 2014-11-20 14:43:02.027909888 +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