< prev index next >

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

Print this page
rev 8789 : imported patch 8073052-Rename-and-clean-up-the-allocation-manager-hierarchy-in-g1Allocator
rev 8792 : [mq]: 8003237-no-wait-for-free-list
rev 8797 : [mq]: jesper-suggestion

*** 855,865 **** // failure. OopAndMarkOopStack* _preserved_objs; // Preserve the mark of "obj", if necessary, in preparation for its mark // word being overwritten with a self-forwarding-pointer. ! void preserve_mark_during_evac_failure(uint queue, oop obj, markOop m); #ifndef PRODUCT // Support for forcing evacuation failures. Analogous to // PromotionFailureALot for the other collectors. --- 855,865 ---- // failure. OopAndMarkOopStack* _preserved_objs; // Preserve the mark of "obj", if necessary, in preparation for its mark // word being overwritten with a self-forwarding-pointer. ! void preserve_mark_during_evac_failure(uint worker_id, oop obj, markOop m); #ifndef PRODUCT // Support for forcing evacuation failures. Analogous to // PromotionFailureALot for the other collectors.
< prev index next >