src/hotspot/share/runtime/globals.hpp
changeset 49164 7e958a8ebcd3
parent 49061 a6b6a428c915
child 49169 af8578e25d17
--- a/src/hotspot/share/runtime/globals.hpp	Mon Feb 26 09:34:20 2018 +0100
+++ b/src/hotspot/share/runtime/globals.hpp	Mon Feb 26 09:34:12 2018 +0100
@@ -1723,13 +1723,13 @@
           "enough work per iteration")                                      \
           range(0, max_intx)                                                \
                                                                             \
-  /* 4096 = CardTableModRefBS::card_size_in_words * BitsPerWord */          \
+  /* 4096 = CardTable::card_size_in_words * BitsPerWord */                  \
   product(size_t, CMSRescanMultiple, 32,                                    \
           "Size (in cards) of CMS parallel rescan task")                    \
           range(1, SIZE_MAX / 4096)                                         \
           constraint(CMSRescanMultipleConstraintFunc,AfterMemoryInit)       \
                                                                             \
-  /* 4096 = CardTableModRefBS::card_size_in_words * BitsPerWord */          \
+  /* 4096 = CardTable::card_size_in_words * BitsPerWord */                  \
   product(size_t, CMSConcMarkMultiple, 32,                                  \
           "Size (in cards) of CMS concurrent MT marking task")              \
           range(1, SIZE_MAX / 4096)                                         \