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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1783 G1ParGCAllocBuffer(size_t gclab_word_size);
1900 size_t gclab_word_size = _g1h->desired_plab_sz(purpose);
1901 if (word_sz * 100 < gclab_word_size * ParallelGCBufferWastePct) {
1906 HeapWord* buf = _g1h->par_allocate_during_gc(purpose, gclab_word_size);
1909 alloc_buf->set_word_size(gclab_word_size);
H A Dg1CollectedHeap.cpp4225 size_t gclab_word_size; local
4228 gclab_word_size = _survivor_plab_stats.desired_plab_sz();
4231 gclab_word_size = _old_plab_stats.desired_plab_sz();
4235 gclab_word_size = _old_plab_stats.desired_plab_sz();
4243 return MIN2(_humongous_object_threshold_in_words, gclab_word_size);
4478 G1ParGCAllocBuffer::G1ParGCAllocBuffer(size_t gclab_word_size) : argument
4479 ParGCAllocBuffer(gclab_word_size), _retired(false) { }

Completed in 76 milliseconds