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	Wed Feb  5 17:12:39 2014
--- new/src/share/vm/runtime/globals.hpp	Wed Feb  5 17:12:39 2014

*** 809,820 **** --- 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") \ ! notproduct(bool, VerifyCodeCache, false, \ ! "Verify code code cache on memory allocation/deallocation") \ \ develop(bool, ZapDeadCompiledLocals, false, \ "Zap dead locals in compiler frames") \ \ notproduct(bool, ZapDeadLocalsOld, false, \
*** 3286,3296 **** --- 3286,3296 ---- "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), \ ! product(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)") \

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