< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 8517 : 8078513: [linux]  Clean up code relevant to LinuxThreads implementation
Reviewed-by: dholmes, sla, coleenp

*** 3307,3321 **** "Compiler Thread Stack Size (in Kbytes)") \ \ develop_pd(size_t, JVMInvokeMethodSlack, \ "Stack space (bytes) required for JVM_InvokeMethod to complete") \ \ - product(size_t, ThreadSafetyMargin, 50*M, \ - "Thread safety margin is used on fixed-stack LinuxThreads (on " \ - "Linux/x86 only) to prevent heap-stack collision. Set to 0 to " \ - "disable this feature") \ - \ /* code cache parameters */ \ /* ppc64/tiered compilation has large code-entry alignment. */ \ develop(uintx, CodeCacheSegmentSize, 64 PPC64_ONLY(+64) NOT_PPC64(TIERED_ONLY(+64)),\ "Code cache segment size (in bytes) - smallest unit of " \ "allocation") \ --- 3307,3316 ----
< prev index next >