src/share/vm/gc_implementation/g1/sparsePRT.hpp

changeset 1377
2c79770d1f6e
parent 1242
d44bdab1c03d
child 1480
fa2f65ebeb08
     1.1 --- a/src/share/vm/gc_implementation/g1/sparsePRT.hpp	Wed Sep 02 00:04:29 2009 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/sparsePRT.hpp	Thu Jul 30 16:22:58 2009 -0400
     1.3 @@ -172,10 +172,6 @@
     1.4    RSHashTable* _rsht;
     1.5    size_t _heap_bot_card_ind;
     1.6  
     1.7 -  enum SomePrivateConstants {
     1.8 -    CardsPerRegion = HeapRegion::GrainBytes >> CardTableModRefBS::card_shift
     1.9 -  };
    1.10 -
    1.11    // If the bucket list pointed to by _bl_ind contains a card, sets
    1.12    // _bl_ind to the index of that entry, and returns the card.
    1.13    // Otherwise, returns SparseEntry::NullEntry.

mercurial