Searched defs:stop_point (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1RemSet.cpp406 HeapWord* stop_point = local
414 assert(stop_point == NULL, "saw an unallocated region");
664 HeapWord* stop_point = local
670 // If stop_point is non-null, then we encountered an unallocated region
675 if (stop_point != NULL) {

Completed in 32 milliseconds