< prev index next >

src/share/vm/gc/g1/g1CollectedHeap.hpp

Print this page

        

*** 1150,1160 **** jint len); // True iff an evacuation has failed in the most-recent collection. bool evacuation_failed() { return _evacuation_failed; } ! void remove_from_old_sets(const HeapRegionSetCount& old_regions_removed, const HeapRegionSetCount& humongous_regions_removed); void prepend_to_freelist(FreeRegionList* list); void decrement_summary_bytes(size_t bytes); virtual bool is_in(const void* p) const; #ifdef ASSERT --- 1150,1160 ---- jint len); // True iff an evacuation has failed in the most-recent collection. bool evacuation_failed() { return _evacuation_failed; } ! void remove_from_old_sets(const uint old_regions_removed, const uint humongous_regions_removed); void prepend_to_freelist(FreeRegionList* list); void decrement_summary_bytes(size_t bytes); virtual bool is_in(const void* p) const; #ifdef ASSERT
< prev index next >