src/hotspot/share/runtime/globals.hpp
changeset 59221 cc3a82fc7bcb
parent 59070 22ee476cc664
--- a/src/hotspot/share/runtime/globals.hpp	Fri Nov 22 10:03:38 2019 +0100
+++ b/src/hotspot/share/runtime/globals.hpp	Fri Nov 22 10:03:38 2019 +0100
@@ -1408,7 +1408,7 @@
   product(intx,  AllocatePrefetchDistance, -1,                              \
           "Distance to prefetch ahead of allocation pointer. "              \
           "-1: use system-specific value (automatically determined")        \
-          constraint(AllocatePrefetchDistanceConstraintFunc, AfterMemoryInit)\
+          constraint(AllocatePrefetchDistanceConstraintFunc,AfterMemoryInit)\
                                                                             \
   product(intx,  AllocatePrefetchLines, 3,                                  \
           "Number of lines to prefetch ahead of array allocation pointer")  \