hotspot/src/share/vm/runtime/globals.hpp
changeset 35751 6a057f120b11
parent 35581 dd47cf4734f2
child 35754 b5764af2800a
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Jan 26 14:04:01 2016 +0000
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Jan 28 08:33:45 2016 +0100
@@ -2964,16 +2964,16 @@
                                                                             \
   product(intx,  AllocatePrefetchLines, 3,                                  \
           "Number of lines to prefetch ahead of array allocation pointer")  \
-          range(1, max_jint / 2)                                            \
+          range(1, 64)                                                      \
                                                                             \
   product(intx,  AllocateInstancePrefetchLines, 1,                          \
           "Number of lines to prefetch ahead of instance allocation "       \
           "pointer")                                                        \
-          range(1, max_jint / 2)                                            \
+          range(1, 64)                                                      \
                                                                             \
   product(intx,  AllocatePrefetchStepSize, 16,                              \
           "Step size in bytes of sequential prefetch instructions")         \
-          range(1, max_jint)                                                \
+          range(1, 512)                                                     \
           constraint(AllocatePrefetchStepSizeConstraintFunc,AfterMemoryInit)\
                                                                             \
   product(intx,  AllocatePrefetchInstr, 0,                                  \