src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/globals.hpp	Fri Nov 13 17:08:15 2015
--- new/src/share/vm/runtime/globals.hpp	Fri Nov 13 17:08:15 2015

*** 3561,3571 **** --- 3561,3571 ---- "Non-Java Thread Stack Size (in Kbytes)") \ range(0, max_intx/(1 * K)) \ \ 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") \ \ /* code cache parameters */ \

src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File