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

src/share/vm/runtime/globals.hpp

Print this page

        

*** 809,820 **** "Trace calls to C heap malloc/free allocation") \ \ product(bool, PrintOopAddress, false, \ "Always print the location of the oop") \ \ ! notproduct(bool, VerifyCodeCacheOften, false, \ ! "Verify compiled-code cache often") \ \ develop(bool, ZapDeadCompiledLocals, false, \ "Zap dead locals in compiler frames") \ \ notproduct(bool, ZapDeadLocalsOld, false, \ --- 809,820 ---- "Trace calls to C heap malloc/free allocation") \ \ product(bool, PrintOopAddress, false, \ "Always print the location of the oop") \ \ ! notproduct(bool, VerifyCodeCache, false, \ ! "Verify code cache on memory allocation/deallocation") \ \ develop(bool, ZapDeadCompiledLocals, false, \ "Zap dead locals in compiler frames") \ \ notproduct(bool, ZapDeadLocalsOld, false, \
*** 3285,3296 **** "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 has large code-entry alignment. */ \ ! develop(uintx, CodeCacheSegmentSize, 64 PPC64_ONLY(+64), \ "Code cache segment size (in bytes) - smallest unit of " \ "allocation") \ \ develop_pd(intx, CodeEntryAlignment, \ "Code entry alignment for generated code (in bytes)") \ --- 3285,3296 ---- "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") \ \ develop_pd(intx, CodeEntryAlignment, \ "Code entry alignment for generated code (in bytes)") \
src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File