Searched refs:gc_num (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1HRPrinter.hpp159 void start_gc(bool full, size_t gc_num) { argument
162 print(StartGC, gc_num);
164 print(StartFullGC, gc_num);
169 void end_gc(bool full, size_t gc_num) { argument
172 print(EndGC, gc_num);
174 print(EndFullGC, gc_num);
H A Dg1CollectedHeap.inline.hpp181 const size_t gc_num = total_collections(); local
182 const size_t elapsed_gcs = gc_num - _evacuation_failure_alot_gc_number;
H A Dg1CollectorPolicy.cpp1879 const size_t gc_num = (size_t) MAX2(G1MixedGCCountTarget, (uintx) 1); local
1880 size_t result = region_num / gc_num;
1882 if (result * gc_num < region_num) {
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.inline.hpp372 const size_t gc_num = total_collections(); local
373 const size_t elapsed_gcs = gc_num - _promotion_failure_alot_gc_number;

Completed in 39 milliseconds