src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/globals.hpp	Mon Sep 14 23:13:39 2015
--- new/src/share/vm/runtime/globals.hpp	Mon Sep 14 23:13:38 2015

*** 935,954 **** --- 935,944 ---- "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, \ "Zap dead locals (old version, zaps all frames when " \ "entering the VM") \ \ notproduct(bool, CheckOopishValues, false, \ "Warn if value contains oop (requires ZapDeadLocals)") \ \ develop(bool, UseMallocOnly, false, \ "Use only malloc/free for allocation (no resource area/arena)") \ \ develop(bool, PrintMalloc, false, \ "Print all malloc/free calls") \
*** 1487,1499 **** --- 1477,1486 ---- "Trace usage of IC buffer") \ \ develop(bool, TraceCompiledIC, false, \ "Trace changes of compiled IC") \ \ notproduct(bool, TraceZapDeadLocals, false, \ "Trace zapping dead locals") \ \ develop(bool, TraceStartupTime, false, \ "Trace setup time") \ \ develop(bool, TraceProtectionDomainVerification, false, \ "Trace protection domain verification") \

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