comparison src/share/vm/runtime/globals.hpp @ 4039:5bda8dae4e14

7103784: enable some flags by default Reviewed-by: kvn
author never
date Sun, 23 Oct 2011 20:23:14 -0700
parents 436b4a3231bf
children 44ce519bc3d1
comparison
equal deleted inserted replaced
4011:1179647ee175 4039:5bda8dae4e14
3362 "Minimum number of segments in a code cache block.") \ 3362 "Minimum number of segments in a code cache block.") \
3363 \ 3363 \
3364 notproduct(bool, ExitOnFullCodeCache, false, \ 3364 notproduct(bool, ExitOnFullCodeCache, false, \
3365 "Exit the VM if we fill the code cache.") \ 3365 "Exit the VM if we fill the code cache.") \
3366 \ 3366 \
3367 product(bool, UseCodeCacheFlushing, false, \ 3367 product(bool, UseCodeCacheFlushing, true, \
3368 "Attempt to clean the code cache before shutting off compiler") \ 3368 "Attempt to clean the code cache before shutting off compiler") \
3369 \ 3369 \
3370 product(intx, MinCodeCacheFlushingInterval, 30, \ 3370 product(intx, MinCodeCacheFlushingInterval, 30, \
3371 "Min number of seconds between code cache cleaning sessions") \ 3371 "Min number of seconds between code cache cleaning sessions") \
3372 \ 3372 \