--- old/src/share/vm/compiler/compileBroker.cpp 2013-03-26 20:11:41.931588659 +0400 +++ new/src/share/vm/compiler/compileBroker.cpp 2013-03-26 20:11:41.863588660 +0400 @@ -1209,10 +1209,6 @@ assert(!method->is_abstract() && (osr_bci == InvocationEntryBci || !method->is_native()), "cannot compile abstract/native methods"); assert(!method->method_holder()->is_not_initialized(), "method holder must be initialized"); - if (!TieredCompilation) { - comp_level = CompLevel_highest_tier; - } - // return quickly if possible // lock, make sure that the compilation