< prev index next >

src/share/vm/gc/serial/defNewGeneration.hpp

Print this page
rev 13233 : [mq]: 8179387.patch

*** 87,96 **** --- 87,98 ---- // objects after a young-gen collection. When promotion fails, however, // the subsequent full collection will look at from-space objects: // therefore we must remove their forwarding pointers. void remove_forwarding_pointers(); + virtual void restore_preserved_marks(); + // Preserved marks PreservedMarksSet _preserved_marks_set; // Promotion failure handling ExtendedOopClosure *_promo_failure_scan_stack_closure;
< prev index next >