hotspot/src/share/vm/runtime/globals.hpp
changeset 31996 6c23ab90cbaa
parent 31995 aa4049b4184a
parent 31959 34180370555e
child 32079 654a242d6dc8
child 32087 dcbcf15229a9
--- 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)")                                 \