hotspot/src/share/vm/runtime/globals.hpp
changeset 35896 44c25fd8dbb3
parent 35872 7fb1e4de83ff
child 35913 928548a43408
child 35917 463d67f86eaa
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Jan 29 18:17:44 2016 +0000
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Jan 29 16:25:10 2016 -0800
@@ -3260,7 +3260,7 @@
                                                                             \
   product(size_t, MinTLABSize, 2*K,                                         \
           "Minimum allowed TLAB size (in bytes)")                           \
-          range(1, max_uintx)                                               \
+          range(1, max_uintx/2)                                             \
           constraint(MinTLABSizeConstraintFunc,AfterMemoryInit)             \
                                                                             \
   product(size_t, TLABSize, 0,                                              \