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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp2333 CheckGCTimeStampsHRClosure(unsigned gc_time_stamp) : argument
2334 _gc_time_stamp(gc_time_stamp), _failures(false) { }
2937 unsigned gc_time_stamp = get_gc_time_stamp(); local
2939 if (_worker_cset_start_region_time_stamp[worker_i] == gc_time_stamp) {
2972 _worker_cset_start_region_time_stamp[worker_i - 1] == gc_time_stamp) {
2987 assert(_worker_cset_start_region_time_stamp[worker_i] != gc_time_stamp,
2991 _worker_cset_start_region_time_stamp[worker_i] = gc_time_stamp;

Completed in 58 milliseconds