hotspot/src/share/vm/gc/shared/cardGeneration.hpp
changeset 31358 693058672cc6
parent 30870 3050fdcdc60b
child 33212 906b3d079b13
equal deleted inserted replaced
31357:0cef600ba9b7 31358:693058672cc6
    50   // These are gathered in the gc_prologue (and should_collect)
    50   // These are gathered in the gc_prologue (and should_collect)
    51   // to control growing/shrinking policy in spite of promotions.
    51   // to control growing/shrinking policy in spite of promotions.
    52   size_t _capacity_at_prologue;
    52   size_t _capacity_at_prologue;
    53   size_t _used_at_prologue;
    53   size_t _used_at_prologue;
    54 
    54 
    55   CardGeneration(ReservedSpace rs, size_t initial_byte_size, int level,
    55   CardGeneration(ReservedSpace rs, size_t initial_byte_size, GenRemSet* remset);
    56                  GenRemSet* remset);
       
    57 
    56 
    58   virtual void assert_correct_size_change_locking() = 0;
    57   virtual void assert_correct_size_change_locking() = 0;
    59 
    58 
    60   virtual CompactibleSpace* space() const = 0;
    59   virtual CompactibleSpace* space() const = 0;
    61 
    60