< prev index next >

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

Print this page

        

*** 1375,1384 **** --- 1375,1386 ---- !hr->obj_allocated_since_next_marking(obj) && !isMarkedNext(obj) && !hr->is_archive(); } + inline bool requires_marking(const void* entry) const; + // Determine if an object is dead, given only the object itself. // This will find the region to which the object belongs and // then call the region version of the same function. // Added if it is NULL it isn't dead.
< prev index next >