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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DparGCAllocBuffer.cpp104 size_t target_refills = (size_t)((wasted_frac*TargetSurvivorRatio)/ local
106 if (target_refills == 0) {
107 target_refills = 1;
110 size_t plab_sz = _used/(target_refills*no_of_gc_workers);
/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.cpp213 double alloc_frac = desired_size() * target_refills() / (double) capacity;
255 (nof_threads * target_refills());
H A DthreadLocalAllocBuffer.hpp71 static int target_refills() { return _target_refills; } function in class:ThreadLocalAllocBuffer

Completed in 78 milliseconds