# HG changeset patch # User mbaesken # Date 1536144531 -7200 # Node ID c5f700de54504c63daa0f3b57767ff84ebb31a95 # Parent 0df09dadd445d1f2694af01b1a9e97d1d1a610f6 8209942: [epsilon] range function for EpsilonTLABElasticity causes compiler warning Reviewed-by: shade, simonis Contributed-by: ralf.schmelter@sap.com diff -r 0df09dadd445 -r c5f700de5450 src/hotspot/share/gc/epsilon/epsilon_globals.hpp --- a/src/hotspot/share/gc/epsilon/epsilon_globals.hpp Wed Sep 05 14:00:36 2018 +0200 +++ b/src/hotspot/share/gc/epsilon/epsilon_globals.hpp Wed Sep 05 12:48:51 2018 +0200 @@ -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 " \