8209942: [epsilon] range function for EpsilonTLABElasticity causes compiler warning

Reviewed-by: shade, simonis
This commit is contained in:
Ralf Schmelter 2018-09-05 12:48:51 +02:00 committed by Matthias Baesken
parent 9e1adc7e73
commit 22de84454c

@ -79,7 +79,7 @@
"improves performance at the expense of per-thread memory waste. "\
"Lower value improves memory footprint, but penalizes actively " \
"allocating threads.") \
range(1, max_intx) \
range(1.0, DBL_MAX) \
\
experimental(size_t, EpsilonTLABDecayTime, 1000, \
"TLAB sizing policy decays to initial size after thread had not " \