comparison src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp @ 14358:e5d78f318aec

8026849: Fix typos in the GC code, part 2 Summary: Fixed typos in assert messages, flag descriptions and verbose messages Reviewed-by: stefank, tschatzl
author jwilhelm
date Tue, 10 Dec 2013 15:11:02 +0100
parents 63a4eb8bcd23
children 8a9bb7821e28
comparison
equal deleted inserted replaced
14357:79aa45434291 14358:e5d78f318aec
698 double STW_in_foreground_in_seconds = _STW_timer.seconds(); 698 double STW_in_foreground_in_seconds = _STW_timer.seconds();
699 699
700 double latest_cms_sum_concurrent_phases_time_secs = 700 double latest_cms_sum_concurrent_phases_time_secs =
701 concurrent_collection_time(); 701 concurrent_collection_time();
702 if (PrintAdaptiveSizePolicy && Verbose) { 702 if (PrintAdaptiveSizePolicy && Verbose) {
703 gclog_or_tty->print_cr("\nCMSAdaptiveSizePolicy::ms_collecton_end " 703 gclog_or_tty->print_cr("\nCMSAdaptiveSizePolicy::ms_collection_end "
704 "STW_in_foreground_in_seconds %f " 704 "STW_in_foreground_in_seconds %f "
705 "_latest_cms_initial_mark_start_to_end_time_secs %f " 705 "_latest_cms_initial_mark_start_to_end_time_secs %f "
706 "_latest_cms_remark_start_to_end_time_secs %f " 706 "_latest_cms_remark_start_to_end_time_secs %f "
707 "latest_cms_sum_concurrent_phases_time_secs %f " 707 "latest_cms_sum_concurrent_phases_time_secs %f "
708 "_latest_cms_ms_marking_start_to_end_time_secs %f " 708 "_latest_cms_ms_marking_start_to_end_time_secs %f "