hotspot/src/share/vm/runtime/globals.hpp
changeset 34186 69c8391e72e1
parent 34185 ee71c590a456
parent 34178 e30e720da91b
child 34208 ac3017b4c336
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Nov 13 13:31:48 2015 +0100
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Mon Nov 16 20:56:18 2015 +0100
@@ -3561,7 +3561,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")  \