hotspot/src/share/vm/runtime/globals.hpp
changeset 31959 34180370555e
parent 31867 5d39059535ba
child 31996 6c23ab90cbaa
child 32085 d869c505b624
equal deleted inserted replaced
31958:876ee641406b 31959:34180370555e
  2647                                                                             \
  2647                                                                             \
  2648   /* notice: the max range value here is max_jint, not max_intx  */         \
  2648   /* notice: the max range value here is max_jint, not max_intx  */         \
  2649   /* because of overflow issue                                   */         \
  2649   /* because of overflow issue                                   */         \
  2650   product(intx, CICompilerCount, CI_COMPILER_COUNT,                         \
  2650   product(intx, CICompilerCount, CI_COMPILER_COUNT,                         \
  2651           "Number of compiler threads to run")                              \
  2651           "Number of compiler threads to run")                              \
  2652           range((intx)Arguments::get_min_number_of_compiler_threads(),      \
  2652           range(0, max_jint)                                                \
  2653                 max_jint)                                                   \
  2653           constraint(CICompilerCountConstraintFunc)                         \
  2654                                                                             \
  2654                                                                             \
  2655   product(intx, CompilationPolicyChoice, 0,                                 \
  2655   product(intx, CompilationPolicyChoice, 0,                                 \
  2656           "which compilation policy (0-3)")                                 \
  2656           "which compilation policy (0-3)")                                 \
  2657           range(0, 3)                                                       \
  2657           range(0, 3)                                                       \
  2658                                                                             \
  2658                                                                             \