src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp

changeset 3264
5a5ed80bea5b
parent 3220
c08412904149
child 3335
3c648b9ad052
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp	Wed Oct 26 08:44:53 2011 +0200
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp	Wed Oct 26 21:07:52 2011 -0700
     1.3 @@ -104,8 +104,8 @@
     1.4      SmallForDictionary  = 257,       // size < this then use _indexedFreeList
     1.5      IndexSetSize        = SmallForDictionary  // keep this odd-sized
     1.6    };
     1.7 -  static int IndexSetStart;
     1.8 -  static int IndexSetStride;
     1.9 +  static size_t IndexSetStart;
    1.10 +  static size_t IndexSetStride;
    1.11  
    1.12   private:
    1.13    enum FitStrategyOptions {

mercurial