hotspot/src/share/vm/runtime/globals.hpp
changeset 41330 8b2580e63aa0
parent 41323 ddd5600d4762
parent 41178 e567be097315
child 41665 14f1cb3d2d3a
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Sep 20 17:30:33 2016 +0300
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Sep 20 16:34:45 2016 -0400
@@ -1599,6 +1599,10 @@
   product(bool, AlwaysPreTouch, false,                                      \
           "Force all freshly committed pages to be pre-touched")            \
                                                                             \
+  product(size_t, PreTouchParallelChunkSize, 1 * G,                         \
+          "Per-thread chunk size for parallel memory pre-touch.")           \
+          range(1, SIZE_MAX / 2)                                            \
+                                                                            \
   product_pd(size_t, CMSYoungGenPerWorker,                                  \
           "The maximum size of young gen chosen by default per GC worker "  \
           "thread available")                                               \