< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 11972 : [mq]: 8157952-sangheon-review

@@ -1594,10 +1594,14 @@
           range(1, max_uintx)                                               \
                                                                             \
   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")                                               \
           range(1, max_uintx)                                               \
                                                                             \
< prev index next >