Searched refs:mutator_cost (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsGCAdaptivePolicyCounters.hpp142 (jlong)(ps_size_policy()->mutator_cost() * 100.0)
H A DpsAdaptiveSizePolicy.cpp309 // This branch used to require that (mutator_cost() > 0.0 in 1.4.2.
423 " mutator_cost: %f"
425 minor_gc_cost(), major_gc_cost(), mutator_cost(),
633 if ((gc_cost() + mutator_cost()) == 0.0) {
641 gclog_or_tty->print_cr("mutator_cost %f major_gc_cost %f "
642 "minor_gc_cost %f", mutator_cost(), major_gc_cost(), minor_gc_cost());
720 mutator_cost(), _throughput_goal,
797 mutator_cost(), _throughput_goal,
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsGCAdaptivePolicyCounters.hpp248 (jlong)(cms_size_policy()->mutator_cost() * 100.0)
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DadaptiveSizePolicy.hpp271 virtual double mutator_cost() const { function in class:AdaptiveSizePolicy
H A DgcAdaptivePolicyCounters.cpp104 PerfData::U_Ticks, (jlong) _size_policy->mutator_cost(), CHECK);
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/resources/
H A Daliasmap498 hotspot.gc.policy.mutator_cost // 1.5.0 b21

Completed in 63 milliseconds