diff -r aa4049b4184a -r 6c23ab90cbaa hotspot/src/share/vm/runtime/globals.hpp --- a/hotspot/src/share/vm/runtime/globals.hpp Mon Jul 27 13:56:26 2015 -0700 +++ b/hotspot/src/share/vm/runtime/globals.hpp Fri Jul 31 12:13:57 2015 +0200 @@ -2643,8 +2643,8 @@ /* because of overflow issue */ \ product(intx, CICompilerCount, CI_COMPILER_COUNT, \ "Number of compiler threads to run") \ - range((intx)Arguments::get_min_number_of_compiler_threads(), \ - max_jint) \ + range(0, max_jint) \ + constraint(CICompilerCountConstraintFunc, AtParse) \ \ product(intx, CompilationPolicyChoice, 0, \ "which compilation policy (0-3)") \