comparison src/share/vm/runtime/globals.hpp @ 10206:0cfa93c2fcc4

8012547: Code cache flushing can get stuck reclaming of memory Summary: Keep sweeping regardless of if we are flushing Reviewed-by: kvn, twisti
author neliasso
date Mon, 29 Apr 2013 13:20:19 +0200
parents 7b23cb975cf2
children 9ce110b1d14a
comparison
equal deleted inserted replaced
10205:62b683108582 10206:0cfa93c2fcc4
3177 "Min number of seconds between code cache cleaning sessions") \ 3177 "Min number of seconds between code cache cleaning sessions") \
3178 \ 3178 \
3179 product(uintx, CodeCacheFlushingMinimumFreeSpace, 1500*K, \ 3179 product(uintx, CodeCacheFlushingMinimumFreeSpace, 1500*K, \
3180 "When less than X space left, start code cache cleaning") \ 3180 "When less than X space left, start code cache cleaning") \
3181 \ 3181 \
3182 product(uintx, CodeCacheFlushingFraction, 2, \
3183 "Fraction of the code cache that is flushed when full") \
3184 \
3182 /* interpreter debugging */ \ 3185 /* interpreter debugging */ \
3183 develop(intx, BinarySwitchThreshold, 5, \ 3186 develop(intx, BinarySwitchThreshold, 5, \
3184 "Minimal number of lookupswitch entries for rewriting to binary " \ 3187 "Minimal number of lookupswitch entries for rewriting to binary " \
3185 "switch") \ 3188 "switch") \
3186 \ 3189 \