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

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

Print this page

        

*** 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); enum ClaimValues { InitialClaimValue = 0, FinalCountClaimValue = 1, NoteEndClaimValue = 2, --- 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(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