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

src/share/vm/runtime/globals.hpp

Print this page




 695                                                                             \
 696   notproduct(bool, VerifyCodeCacheOften, false,                             \
 697           "Verify compiled-code cache often")                               \
 698                                                                             \
 699   develop(bool, ZapDeadCompiledLocals, false,                               \
 700           "Zap dead locals in compiler frames")                             \
 701                                                                             \
 702   notproduct(bool, ZapDeadLocalsOld, false,                                 \
 703           "Zap dead locals (old version, zaps all frames when "             \
 704           "entering the VM")                                                \
 705                                                                             \
 706   notproduct(bool, CheckOopishValues, false,                                \
 707           "Warn if value contains oop ( requires ZapDeadLocals)")           \
 708                                                                             \
 709   develop(bool, UseMallocOnly, false,                                       \
 710           "use only malloc/free for allocation (no resource area/arena)")   \
 711                                                                             \
 712   develop(bool, PrintMalloc, false,                                         \
 713           "print all malloc/free calls")                                    \
 714                                                                             \



 715   develop(bool, ZapResourceArea, trueInDebug,                               \
 716           "Zap freed resource/arena space with 0xABABABAB")                 \
 717                                                                             \
 718   notproduct(bool, ZapVMHandleArea, trueInDebug,                            \
 719           "Zap freed VM handle space with 0xBCBCBCBC")                      \
 720                                                                             \
 721   develop(bool, ZapJNIHandleArea, trueInDebug,                              \
 722           "Zap freed JNI handle space with 0xFEFEFEFE")                     \
 723                                                                             \
 724   notproduct(bool, ZapStackSegments, trueInDebug,                           \
 725              "Zap allocated/freed Stack segments with 0xFADFADED")          \
 726                                                                             \
 727   develop(bool, ZapUnusedHeapArea, trueInDebug,                             \
 728           "Zap unused heap space with 0xBAADBABE")                          \
 729                                                                             \
 730   develop(bool, TraceZapUnusedHeapArea, false,                              \
 731           "Trace zapping of unused heap space")                             \
 732                                                                             \
 733   develop(bool, CheckZapUnusedHeapArea, false,                              \
 734           "Check zapping of unused heap space")                             \




 695                                                                             \
 696   notproduct(bool, VerifyCodeCacheOften, false,                             \
 697           "Verify compiled-code cache often")                               \
 698                                                                             \
 699   develop(bool, ZapDeadCompiledLocals, false,                               \
 700           "Zap dead locals in compiler frames")                             \
 701                                                                             \
 702   notproduct(bool, ZapDeadLocalsOld, false,                                 \
 703           "Zap dead locals (old version, zaps all frames when "             \
 704           "entering the VM")                                                \
 705                                                                             \
 706   notproduct(bool, CheckOopishValues, false,                                \
 707           "Warn if value contains oop ( requires ZapDeadLocals)")           \
 708                                                                             \
 709   develop(bool, UseMallocOnly, false,                                       \
 710           "use only malloc/free for allocation (no resource area/arena)")   \
 711                                                                             \
 712   develop(bool, PrintMalloc, false,                                         \
 713           "print all malloc/free calls")                                    \
 714                                                                             \
 715   develop(bool, PrintMallocStatistics, false,                               \
 716           "print malloc/free statistics")                                   \
 717                                                                             \
 718   develop(bool, ZapResourceArea, trueInDebug,                               \
 719           "Zap freed resource/arena space with 0xABABABAB")                 \
 720                                                                             \
 721   notproduct(bool, ZapVMHandleArea, trueInDebug,                            \
 722           "Zap freed VM handle space with 0xBCBCBCBC")                      \
 723                                                                             \
 724   develop(bool, ZapJNIHandleArea, trueInDebug,                              \
 725           "Zap freed JNI handle space with 0xFEFEFEFE")                     \
 726                                                                             \
 727   notproduct(bool, ZapStackSegments, trueInDebug,                           \
 728              "Zap allocated/freed Stack segments with 0xFADFADED")          \
 729                                                                             \
 730   develop(bool, ZapUnusedHeapArea, trueInDebug,                             \
 731           "Zap unused heap space with 0xBAADBABE")                          \
 732                                                                             \
 733   develop(bool, TraceZapUnusedHeapArea, false,                              \
 734           "Trace zapping of unused heap space")                             \
 735                                                                             \
 736   develop(bool, CheckZapUnusedHeapArea, false,                              \
 737           "Check zapping of unused heap space")                             \


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