open Udiff src/hotspot/share/gc/shared/cardGeneration.hpp (original) (raw)

< prev index next >

Print this page


@@ -29,10 +29,11 @@ // and uses a card-size block-offset array to implement block_start.

#include "gc/shared/generation.hpp"

class BlockOffsetSharedArray; +class CardTableRS; class CompactibleSpace;

class CardGeneration: public Generation { friend class VMStructs; protected:

< prev index next >