comparison src/share/vm/runtime/globals.hpp @ 2260:850b2295a494

Merge
author kvn
date Mon, 14 Feb 2011 14:36:29 -0800
parents 63d374c54045 f7de3327c683
children a97fd181b813
comparison
equal deleted inserted replaced
2208:762bc029de50 2260:850b2295a494
738 "use only malloc/free for allocation (no resource area/arena)") \ 738 "use only malloc/free for allocation (no resource area/arena)") \
739 \ 739 \
740 develop(bool, PrintMalloc, false, \ 740 develop(bool, PrintMalloc, false, \
741 "print all malloc/free calls") \ 741 "print all malloc/free calls") \
742 \ 742 \
743 develop(bool, PrintMallocStatistics, false, \
744 "print malloc/free statistics") \
745 \
743 develop(bool, ZapResourceArea, trueInDebug, \ 746 develop(bool, ZapResourceArea, trueInDebug, \
744 "Zap freed resource/arena space with 0xABABABAB") \ 747 "Zap freed resource/arena space with 0xABABABAB") \
745 \ 748 \
746 notproduct(bool, ZapVMHandleArea, trueInDebug, \ 749 notproduct(bool, ZapVMHandleArea, trueInDebug, \
747 "Zap freed VM handle space with 0xBCBCBCBC") \ 750 "Zap freed VM handle space with 0xBCBCBCBC") \