< prev index next > src/hotspot/share/gc/serial/defNewGeneration.hpp
Print this page
#include "gc/serial/tenuredGeneration.hpp"
#include "gc/shared/ageTable.hpp"
#include "gc/shared/copyFailedInfo.hpp"
#include "gc/shared/gc_globals.hpp"
#include "gc/shared/generationCounters.hpp"
- #include "gc/shared/preservedMarks.hpp"
#include "gc/shared/stringdedup/stringDedup.hpp"
#include "gc/shared/tlab_globals.hpp"
#include "utilities/align.hpp"
#include "utilities/stack.hpp"
// 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;
-
Stack<oop, mtGC> _promo_failure_scan_stack;
void drain_promo_failure_scan_stack(void);
bool _promo_failure_drain_in_progress;
// Performance Counters
< prev index next >