src/hotspot/share/gc/epsilon/epsilon_globals.hpp
branchepsilon-gc-branch
changeset 56352 ebb84e128ed3
parent 56350 56014b46de69
child 56493 b99bcc5a6c2a
--- a/src/hotspot/share/gc/epsilon/epsilon_globals.hpp	Mon Mar 26 16:18:35 2018 +0200
+++ b/src/hotspot/share/gc/epsilon/epsilon_globals.hpp	Mon Mar 26 16:29:48 2018 +0200
@@ -46,19 +46,19 @@
                                                                             \
   experimental(size_t, EpsilonPrintHeapStep, 100,                           \
           "Print heap occupancy stats with this number of steps. "          \
-          "0 turns the printing off. ")                                     \
+          "0 turns the printing off.")                                      \
           range(0, max_intx)                                                \
                                                                             \
   experimental(size_t, EpsilonUpdateCountersStep, 1 * M,                    \
           "Update heap heap occupancy counters after allocating this much " \
           "memory. Higher values would make allocations faster at "         \
-          "the expense of lower resolution in heap counters. ")             \
+          "the expense of lower resolution in heap counters.")              \
           range(1, max_intx)                                                \
                                                                             \
   experimental(size_t, EpsilonMaxTLABSize, 4 * M,                           \
           "Max TLAB size to use with Epsilon GC. Larger value improves "    \
           "performance at the expense of per-thread memory waste. This "    \
-          "asks TLAB machinery to cap TLAB sizes at this value")            \
+          "asks TLAB machinery to cap TLAB sizes at this value.")           \
           range(1, max_intx)                                                \
                                                                             \
   experimental(size_t, EpsilonMinHeapExpand, 128 * M,                       \