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

/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.cpp383 size_t CollectedHeap::filler_array_min_size() { function in class:CollectedHeap
408 assert(words >= filler_array_min_size(), "too small for an array");
426 if (words >= filler_array_min_size()) {
H A DcollectedHeap.hpp184 static inline size_t filler_array_min_size();
189 // Fill with a single array; caller must ensure filler_array_min_size() <=

Completed in 33 milliseconds