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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp2848 HeapRegion* _sh_region; member in class:CheckClaimValuesClosure
2852 _claim_value(claim_value), _failures(0), _sh_region(NULL) { }
2862 _sh_region = NULL;
2864 _sh_region = r;
2866 if (r->humongous_start_region() != _sh_region) {
2871 _sh_region);

Completed in 50 milliseconds