Code Review for 7189971

Prepared by:johnc on Thu Oct 25 12:49:36 PDT 2012
Workspace:/export/workspaces/7189971
Compare against: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot
Compare against version:685df3c6f84b
Summary of changes: 75 lines changed: 71 ins; 1 del; 3 mod; 665 unchg
Patch of changes: 7189971.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp

rev 3754 : 7189971: Implement CMSWaitDuration for non-incremental mode of CMS
Summary: In the incremental mode of CMS the CMSWaitDuration delays the iCMS cycle until after a scavenge. Implement the same for the non-incremental mode.
Reviewed-by:
Contributed-by: Michal Frajt <michal@frajt.eu>
68 lines changed: 65 ins; 1 del; 2 mod; 380 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp

rev 3754 : 7189971: Implement CMSWaitDuration for non-incremental mode of CMS
Summary: In the incremental mode of CMS the CMSWaitDuration delays the iCMS cycle until after a scavenge. Implement the same for the non-incremental mode.
Reviewed-by:
Contributed-by: Michal Frajt <michal@frajt.eu>
7 lines changed: 6 ins; 0 del; 1 mod; 285 unchg

This code review page was prepared using /java/j2se/bin/webrev (vers 23.18-hg).