src/share/vm/runtime/globals.hpp

changeset 2567
850b2295a494
parent 2520
63d374c54045
parent 2557
f7de3327c683
child 2571
a97fd181b813
equal deleted inserted replaced
2524:762bc029de50 2567: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") \

mercurial