src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.hpp
changeset 49164 7e958a8ebcd3
parent 48831 05894c073b7e
child 49377 ecd91135d645
--- a/src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.hpp	Mon Feb 26 09:34:20 2018 +0100
+++ b/src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.hpp	Mon Feb 26 09:34:12 2018 +0100
@@ -77,7 +77,7 @@
 // methods are used). This is essentially a wrapper around the BitMap class,
 // with one bit per (1<<_shifter) HeapWords. (i.e. for the marking bit map,
 // we have _shifter == 0. and for the mod union table we have
-// shifter == CardTableModRefBS::card_shift - LogHeapWordSize.)
+// shifter == CardTable::card_shift - LogHeapWordSize.)
 // XXX 64-bit issues in BitMap?
 class CMSBitMap VALUE_OBJ_CLASS_SPEC {
   friend class VMStructs;