< prev index next >

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

Print this page

        

*** 422,435 **** " [allowed " SIZE_FORMAT "K extra for %d threads]", thread_increase_size/K, threads_count); } } - 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 { return eden()->capacity() + from()->capacity(); // to() is only used during scavenge } --- 422,431 ----
< prev index next >