Relates :
|
|
Relates :
|
Some g1 code uses int variables as region indices; they should use size_t instead. A few examples from heapRegionSeq.hpp: int _alloc_search_start; HeapWord* alloc_obj_from_region_index(int ind, size_t word_size); int _next_rr_candidate; int find(HeapRegion* hr); void iterate_from(int idx, HeapRegionClosure* blk);
|