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

changeset 1934
e9ff18c4ace7
parent 1907
c18cbe5936b8
parent 1926
2d127394260e
child 2071
be3f9c242c9d
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.hpp	Tue Jun 01 11:48:33 2010 -0700
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.hpp	Wed Jun 02 22:45:42 2010 -0700
     1.3 @@ -133,9 +133,5 @@
     1.4    void print_on(outputStream* st);
     1.5  };
     1.6  
     1.7 -// Alignment helpers etc.
     1.8 -#define numQuanta(x,y) ((x+y-1)/y)
     1.9 -enum AlignmentConstants {
    1.10 -  MinChunkSize = numQuanta(sizeof(FreeChunk), MinObjAlignmentInBytes) * MinObjAlignment
    1.11 -};
    1.12 +extern size_t MinChunkSize;
    1.13  

mercurial