src/hotspot/share/runtime/globals.hpp
changeset 59221 cc3a82fc7bcb
parent 59070 22ee476cc664
equal deleted inserted replaced
59220:72e15d757e6c 59221:cc3a82fc7bcb
  1406           range(0, 3)                                                       \
  1406           range(0, 3)                                                       \
  1407                                                                             \
  1407                                                                             \
  1408   product(intx,  AllocatePrefetchDistance, -1,                              \
  1408   product(intx,  AllocatePrefetchDistance, -1,                              \
  1409           "Distance to prefetch ahead of allocation pointer. "              \
  1409           "Distance to prefetch ahead of allocation pointer. "              \
  1410           "-1: use system-specific value (automatically determined")        \
  1410           "-1: use system-specific value (automatically determined")        \
  1411           constraint(AllocatePrefetchDistanceConstraintFunc, AfterMemoryInit)\
  1411           constraint(AllocatePrefetchDistanceConstraintFunc,AfterMemoryInit)\
  1412                                                                             \
  1412                                                                             \
  1413   product(intx,  AllocatePrefetchLines, 3,                                  \
  1413   product(intx,  AllocatePrefetchLines, 3,                                  \
  1414           "Number of lines to prefetch ahead of array allocation pointer")  \
  1414           "Number of lines to prefetch ahead of array allocation pointer")  \
  1415           range(1, 64)                                                      \
  1415           range(1, 64)                                                      \
  1416                                                                             \
  1416                                                                             \