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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp392 double CMSStats::time_until_cms_gen_full() const { function in class:CMSStats
412 gclog_or_tty->print_cr("CMSStats::time_until_cms_gen_full: cms_free "
442 double deadline = time_until_cms_gen_full();
444 // more conservative and halve our expected time_until_cms_gen_full()
450 gc0_period(), time_until_cms_gen_full());
496 double time_until_full = MAX2(time_until_cms_gen_full(), 0.01);
542 cms_consumption_rate(), time_until_cms_gen_full());
1511 gclog_or_tty->print_cr("time_until_cms_gen_full %3.7f",
1512 stats().time_until_cms_gen_full());
H A DconcurrentMarkSweepGeneration.hpp449 double time_until_cms_gen_full() const;

Completed in 56 milliseconds