src/hotspot/share/runtime/globals.hpp
changeset 50068 5201c9474ee7
parent 49931 840e26123940
child 50083 07015dd8157f
--- a/src/hotspot/share/runtime/globals.hpp	Wed May 09 07:48:31 2018 +0100
+++ b/src/hotspot/share/runtime/globals.hpp	Wed May 09 09:39:25 2018 +0200
@@ -1158,8 +1158,8 @@
           "UseDynamicNumberOfCompilerThreads")                              \
                                                                             \
   product(intx, CompilationPolicyChoice, 0,                                 \
-          "which compilation policy (0-3)")                                 \
-          range(0, 3)                                                       \
+          "which compilation policy (0-2)")                                 \
+          range(0, 2)                                                       \
                                                                             \
   develop(bool, UseStackBanging, true,                                      \
           "use stack banging for stack overflow checks (required for "      \