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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionManager.hpp88 uint _min_array_size_for_chunking; member in class:PSPromotionManager
H A DpsPromotionManager.inline.hpp179 // _min_array_size_for_chunking, and most of them will be arrays.
181 if (new_obj_size > _min_array_size_for_chunking &&
H A DpsPromotionManager.cpp176 _min_array_size_for_chunking = 3 * _array_chunk_size / 2;
286 if (end > (int) _min_array_size_for_chunking) {

Completed in 43 milliseconds