src/share/vm/gc_implementation/g1/heapRegion.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/g1/heapRegion.hpp	Thu Aug 29 11:14:53 2013
--- new/src/share/vm/gc_implementation/g1/heapRegion.hpp	Thu Aug 29 11:14:53 2013

*** 359,369 **** --- 359,369 ---- // well as other related fields that are based on the heap region // size (LogOfHRGrainBytes / LogOfHRGrainWords / // CardsPerRegion). All those fields are considered constant // throughout the JVM's execution, therefore they should only be set // up once during initialization time. ! static void setup_heap_region_size(uintx min_heap_size); ! static void setup_heap_region_size(size_t initial_heap_size, size_t max_heap_size); enum ClaimValues { InitialClaimValue = 0, FinalCountClaimValue = 1, NoteEndClaimValue = 2,

src/share/vm/gc_implementation/g1/heapRegion.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File