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	Tue Feb  4 16:00:32 2014
--- new/src/share/vm/runtime/globals.hpp	Tue Feb  4 16:00:32 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, \

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