comparison src/share/vm/runtime/globals.hpp @ 13074:78da3894b86f

8027593: performance drop with constrained codecache starting with hs25 b111 Summary: Fixed proper sweeping of small code cache sizes Reviewed-by: kvn, iveresov
author anoll
date Tue, 12 Nov 2013 09:32:50 +0100
parents e2509677809c
children e74074c34312
comparison
equal deleted inserted replaced
13073:1dcea64e9f00 13074:78da3894b86f
3284 \ 3284 \
3285 notproduct(bool, ExitOnFullCodeCache, false, \ 3285 notproduct(bool, ExitOnFullCodeCache, false, \
3286 "Exit the VM if we fill the code cache") \ 3286 "Exit the VM if we fill the code cache") \
3287 \ 3287 \
3288 product(bool, UseCodeCacheFlushing, true, \ 3288 product(bool, UseCodeCacheFlushing, true, \
3289 "Attempt to clean the code cache before shutting off compiler") \ 3289 "Remove cold/old nmethods from the code cache") \
3290 \ 3290 \
3291 /* interpreter debugging */ \ 3291 /* interpreter debugging */ \
3292 develop(intx, BinarySwitchThreshold, 5, \ 3292 develop(intx, BinarySwitchThreshold, 5, \
3293 "Minimal number of lookupswitch entries for rewriting to binary " \ 3293 "Minimal number of lookupswitch entries for rewriting to binary " \
3294 "switch") \ 3294 "switch") \