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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DvmCMSOperations.cpp215 if (_gc_count_before == gch->total_collections()) {
229 assert((_gc_count_before < gch->total_collections()) ||
231 && (_gc_count_before == gch->total_collections())),
257 if (_gc_count_before != gch->total_collections()) {
260 assert(_gc_count_before < gch->total_collections(),
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.hpp73 unsigned int _gc_count_before; // gc count before acquiring PLL member in class:VM_GC_Operation
93 _gc_count_before = gc_count_before;
H A DvmGCOperations.cpp88 bool skip = (_gc_count_before != Universe::heap()->total_collections());

Completed in 74 milliseconds