--- old/src/share/vm/runtime/globals.hpp 2015-11-13 17:08:15.134252162 +0100 +++ new/src/share/vm/runtime/globals.hpp 2015-11-13 17:08:15.018252159 +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") \