comparison src/share/vm/runtime/globals.hpp @ 269:850fdf70db2b

Merge
author jmasa
date Mon, 28 Jul 2008 15:30:23 -0700
parents 9c2ecc2ffb12 12eea04c8b06
children bfcb639d5bca 1ee8caae33af
comparison
equal deleted inserted replaced
238:3df2fe7c4451 269:850fdf70db2b
587 "Zap freed VM handle space with 0xBCBCBCBC") \ 587 "Zap freed VM handle space with 0xBCBCBCBC") \
588 \ 588 \
589 develop(bool, ZapJNIHandleArea, trueInDebug, \ 589 develop(bool, ZapJNIHandleArea, trueInDebug, \
590 "Zap freed JNI handle space with 0xFEFEFEFE") \ 590 "Zap freed JNI handle space with 0xFEFEFEFE") \
591 \ 591 \
592 develop(bool, ZapUnusedHeapArea, false, \ 592 develop(bool, ZapUnusedHeapArea, trueInDebug, \
593 "Zap unused heap space with 0xBAADBABE") \ 593 "Zap unused heap space with 0xBAADBABE") \
594 \
595 develop(bool, TraceZapUnusedHeapArea, false, \
596 "Trace zapping of unused heap space") \
597 \
598 develop(bool, CheckZapUnusedHeapArea, false, \
599 "Check zapping of unused heap space") \
594 \ 600 \
595 develop(bool, PrintVMMessages, true, \ 601 develop(bool, PrintVMMessages, true, \
596 "Print vm messages on console") \ 602 "Print vm messages on console") \
597 \ 603 \
598 product(bool, PrintGCApplicationConcurrentTime, false, \ 604 product(bool, PrintGCApplicationConcurrentTime, false, \