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 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