hotspot/src/share/vm/gc_implementation/g1/heapRegion.hpp
changeset 19728 9e1556506d2d
parent 19339 d247781beec7
child 19986 33d188c66ed9
equal deleted inserted replaced
19727:f70e36f468bb 19728:9e1556506d2d
   359   // well as other related fields that are based on the heap region
   359   // well as other related fields that are based on the heap region
   360   // size (LogOfHRGrainBytes / LogOfHRGrainWords /
   360   // size (LogOfHRGrainBytes / LogOfHRGrainWords /
   361   // CardsPerRegion). All those fields are considered constant
   361   // CardsPerRegion). All those fields are considered constant
   362   // throughout the JVM's execution, therefore they should only be set
   362   // throughout the JVM's execution, therefore they should only be set
   363   // up once during initialization time.
   363   // up once during initialization time.
   364   static void setup_heap_region_size(uintx min_heap_size);
   364   static void setup_heap_region_size(size_t initial_heap_size, size_t max_heap_size);
   365 
   365 
   366   enum ClaimValues {
   366   enum ClaimValues {
   367     InitialClaimValue          = 0,
   367     InitialClaimValue          = 0,
   368     FinalCountClaimValue       = 1,
   368     FinalCountClaimValue       = 1,
   369     NoteEndClaimValue          = 2,
   369     NoteEndClaimValue          = 2,