< prev index next >

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

Print this page

        

*** 453,463 **** gclog_or_tty->cr(); } } } ! void DefNewGeneration::younger_refs_iterate(OopsInGenClosure* cl) { assert(false, "NYI -- are you sure you want to call this?"); } size_t DefNewGeneration::capacity() const { --- 453,463 ---- gclog_or_tty->cr(); } } } ! void DefNewGeneration::younger_refs_iterate(OopsInGenClosure* cl, uint n_threads) { assert(false, "NYI -- are you sure you want to call this?"); } size_t DefNewGeneration::capacity() const {
< prev index next >