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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp491 double cms_time_so_far = cms_timer().seconds(); local
493 double scaled_duration_remaining = fabsd(scaled_duration - cms_time_so_far);

Completed in 48 milliseconds