< prev index next >

src/share/vm/gc/shared/cardGeneration.hpp

Print this page
rev 8393 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:

@@ -50,12 +50,11 @@
   // These are gathered in the gc_prologue (and should_collect)
   // to control growing/shrinking policy in spite of promotions.
   size_t _capacity_at_prologue;
   size_t _used_at_prologue;
 
-  CardGeneration(ReservedSpace rs, size_t initial_byte_size, int level,
-                 GenRemSet* remset);
+  CardGeneration(ReservedSpace rs, size_t initial_byte_size, GenRemSet* remset);
 
   virtual void assert_correct_size_change_locking() = 0;
 
   virtual CompactibleSpace* space() const = 0;
 
< prev index next >