hotspot/src/share/vm/runtime/globals.hpp
changeset 34178 e30e720da91b
parent 34174 4db2fb26dc49
child 34186 69c8391e72e1
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Nov 13 18:14:41 2015 +0300
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Mon Nov 16 09:42:20 2015 +0100
@@ -3563,7 +3563,7 @@
                                                                             \
   product_pd(intx, CompilerThreadStackSize,                                 \
           "Compiler Thread Stack Size (in Kbytes)")                         \
-          range(0, max_intx)                                                \
+          range(0, max_intx /(1 * K))                                       \
                                                                             \
   develop_pd(size_t, JVMInvokeMethodSlack,                                  \
           "Stack space (bytes) required for JVM_InvokeMethod to complete")  \