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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.cpp362 double STW_collection_cost = 0.0; local
365 STW_collection_cost = STW_time_in_seconds / interval_in_seconds;
366 avg_cms_STW_gc_cost()->sample(STW_collection_cost);
370 "STW gc cost: %f average: %f", STW_collection_cost,
396 double total_collection_cost = STW_collection_cost + concurrent_cost;
592 double STW_collection_cost = local
618 double cost = concurrent_cost + STW_collection_cost +

Completed in 48 milliseconds