Searched refs:_to_mark_sweep (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsYoungGen.hpp54 PSMarkSweepDecorator* _to_mark_sweep; member in class:PSYoungGen
124 PSMarkSweepDecorator* to_mark_sweep() const { return _to_mark_sweep; }
H A DpsYoungGen.cpp91 _to_mark_sweep =
96 _to_mark_sweep == NULL) {
730 _to_mark_sweep = md;

Completed in 28 milliseconds