< prev index next >

src/share/vm/gc/g1/g1_globals.hpp

Print this page
rev 10546 : [mq]: 8077144-concurrent-mark-thread-init-fix

@@ -258,10 +258,13 @@
                                                                             \
   product(uintx, G1MixedGCCountTarget, 8,                                   \
           "The target number of mixed GCs after a marking cycle.")          \
           range(0, max_uintx)                                               \
                                                                             \
+  experimental(bool, G1PretouchAuxiliaryMemory, false,                      \
+          "Pre-touch large auxiliary data structures used by the GC.")      \
+                                                                            \
   experimental(bool, G1EagerReclaimHumongousObjects, true,                  \
           "Try to reclaim dead large objects at every young GC.")           \
                                                                             \
   experimental(bool, G1EagerReclaimHumongousObjectsWithStaleRefs, true,     \
           "Try to reclaim dead large objects that have a few stale "        \
< prev index next >