comparison src/share/vm/runtime/globals.hpp @ 481:7d7a7c599c17

6578152: fill_region_with_object has usability and safety issues Reviewed-by: apetrusenko, ysr
author jcoomes
date Thu, 11 Dec 2008 12:05:08 -0800
parents 85f1b9537f70
children 0f773163217d
comparison
equal deleted inserted replaced
480:d249b360e026 481:7d7a7c599c17
623 "Trace zapping of unused heap space") \ 623 "Trace zapping of unused heap space") \
624 \ 624 \
625 develop(bool, CheckZapUnusedHeapArea, false, \ 625 develop(bool, CheckZapUnusedHeapArea, false, \
626 "Check zapping of unused heap space") \ 626 "Check zapping of unused heap space") \
627 \ 627 \
628 develop(bool, ZapFillerObjects, trueInDebug, \
629 "Zap filler objects with 0xDEAFBABE") \
630 \
628 develop(bool, PrintVMMessages, true, \ 631 develop(bool, PrintVMMessages, true, \
629 "Print vm messages on console") \ 632 "Print vm messages on console") \
630 \ 633 \
631 product(bool, PrintGCApplicationConcurrentTime, false, \ 634 product(bool, PrintGCApplicationConcurrentTime, false, \
632 "Print the time the application has been running") \ 635 "Print the time the application has been running") \