Searched refs:max_byte_size (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp2004 size_t max_byte_size = collector_policy()->max_heap_byte_size(); local
2008 Universe::check_alignment(max_byte_size, HeapRegion::GrainBytes, "g1 heap");
2027 // Since max_byte_size is aligned to the size of a heap region (checked
2031 total_reserved = add_and_check_overflow(total_reserved, max_byte_size);
2078 _expansion_regions = (uint) (max_byte_size / HeapRegion::GrainBytes);
2100 ReservedSpace g1_rs = heap_rs.first_part(max_byte_size);
2103 ReservedSpace perm_gen_rs = heap_rs.last_part(max_byte_size);

Completed in 37 milliseconds